Shades of Burly Wood #E1B98B
Tints of Burly Wood #E1B98B
RGB
CMYK
RGB Variations
Color information
#E1B98B (or 0xE1B98B) is known color: Burly Wood. HEX triplet: E1, B9 and 8B. RGB value is (225,185,139). Sum of RGB (Red+Green+Blue) = 225+185+139=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B98B is #1E4674. Grayscale: #BFBFBF. Windows color (decimal): -1984117 or 9157089. OLE color: 9157089.
HSL color Cylindrical-coordinate representation of color #E1B98B: hue angle of 32.09º degrees, saturation: 0.59, 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 #E1B98B is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 139 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.12 |
| HSL | 32.09º | 0.59% | 0.71% | - |
| HSV(B) | 32.09º | 0.38% | 0.88% | - |
| XYZ | 53.06 | 52.57 | 31.78 | - |
| YUV | 191.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 139 | 0 | 0.18 | 0.38 | 0.12 | 32.09 | 0.59 | 0.71 |
| Hex | E1 | B9 | 8B | 0 | 12 | 26 | C | 20 | 3B | 47 |
| Octal | 341 | 271 | 213 | 0 | 22 | 46 | 14 | 40 | 73 | 107 |
| Binary | 11100001 | 10111001 | 10001011 | 0 | 10010 | 100110 | 1100 | 100000 | 111011 | 1000111 |
Color Harmonies of #E1B98B
Complementary color
Monochromatic Colors of #E1B98B
Black with #E1B98B
Text Example
Text Example
White with #E1B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B98B; }
p { color: rgb(225,185,139); }
H1.HeaderClassName
{
color: #E1B98B;
}
.AnyTagClassName
{
color: #E1B98B;
}
</style>
background-color css
<style>
a { background-color: #E1B98B; }
a { background-color: rgb(225,185,139); }
div.DivClassName
{
background-color: #E1B98B;
}
.BgClassName
{
background-color: #E1B98B;
}
</style>
border-color css
<style>
span { border-color: #E1B98B; }
span { border-color: rgb(225,185,139); }
td.TdClassName
{
border-color: #E1B98B;
}
.TagClassName
{
border-color: #E1B98B;
}
</style>