#E9D32C
A medium, vivid yellow closely aligning with Gold.
About #E9D32C
When working with digital screens, the color #E9D32C is rendered by mixing light. Its closest recognized web color is Gold. In the RGB color space, it consists of 233 red, 211 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#E9D32C
RGB233, 211, 44
HSL53.0°, 81.1%, 54.3%
CMYK0%, 9%, 81%, 9%
HSV53.0°, 81.1%, 91.4%
LAB84.0, -8.6, 77.3
XYZ57.4, 64.1, 11.7
Decimal15323948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.82:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D32C;
}
.text-color {
color: #E9D32C;
}
.border-color {
border: 2px solid #E9D32C;
}