#E2AF50
A light, vivid orange closely aligning with Goldenrod.
About #E2AF50
The hex code #E2AF50 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(226, 175, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 23% Magenta, 65% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2AF50
RGB226, 175, 80
HSL39.0°, 71.6%, 60.0%
CMYK0%, 23%, 65%, 11%
HSV39.0°, 64.6%, 88.6%
LAB74.4, 8.7, 54.5
XYZ48.1, 47.4, 14.2
Decimal14856016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AF50;
}
.text-color {
color: #E2AF50;
}
.border-color {
border: 2px solid #E2AF50;
}