Shades of Burly Wood #E5B98A
Tints of Burly Wood #E5B98A
RGB
CMYK
RGB Variations
Color information
#E5B98A (or 0xE5B98A) is known color: Burly Wood. HEX triplet: E5, B9 and 8A. RGB value is (229,185,138). Sum of RGB (Red+Green+Blue) = 229+185+138=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B98A is #1A4675. Grayscale: #C1C1C1. Windows color (decimal): -1721974 or 9091557. OLE color: 9091557.
HSL color Cylindrical-coordinate representation of color #E5B98A: hue angle of 30.99º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5B98A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 138 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.10 |
| HSL | 30.99º | 0.64% | 0.72% | - |
| HSV(B) | 30.99º | 0.4% | 0.9% | - |
| XYZ | 54.25 | 53.19 | 31.45 | - |
| YUV | 192.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 138 | 0 | 0.19 | 0.40 | 0.10 | 30.99 | 0.64 | 0.72 |
| Hex | E5 | B9 | 8A | 0 | 13 | 28 | A | 1F | 40 | 48 |
| Octal | 345 | 271 | 212 | 0 | 23 | 50 | 12 | 37 | 100 | 110 |
| Binary | 11100101 | 10111001 | 10001010 | 0 | 10011 | 101000 | 1010 | 11111 | 1000000 | 1001000 |
Color Harmonies of #E5B98A
Complementary color
Monochromatic Colors of #E5B98A
Black with #E5B98A
Text Example
Text Example
White with #E5B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B98A; }
p { color: rgb(229,185,138); }
H1.HeaderClassName
{
color: #E5B98A;
}
.AnyTagClassName
{
color: #E5B98A;
}
</style>
background-color css
<style>
a { background-color: #E5B98A; }
a { background-color: rgb(229,185,138); }
div.DivClassName
{
background-color: #E5B98A;
}
.BgClassName
{
background-color: #E5B98A;
}
</style>
border-color css
<style>
span { border-color: #E5B98A; }
span { border-color: rgb(229,185,138); }
td.TdClassName
{
border-color: #E5B98A;
}
.TagClassName
{
border-color: #E5B98A;
}
</style>