Shades of Burly Wood #E0BD8C
Tints of Burly Wood #E0BD8C
RGB
CMYK
RGB Variations
Color information
#E0BD8C (or 0xE0BD8C) is known color: Burly Wood. HEX triplet: E0, BD and 8C. RGB value is (224,189,140). Sum of RGB (Red+Green+Blue) = 224+189+140=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD8C is #1F4273. Grayscale: #C2C2C2. Windows color (decimal): -2048628 or 9223648. OLE color: 9223648.
HSL color Cylindrical-coordinate representation of color #E0BD8C: hue angle of 35º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0BD8C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 140 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.12 |
| HSL | 35º | 0.58% | 0.71% | - |
| HSV(B) | 35º | 0.38% | 0.88% | - |
| XYZ | 53.67 | 54.14 | 32.43 | - |
| YUV | 193.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 140 | 0 | 0.16 | 0.38 | 0.12 | 35 | 0.58 | 0.71 |
| Hex | E0 | BD | 8C | 0 | 10 | 26 | C | 23 | 3A | 47 |
| Octal | 340 | 275 | 214 | 0 | 20 | 46 | 14 | 43 | 72 | 107 |
| Binary | 11100000 | 10111101 | 10001100 | 0 | 10000 | 100110 | 1100 | 100011 | 111010 | 1000111 |
Color Harmonies of #E0BD8C
Complementary color
Monochromatic Colors of #E0BD8C
Black with #E0BD8C
Text Example
Text Example
White with #E0BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD8C; }
p { color: rgb(224,189,140); }
H1.HeaderClassName
{
color: #E0BD8C;
}
.AnyTagClassName
{
color: #E0BD8C;
}
</style>
background-color css
<style>
a { background-color: #E0BD8C; }
a { background-color: rgb(224,189,140); }
div.DivClassName
{
background-color: #E0BD8C;
}
.BgClassName
{
background-color: #E0BD8C;
}
</style>
border-color css
<style>
span { border-color: #E0BD8C; }
span { border-color: rgb(224,189,140); }
td.TdClassName
{
border-color: #E0BD8C;
}
.TagClassName
{
border-color: #E0BD8C;
}
</style>