Shades of Burly Wood #E0B885
Tints of Burly Wood #E0B885
RGB
CMYK
RGB Variations
Color information
#E0B885 (or 0xE0B885) is known color: Burly Wood. HEX triplet: E0, B8 and 85. RGB value is (224,184,133). Sum of RGB (Red+Green+Blue) = 224+184+133=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B885 is #1F477A. Grayscale: #BEBEBE. Windows color (decimal): -2049915 or 8763616. OLE color: 8763616.
HSL color Cylindrical-coordinate representation of color #E0B885: hue angle of 33.63º 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 #E0B885 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 133 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.12 |
| HSL | 33.63º | 0.59% | 0.7% | - |
| HSV(B) | 33.63º | 0.41% | 0.88% | - |
| XYZ | 52.11 | 51.82 | 29.45 | - |
| YUV | 190.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 133 | 0 | 0.18 | 0.41 | 0.12 | 33.63 | 0.59 | 0.7 |
| Hex | E0 | B8 | 85 | 0 | 12 | 29 | C | 22 | 3B | 46 |
| Octal | 340 | 270 | 205 | 0 | 22 | 51 | 14 | 42 | 73 | 106 |
| Binary | 11100000 | 10111000 | 10000101 | 0 | 10010 | 101001 | 1100 | 100010 | 111011 | 1000110 |
Color Harmonies of #E0B885
Complementary color
Monochromatic Colors of #E0B885
Black with #E0B885
Text Example
Text Example
White with #E0B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B885; }
p { color: rgb(224,184,133); }
H1.HeaderClassName
{
color: #E0B885;
}
.AnyTagClassName
{
color: #E0B885;
}
</style>
background-color css
<style>
a { background-color: #E0B885; }
a { background-color: rgb(224,184,133); }
div.DivClassName
{
background-color: #E0B885;
}
.BgClassName
{
background-color: #E0B885;
}
</style>
border-color css
<style>
span { border-color: #E0B885; }
span { border-color: rgb(224,184,133); }
td.TdClassName
{
border-color: #E0B885;
}
.TagClassName
{
border-color: #E0B885;
}
</style>