#E2A86D
A light, moderate orange closely aligning with Sandybrown.
About #E2A86D
The hex code #E2A86D represents a beautifully specific shade of orange. It is closely associated with the named CSS color Sandybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 168, and 109.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 26% M, 52% Y, and 11% K. The HSL representation is 30.3° hue, 66.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2A86D
RGB226, 168, 109
HSL30.3°, 66.9%, 65.7%
CMYK0%, 26%, 52%, 11%
HSV30.3°, 51.8%, 88.6%
LAB73.1, 14.6, 38.6
XYZ48.1, 45.3, 20.7
Decimal14854253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.06:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A86D;
}
.text-color {
color: #E2A86D;
}
.border-color {
border: 2px solid #E2A86D;
}