Shades of Burly Wood #E0BC86
Tints of Burly Wood #E0BC86
RGB
CMYK
RGB Variations
Color information
#E0BC86 (or 0xE0BC86) is known color: Burly Wood. HEX triplet: E0, BC and 86. RGB value is (224,188,134). Sum of RGB (Red+Green+Blue) = 224+188+134=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC86 is #1F4379. Grayscale: #C0C0C0. Windows color (decimal): -2048890 or 8830176. OLE color: 8830176.
HSL color Cylindrical-coordinate representation of color #E0BC86: hue angle of 36º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0BC86 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 134 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.12 |
| HSL | 36º | 0.59% | 0.7% | - |
| HSV(B) | 36º | 0.4% | 0.88% | - |
| XYZ | 53.03 | 53.53 | 30.09 | - |
| YUV | 192.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 134 | 0 | 0.16 | 0.40 | 0.12 | 36 | 0.59 | 0.7 |
| Hex | E0 | BC | 86 | 0 | 10 | 28 | C | 24 | 3B | 46 |
| Octal | 340 | 274 | 206 | 0 | 20 | 50 | 14 | 44 | 73 | 106 |
| Binary | 11100000 | 10111100 | 10000110 | 0 | 10000 | 101000 | 1100 | 100100 | 111011 | 1000110 |
Color Harmonies of #E0BC86
Complementary color
Monochromatic Colors of #E0BC86
Black with #E0BC86
Text Example
Text Example
White with #E0BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC86; }
p { color: rgb(224,188,134); }
H1.HeaderClassName
{
color: #E0BC86;
}
.AnyTagClassName
{
color: #E0BC86;
}
</style>
background-color css
<style>
a { background-color: #E0BC86; }
a { background-color: rgb(224,188,134); }
div.DivClassName
{
background-color: #E0BC86;
}
.BgClassName
{
background-color: #E0BC86;
}
</style>
border-color css
<style>
span { border-color: #E0BC86; }
span { border-color: rgb(224,188,134); }
td.TdClassName
{
border-color: #E0BC86;
}
.TagClassName
{
border-color: #E0BC86;
}
</style>