Shades of Burly Wood #E1BD8C
Tints of Burly Wood #E1BD8C
RGB
CMYK
RGB Variations
Color information
#E1BD8C (or 0xE1BD8C) is known color: Burly Wood. HEX triplet: E1, BD and 8C. RGB value is (225,189,140). Sum of RGB (Red+Green+Blue) = 225+189+140=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD8C is #1E4273. Grayscale: #C2C2C2. Windows color (decimal): -1983092 or 9223649. OLE color: 9223649.
HSL color Cylindrical-coordinate representation of color #E1BD8C: hue angle of 34.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1BD8C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 140 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.12 |
| HSL | 34.59º | 0.59% | 0.72% | - |
| HSV(B) | 34.59º | 0.38% | 0.88% | - |
| XYZ | 53.98 | 54.3 | 32.45 | - |
| YUV | 194.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 140 | 0 | 0.16 | 0.38 | 0.12 | 34.59 | 0.59 | 0.72 |
| Hex | E1 | BD | 8C | 0 | 10 | 26 | C | 23 | 3B | 48 |
| Octal | 341 | 275 | 214 | 0 | 20 | 46 | 14 | 43 | 73 | 110 |
| Binary | 11100001 | 10111101 | 10001100 | 0 | 10000 | 100110 | 1100 | 100011 | 111011 | 1001000 |
Color Harmonies of #E1BD8C
Complementary color
Monochromatic Colors of #E1BD8C
Black with #E1BD8C
Text Example
Text Example
White with #E1BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD8C; }
p { color: rgb(225,189,140); }
H1.HeaderClassName
{
color: #E1BD8C;
}
.AnyTagClassName
{
color: #E1BD8C;
}
</style>
background-color css
<style>
a { background-color: #E1BD8C; }
a { background-color: rgb(225,189,140); }
div.DivClassName
{
background-color: #E1BD8C;
}
.BgClassName
{
background-color: #E1BD8C;
}
</style>
border-color css
<style>
span { border-color: #E1BD8C; }
span { border-color: rgb(225,189,140); }
td.TdClassName
{
border-color: #E1BD8C;
}
.TagClassName
{
border-color: #E1BD8C;
}
</style>