#E2A007
A medium, vivid orange closely aligning with Goldenrod.
About #E2A007
When working with digital screens, the color #E2A007 is rendered by mixing light. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 226 red, 160 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 29% magenta, 97% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2A007
RGB226, 160, 7
HSL41.9°, 94.0%, 45.7%
CMYK0%, 29%, 97%, 11%
HSV41.9°, 96.9%, 88.6%
LAB70.4, 14.3, 73.5
XYZ44.0, 41.3, 5.9
Decimal14852103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.27:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A007;
}
.text-color {
color: #E2A007;
}
.border-color {
border: 2px solid #E2A007;
}