#E2A82C
A medium, vivid orange closely aligning with Goldenrod.
About #E2A82C
The hex code #E2A82C represents a beautifully specific shade of orange. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(226, 168, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 26% magenta, 81% yellow, and 11% black. The HSL representation is 40.9° hue, 75.8% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E2A82C
RGB226, 168, 44
HSL40.9°, 75.8%, 52.9%
CMYK0%, 26%, 81%, 11%
HSV40.9°, 80.5%, 88.6%
LAB72.5, 10.7, 67.0
XYZ45.8, 44.4, 8.5
Decimal14854188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.87:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A82C;
}
.text-color {
color: #E2A82C;
}
.border-color {
border: 2px solid #E2A82C;
}