#FFE9A0
A very light, vivid yellow closely aligning with Palegoldenrod.
About #FFE9A0
At its core, #FFE9A0 is a very light and vivid hue. Its closest recognized web color is Palegoldenrod. In the RGB color space, it consists of 255 red, 233 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 9% magenta, 37% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFE9A0
RGB255, 233, 160
HSL46.1°, 100.0%, 81.4%
CMYK0%, 9%, 37%, 0%
HSV46.1°, 37.3%, 100.0%
LAB92.6, -2.6, 38.2
XYZ76.7, 82.1, 45.1
Decimal16771488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.42:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE9A0;
}
.text-color {
color: #FFE9A0;
}
.border-color {
border: 2px solid #FFE9A0;
}