#E2A833
A medium, vivid orange closely aligning with Goldenrod.
About #E2A833
Visually, #E2A833 is defined as a vivid orange. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(226, 168, 51).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 26% magenta, 77% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E2A833
RGB226, 168, 51
HSL40.1°, 75.1%, 54.3%
CMYK0%, 26%, 77%, 11%
HSV40.1°, 77.4%, 88.6%
LAB72.5, 11.0, 64.6
XYZ46.0, 44.4, 9.3
Decimal14854195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.88:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A833;
}
.text-color {
color: #E2A833;
}
.border-color {
border: 2px solid #E2A833;
}