#E9AF75
A light, vivid orange closely aligning with Burlywood.
About #E9AF75
Visually, #E9AF75 is defined as a vivid orange. It is closely associated with the named CSS color Burlywood. Its digital footprint relies on 233 parts red, 175 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 25% magenta, 50% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light 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#E9AF75
RGB233, 175, 117
HSL30.0°, 72.5%, 68.6%
CMYK0%, 25%, 50%, 9%
HSV30.0°, 49.8%, 91.4%
LAB75.6, 14.4, 37.8
XYZ52.1, 49.3, 23.6
Decimal15314805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.85:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9AF75;
}
.text-color {
color: #E9AF75;
}
.border-color {
border: 2px solid #E9AF75;
}