Shades of Burly Wood #E0BC85
Tints of Burly Wood #E0BC85
RGB
CMYK
RGB Variations
Color information
#E0BC85 (or 0xE0BC85) is known color: Burly Wood. HEX triplet: E0, BC and 85. RGB value is (224,188,133). Sum of RGB (Red+Green+Blue) = 224+188+133=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC85 is #1F437A. Grayscale: #C0C0C0. Windows color (decimal): -2048891 or 8764640. OLE color: 8764640.
HSL color Cylindrical-coordinate representation of color #E0BC85: hue angle of 36.26º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0BC85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 133 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.12 |
| HSL | 36.26º | 0.59% | 0.7% | - |
| HSV(B) | 36.26º | 0.41% | 0.88% | - |
| XYZ | 52.96 | 53.51 | 29.73 | - |
| YUV | 192.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 133 | 0 | 0.16 | 0.41 | 0.12 | 36.26 | 0.59 | 0.7 |
| Hex | E0 | BC | 85 | 0 | 10 | 29 | C | 24 | 3B | 46 |
| Octal | 340 | 274 | 205 | 0 | 20 | 51 | 14 | 44 | 73 | 106 |
| Binary | 11100000 | 10111100 | 10000101 | 0 | 10000 | 101001 | 1100 | 100100 | 111011 | 1000110 |
Color Harmonies of #E0BC85
Complementary color
Monochromatic Colors of #E0BC85
Black with #E0BC85
Text Example
Text Example
White with #E0BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC85; }
p { color: rgb(224,188,133); }
H1.HeaderClassName
{
color: #E0BC85;
}
.AnyTagClassName
{
color: #E0BC85;
}
</style>
background-color css
<style>
a { background-color: #E0BC85; }
a { background-color: rgb(224,188,133); }
div.DivClassName
{
background-color: #E0BC85;
}
.BgClassName
{
background-color: #E0BC85;
}
</style>
border-color css
<style>
span { border-color: #E0BC85; }
span { border-color: rgb(224,188,133); }
td.TdClassName
{
border-color: #E0BC85;
}
.TagClassName
{
border-color: #E0BC85;
}
</style>