Shades of Burly Wood #E1BD89
Tints of Burly Wood #E1BD89
RGB
CMYK
RGB Variations
Color information
#E1BD89 (or 0xE1BD89) is known color: Burly Wood. HEX triplet: E1, BD and 89. RGB value is (225,189,137). Sum of RGB (Red+Green+Blue) = 225+189+137=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD89 is #1E4276. Grayscale: #C2C2C2. Windows color (decimal): -1983095 or 9027041. OLE color: 9027041.
HSL color Cylindrical-coordinate representation of color #E1BD89: hue angle of 35.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1BD89 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 137 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.12 |
| HSL | 35.45º | 0.59% | 0.71% | - |
| HSV(B) | 35.45º | 0.39% | 0.88% | - |
| XYZ | 53.76 | 54.21 | 31.3 | - |
| YUV | 193.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 137 | 0 | 0.16 | 0.39 | 0.12 | 35.45 | 0.59 | 0.71 |
| Hex | E1 | BD | 89 | 0 | 10 | 27 | C | 23 | 3B | 47 |
| Octal | 341 | 275 | 211 | 0 | 20 | 47 | 14 | 43 | 73 | 107 |
| Binary | 11100001 | 10111101 | 10001001 | 0 | 10000 | 100111 | 1100 | 100011 | 111011 | 1000111 |
Color Harmonies of #E1BD89
Complementary color
Monochromatic Colors of #E1BD89
Black with #E1BD89
Text Example
Text Example
White with #E1BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD89; }
p { color: rgb(225,189,137); }
H1.HeaderClassName
{
color: #E1BD89;
}
.AnyTagClassName
{
color: #E1BD89;
}
</style>
background-color css
<style>
a { background-color: #E1BD89; }
a { background-color: rgb(225,189,137); }
div.DivClassName
{
background-color: #E1BD89;
}
.BgClassName
{
background-color: #E1BD89;
}
</style>
border-color css
<style>
span { border-color: #E1BD89; }
span { border-color: rgb(225,189,137); }
td.TdClassName
{
border-color: #E1BD89;
}
.TagClassName
{
border-color: #E1BD89;
}
</style>