#E2BD0F
A medium, vivid yellow closely aligning with Gold.
About #E2BD0F
The precise color #E2BD0F is an excellent choice for modern design projects. Designers often compare it to the standard color Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 189, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 16% M, 93% Y, and 11% K. The HSL representation is 49.5° hue, 87.6% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2BD0F
RGB226, 189, 15
HSL49.5°, 87.6%, 47.3%
CMYK0%, 16%, 93%, 11%
HSV49.5°, 93.4%, 88.6%
LAB77.6, -0.9, 77.7
XYZ49.6, 52.6, 8.0
Decimal14859535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.52:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BD0F;
}
.text-color {
color: #E2BD0F;
}
.border-color {
border: 2px solid #E2BD0F;
}