#EAB33A
A medium, vivid orange closely aligning with Goldenrod.
About #EAB33A
Visually, #EAB33A is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 234 parts red, 179 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. The HSL representation is 41.2° hue, 80.7% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#EAB33A
RGB234, 179, 58
HSL41.2°, 80.7%, 57.3%
CMYK0%, 24%, 75%, 8%
HSV41.2°, 75.2%, 91.8%
LAB76.1, 8.9, 65.7
XYZ50.8, 50.0, 11.0
Decimal15381306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.01:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #EAB33A;
}
.text-color {
color: #EAB33A;
}
.border-color {
border: 2px solid #EAB33A;
}