#E9E23A
A medium, vivid yellow closely aligning with Gold.
About #E9E23A
At its core, #E9E23A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Gold. Its digital footprint relies on 233 parts red, 226 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 75% Yellow, and 9% Black. The HSL representation is 57.6° hue, 79.9% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9E23A
RGB233, 226, 58
HSL57.6°, 79.9%, 57.1%
CMYK0%, 3%, 75%, 9%
HSV57.6°, 75.1%, 91.4%
LAB88.0, -15.6, 76.8
XYZ61.6, 72.0, 14.7
Decimal15327802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E23A;
}
.text-color {
color: #E9E23A;
}
.border-color {
border: 2px solid #E9E23A;
}