Shades of Burly Wood #E0BC88
Tints of Burly Wood #E0BC88
RGB
CMYK
RGB Variations
Color information
#E0BC88 (or 0xE0BC88) is known color: Burly Wood. HEX triplet: E0, BC and 88. RGB value is (224,188,136). Sum of RGB (Red+Green+Blue) = 224+188+136=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC88 is #1F4377. Grayscale: #C1C1C1. Windows color (decimal): -2048888 or 8961248. OLE color: 8961248.
HSL color Cylindrical-coordinate representation of color #E0BC88: hue angle of 35.45º 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 #E0BC88 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 136 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.12 |
| HSL | 35.45º | 0.59% | 0.71% | - |
| HSV(B) | 35.45º | 0.39% | 0.88% | - |
| XYZ | 53.17 | 53.59 | 30.83 | - |
| YUV | 192.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 136 | 0 | 0.16 | 0.39 | 0.12 | 35.45 | 0.59 | 0.71 |
| Hex | E0 | BC | 88 | 0 | 10 | 27 | C | 23 | 3B | 47 |
| Octal | 340 | 274 | 210 | 0 | 20 | 47 | 14 | 43 | 73 | 107 |
| Binary | 11100000 | 10111100 | 10001000 | 0 | 10000 | 100111 | 1100 | 100011 | 111011 | 1000111 |
Color Harmonies of #E0BC88
Complementary color
Monochromatic Colors of #E0BC88
Black with #E0BC88
Text Example
Text Example
White with #E0BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC88; }
p { color: rgb(224,188,136); }
H1.HeaderClassName
{
color: #E0BC88;
}
.AnyTagClassName
{
color: #E0BC88;
}
</style>
background-color css
<style>
a { background-color: #E0BC88; }
a { background-color: rgb(224,188,136); }
div.DivClassName
{
background-color: #E0BC88;
}
.BgClassName
{
background-color: #E0BC88;
}
</style>
border-color css
<style>
span { border-color: #E0BC88; }
span { border-color: rgb(224,188,136); }
td.TdClassName
{
border-color: #E0BC88;
}
.TagClassName
{
border-color: #E0BC88;
}
</style>