Shades of Burly Wood #E0B98A
Tints of Burly Wood #E0B98A
RGB
CMYK
RGB Variations
Color information
#E0B98A (or 0xE0B98A) is known color: Burly Wood. HEX triplet: E0, B9 and 8A. RGB value is (224,185,138). Sum of RGB (Red+Green+Blue) = 224+185+138=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B98A is #1F4675. Grayscale: #BFBFBF. Windows color (decimal): -2049654 or 9091552. OLE color: 9091552.
HSL color Cylindrical-coordinate representation of color #E0B98A: hue angle of 32.79º degrees, saturation: 0.58, 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 #E0B98A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 138 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.12 |
| HSL | 32.79º | 0.58% | 0.71% | - |
| HSV(B) | 32.79º | 0.38% | 0.88% | - |
| XYZ | 52.68 | 52.38 | 31.38 | - |
| YUV | 191.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 138 | 0 | 0.17 | 0.38 | 0.12 | 32.79 | 0.58 | 0.71 |
| Hex | E0 | B9 | 8A | 0 | 11 | 26 | C | 21 | 3A | 47 |
| Octal | 340 | 271 | 212 | 0 | 21 | 46 | 14 | 41 | 72 | 107 |
| Binary | 11100000 | 10111001 | 10001010 | 0 | 10001 | 100110 | 1100 | 100001 | 111010 | 1000111 |
Color Harmonies of #E0B98A
Complementary color
Monochromatic Colors of #E0B98A
Black with #E0B98A
Text Example
Text Example
White with #E0B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B98A; }
p { color: rgb(224,185,138); }
H1.HeaderClassName
{
color: #E0B98A;
}
.AnyTagClassName
{
color: #E0B98A;
}
</style>
background-color css
<style>
a { background-color: #E0B98A; }
a { background-color: rgb(224,185,138); }
div.DivClassName
{
background-color: #E0B98A;
}
.BgClassName
{
background-color: #E0B98A;
}
</style>
border-color css
<style>
span { border-color: #E0B98A; }
span { border-color: rgb(224,185,138); }
td.TdClassName
{
border-color: #E0B98A;
}
.TagClassName
{
border-color: #E0B98A;
}
</style>