Shades of Burly Wood #E0B884
Tints of Burly Wood #E0B884
RGB
CMYK
RGB Variations
Color information
#E0B884 (or 0xE0B884) is known color: Burly Wood. HEX triplet: E0, B8 and 84. RGB value is (224,184,132). Sum of RGB (Red+Green+Blue) = 224+184+132=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B884 is #1F477B. Grayscale: #BEBEBE. Windows color (decimal): -2049916 or 8698080. OLE color: 8698080.
HSL color Cylindrical-coordinate representation of color #E0B884: hue angle of 33.91º degrees, saturation: 0.6, 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 #E0B884 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 132 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.12 |
| HSL | 33.91º | 0.6% | 0.7% | - |
| HSV(B) | 33.91º | 0.41% | 0.88% | - |
| XYZ | 52.05 | 51.79 | 29.08 | - |
| YUV | 190.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 132 | 0 | 0.18 | 0.41 | 0.12 | 33.91 | 0.6 | 0.7 |
| Hex | E0 | B8 | 84 | 0 | 12 | 29 | C | 22 | 3C | 46 |
| Octal | 340 | 270 | 204 | 0 | 22 | 51 | 14 | 42 | 74 | 106 |
| Binary | 11100000 | 10111000 | 10000100 | 0 | 10010 | 101001 | 1100 | 100010 | 111100 | 1000110 |
Color Harmonies of #E0B884
Complementary color
Monochromatic Colors of #E0B884
Black with #E0B884
Text Example
Text Example
White with #E0B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B884; }
p { color: rgb(224,184,132); }
H1.HeaderClassName
{
color: #E0B884;
}
.AnyTagClassName
{
color: #E0B884;
}
</style>
background-color css
<style>
a { background-color: #E0B884; }
a { background-color: rgb(224,184,132); }
div.DivClassName
{
background-color: #E0B884;
}
.BgClassName
{
background-color: #E0B884;
}
</style>
border-color css
<style>
span { border-color: #E0B884; }
span { border-color: rgb(224,184,132); }
td.TdClassName
{
border-color: #E0B884;
}
.TagClassName
{
border-color: #E0B884;
}
</style>