Shades of Burly Wood #E5BA8B
Tints of Burly Wood #E5BA8B
RGB
CMYK
RGB Variations
Color information
#E5BA8B (or 0xE5BA8B) is known color: Burly Wood. HEX triplet: E5, BA and 8B. RGB value is (229,186,139). Sum of RGB (Red+Green+Blue) = 229+186+139=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA8B is #1A4574. Grayscale: #C1C1C1. Windows color (decimal): -1721717 or 9157349. OLE color: 9157349.
HSL color Cylindrical-coordinate representation of color #E5BA8B: hue angle of 31.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5BA8B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 139 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.10 |
| HSL | 31.33º | 0.63% | 0.72% | - |
| HSV(B) | 31.33º | 0.39% | 0.9% | - |
| XYZ | 54.53 | 53.64 | 31.91 | - |
| YUV | 193.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 139 | 0 | 0.19 | 0.39 | 0.10 | 31.33 | 0.63 | 0.72 |
| Hex | E5 | BA | 8B | 0 | 13 | 27 | A | 1F | 3F | 48 |
| Octal | 345 | 272 | 213 | 0 | 23 | 47 | 12 | 37 | 77 | 110 |
| Binary | 11100101 | 10111010 | 10001011 | 0 | 10011 | 100111 | 1010 | 11111 | 111111 | 1001000 |
Color Harmonies of #E5BA8B
Complementary color
Monochromatic Colors of #E5BA8B
Black with #E5BA8B
Text Example
Text Example
White with #E5BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA8B; }
p { color: rgb(229,186,139); }
H1.HeaderClassName
{
color: #E5BA8B;
}
.AnyTagClassName
{
color: #E5BA8B;
}
</style>
background-color css
<style>
a { background-color: #E5BA8B; }
a { background-color: rgb(229,186,139); }
div.DivClassName
{
background-color: #E5BA8B;
}
.BgClassName
{
background-color: #E5BA8B;
}
</style>
border-color css
<style>
span { border-color: #E5BA8B; }
span { border-color: rgb(229,186,139); }
td.TdClassName
{
border-color: #E5BA8B;
}
.TagClassName
{
border-color: #E5BA8B;
}
</style>