#E9BD6D
A light, vivid orange closely aligning with Burlywood.
About #E9BD6D
Visually, #E9BD6D is defined as a vivid orange. Its closest recognized web color is Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 189, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 19% magenta inks. 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#E9BD6D
RGB233, 189, 109
HSL38.7°, 73.8%, 67.1%
CMYK0%, 19%, 53%, 9%
HSV38.7°, 53.2%, 91.4%
LAB78.9, 6.3, 46.0
XYZ54.6, 54.8, 22.2
Decimal15318381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.96:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BD6D;
}
.text-color {
color: #E9BD6D;
}
.border-color {
border: 2px solid #E9BD6D;
}