Shades of Burly Wood #E0B888
Tints of Burly Wood #E0B888
RGB
CMYK
RGB Variations
Color information
#E0B888 (or 0xE0B888) is known color: Burly Wood. HEX triplet: E0, B8 and 88. RGB value is (224,184,136). Sum of RGB (Red+Green+Blue) = 224+184+136=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B888 is #1F4777. Grayscale: #BEBEBE. Windows color (decimal): -2049912 or 8960224. OLE color: 8960224.
HSL color Cylindrical-coordinate representation of color #E0B888: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0B888 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 136 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.12 |
| HSL | 32.73º | 0.59% | 0.71% | - |
| HSV(B) | 32.73º | 0.39% | 0.88% | - |
| XYZ | 52.32 | 51.91 | 30.55 | - |
| YUV | 190.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 136 | 0 | 0.18 | 0.39 | 0.12 | 32.73 | 0.59 | 0.71 |
| Hex | E0 | B8 | 88 | 0 | 12 | 27 | C | 21 | 3B | 47 |
| Octal | 340 | 270 | 210 | 0 | 22 | 47 | 14 | 41 | 73 | 107 |
| Binary | 11100000 | 10111000 | 10001000 | 0 | 10010 | 100111 | 1100 | 100001 | 111011 | 1000111 |
Color Harmonies of #E0B888
Complementary color
Monochromatic Colors of #E0B888
Black with #E0B888
Text Example
Text Example
White with #E0B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B888; }
p { color: rgb(224,184,136); }
H1.HeaderClassName
{
color: #E0B888;
}
.AnyTagClassName
{
color: #E0B888;
}
</style>
background-color css
<style>
a { background-color: #E0B888; }
a { background-color: rgb(224,184,136); }
div.DivClassName
{
background-color: #E0B888;
}
.BgClassName
{
background-color: #E0B888;
}
</style>
border-color css
<style>
span { border-color: #E0B888; }
span { border-color: rgb(224,184,136); }
td.TdClassName
{
border-color: #E0B888;
}
.TagClassName
{
border-color: #E0B888;
}
</style>