#E2D32C
A medium, vivid yellow closely aligning with Gold.
About #E2D32C
Visually, #E2D32C is defined as a vivid yellow. It is closely associated with the named CSS color Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 211, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 7% magenta, 81% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2D32C
RGB226, 211, 44
HSL55.1°, 75.8%, 52.9%
CMYK0%, 7%, 81%, 11%
HSV55.1°, 80.5%, 88.6%
LAB83.4, -11.6, 76.5
XYZ55.1, 62.9, 11.6
Decimal14865196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.59:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D32C;
}
.text-color {
color: #E2D32C;
}
.border-color {
border: 2px solid #E2D32C;
}