#E9BD0F
A medium, vivid yellow closely aligning with Gold.
About #E9BD0F
Visually, #E9BD0F is defined as a vivid yellow. Designers often compare it to the standard color Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 189, and 15.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 19% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9BD0F
RGB233, 189, 15
HSL47.9°, 87.9%, 48.6%
CMYK0%, 19%, 94%, 9%
HSV47.9°, 93.6%, 91.4%
LAB78.3, 2.1, 78.5
XYZ51.9, 53.8, 8.1
Decimal15318287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BD0F;
}
.text-color {
color: #E9BD0F;
}
.border-color {
border: 2px solid #E9BD0F;
}