#E2A033
A medium, vivid orange closely aligning with Goldenrod.
About #E2A033
At its core, #E2A033 is a medium and vivid hue. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(226, 160, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 29% M, 77% Y, and 11% K. The HSL representation is 37.4° hue, 75.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2A033
RGB226, 160, 51
HSL37.4°, 75.1%, 54.3%
CMYK0%, 29%, 77%, 11%
HSV37.4°, 77.4%, 88.6%
LAB70.6, 15.2, 62.8
XYZ44.5, 41.5, 8.8
Decimal14852147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.31:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A033;
}
.text-color {
color: #E2A033;
}
.border-color {
border: 2px solid #E2A033;
}