Shades of Burly Wood #E1BD88
Tints of Burly Wood #E1BD88
RGB
CMYK
RGB Variations
Color information
#E1BD88 (or 0xE1BD88) is known color: Burly Wood. HEX triplet: E1, BD and 88. RGB value is (225,189,136). Sum of RGB (Red+Green+Blue) = 225+189+136=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD88 is #1E4277. Grayscale: #C1C1C1. Windows color (decimal): -1983096 or 8961505. OLE color: 8961505.
HSL color Cylindrical-coordinate representation of color #E1BD88: hue angle of 35.73º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1BD88 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 136 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.12 |
| HSL | 35.73º | 0.6% | 0.71% | - |
| HSV(B) | 35.73º | 0.4% | 0.88% | - |
| XYZ | 53.69 | 54.18 | 30.92 | - |
| YUV | 193.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 136 | 0 | 0.16 | 0.40 | 0.12 | 35.73 | 0.6 | 0.71 |
| Hex | E1 | BD | 88 | 0 | 10 | 28 | C | 24 | 3C | 47 |
| Octal | 341 | 275 | 210 | 0 | 20 | 50 | 14 | 44 | 74 | 107 |
| Binary | 11100001 | 10111101 | 10001000 | 0 | 10000 | 101000 | 1100 | 100100 | 111100 | 1000111 |
Color Harmonies of #E1BD88
Complementary color
Monochromatic Colors of #E1BD88
Black with #E1BD88
Text Example
Text Example
White with #E1BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD88; }
p { color: rgb(225,189,136); }
H1.HeaderClassName
{
color: #E1BD88;
}
.AnyTagClassName
{
color: #E1BD88;
}
</style>
background-color css
<style>
a { background-color: #E1BD88; }
a { background-color: rgb(225,189,136); }
div.DivClassName
{
background-color: #E1BD88;
}
.BgClassName
{
background-color: #E1BD88;
}
</style>
border-color css
<style>
span { border-color: #E1BD88; }
span { border-color: rgb(225,189,136); }
td.TdClassName
{
border-color: #E1BD88;
}
.TagClassName
{
border-color: #E1BD88;
}
</style>