#E2AF24
A medium, vivid orange closely aligning with Goldenrod.
About #E2AF24
Visually, #E2AF24 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(226, 175, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 23% Magenta, 84% Yellow, and 11% Black. With a hue angle of 43.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2AF24
RGB226, 175, 36
HSL43.9°, 76.6%, 51.4%
CMYK0%, 23%, 84%, 11%
HSV43.9°, 84.1%, 88.6%
LAB74.2, 6.8, 70.8
XYZ47.0, 47.0, 8.3
Decimal14855972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AF24;
}
.text-color {
color: #E2AF24;
}
.border-color {
border: 2px solid #E2AF24;
}