#E2B650
A light, vivid orange closely aligning with Goldenrod.
About #E2B650
At its core, #E2B650 is a light and vivid hue. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 226 red, 182 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 19% M, 65% Y, and 11% K. The HSL representation is 41.9° hue, 71.6% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2B650
RGB226, 182, 80
HSL41.9°, 71.6%, 60.0%
CMYK0%, 19%, 65%, 11%
HSV41.9°, 64.6%, 88.6%
LAB76.2, 5.0, 56.4
XYZ49.5, 50.2, 14.7
Decimal14857808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.04:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B650;
}
.text-color {
color: #E2B650;
}
.border-color {
border: 2px solid #E2B650;
}