Shades of Burly Wood #E1B988
Tints of Burly Wood #E1B988
RGB
CMYK
RGB Variations
Color information
#E1B988 (or 0xE1B988) is known color: Burly Wood. HEX triplet: E1, B9 and 88. RGB value is (225,185,136). Sum of RGB (Red+Green+Blue) = 225+185+136=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B988 is #1E4677. Grayscale: #BFBFBF. Windows color (decimal): -1984120 or 8960481. OLE color: 8960481.
HSL color Cylindrical-coordinate representation of color #E1B988: hue angle of 33.03º 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 #E1B988 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 136 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.12 |
| HSL | 33.03º | 0.6% | 0.71% | - |
| HSV(B) | 33.03º | 0.4% | 0.88% | - |
| XYZ | 52.84 | 52.48 | 30.64 | - |
| YUV | 191.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 136 | 0 | 0.18 | 0.40 | 0.12 | 33.03 | 0.6 | 0.71 |
| Hex | E1 | B9 | 88 | 0 | 12 | 28 | C | 21 | 3C | 47 |
| Octal | 341 | 271 | 210 | 0 | 22 | 50 | 14 | 41 | 74 | 107 |
| Binary | 11100001 | 10111001 | 10001000 | 0 | 10010 | 101000 | 1100 | 100001 | 111100 | 1000111 |
Color Harmonies of #E1B988
Complementary color
Monochromatic Colors of #E1B988
Black with #E1B988
Text Example
Text Example
White with #E1B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B988; }
p { color: rgb(225,185,136); }
H1.HeaderClassName
{
color: #E1B988;
}
.AnyTagClassName
{
color: #E1B988;
}
</style>
background-color css
<style>
a { background-color: #E1B988; }
a { background-color: rgb(225,185,136); }
div.DivClassName
{
background-color: #E1B988;
}
.BgClassName
{
background-color: #E1B988;
}
</style>
border-color css
<style>
span { border-color: #E1B988; }
span { border-color: rgb(225,185,136); }
td.TdClassName
{
border-color: #E1B988;
}
.TagClassName
{
border-color: #E1B988;
}
</style>