#E2D3AF
A light, moderate orange closely aligning with Wheat.
About #E2D3AF
Visually, #E2D3AF is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Wheat. This translates to an RGB value of rgb(226, 211, 175).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 7% M, 23% Y, and 11% K. With a hue angle of 42.4 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2D3AF
RGB226, 211, 175
HSL42.4°, 46.8%, 78.6%
CMYK0%, 7%, 23%, 11%
HSV42.4°, 22.6%, 88.6%
LAB84.9, -0.5, 19.7
XYZ62.4, 65.9, 50.0
Decimal14865327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.17:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D3AF;
}
.text-color {
color: #E2D3AF;
}
.border-color {
border: 2px solid #E2D3AF;
}