#E2BD57
A light, vivid orange closely aligning with Goldenrod.
About #E2BD57
Visually, #E2BD57 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 226 red, 189 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 16% M, 62% Y, and 11% K. The HSL representation is 44.0° hue, 70.6% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2BD57
RGB226, 189, 87
HSL44.0°, 70.6%, 61.4%
CMYK0%, 16%, 62%, 11%
HSV44.0°, 61.5%, 88.6%
LAB78.0, 1.8, 55.3
XYZ51.3, 53.3, 16.6
Decimal14859607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BD57;
}
.text-color {
color: #E2BD57;
}
.border-color {
border: 2px solid #E2BD57;
}