#E2B649
A medium, vivid orange closely aligning with Goldenrod.
About #E2B649
At its core, #E2B649 is a medium 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 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 19% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2B649
RGB226, 182, 73
HSL42.7°, 72.5%, 58.6%
CMYK0%, 19%, 68%, 11%
HSV42.7°, 67.7%, 88.6%
LAB76.1, 4.6, 59.4
XYZ49.3, 50.1, 13.4
Decimal14857801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.02:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B649;
}
.text-color {
color: #E2B649;
}
.border-color {
border: 2px solid #E2B649;
}