Shades of Burly Wood #E0B88A
Tints of Burly Wood #E0B88A
RGB
CMYK
RGB Variations
Color information
#E0B88A (or 0xE0B88A) is known color: Burly Wood. HEX triplet: E0, B8 and 8A. RGB value is (224,184,138). Sum of RGB (Red+Green+Blue) = 224+184+138=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B88A is #1F4775. Grayscale: #BEBEBE. Windows color (decimal): -2049910 or 9091296. OLE color: 9091296.
HSL color Cylindrical-coordinate representation of color #E0B88A: hue angle of 32.09º 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 #E0B88A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 138 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.12 |
| HSL | 32.09º | 0.58% | 0.71% | - |
| HSV(B) | 32.09º | 0.38% | 0.88% | - |
| XYZ | 52.47 | 51.96 | 31.31 | - |
| YUV | 190.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 138 | 0 | 0.18 | 0.38 | 0.12 | 32.09 | 0.58 | 0.71 |
| Hex | E0 | B8 | 8A | 0 | 12 | 26 | C | 20 | 3A | 47 |
| Octal | 340 | 270 | 212 | 0 | 22 | 46 | 14 | 40 | 72 | 107 |
| Binary | 11100000 | 10111000 | 10001010 | 0 | 10010 | 100110 | 1100 | 100000 | 111010 | 1000111 |
Color Harmonies of #E0B88A
Complementary color
Monochromatic Colors of #E0B88A
Black with #E0B88A
Text Example
Text Example
White with #E0B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B88A; }
p { color: rgb(224,184,138); }
H1.HeaderClassName
{
color: #E0B88A;
}
.AnyTagClassName
{
color: #E0B88A;
}
</style>
background-color css
<style>
a { background-color: #E0B88A; }
a { background-color: rgb(224,184,138); }
div.DivClassName
{
background-color: #E0B88A;
}
.BgClassName
{
background-color: #E0B88A;
}
</style>
border-color css
<style>
span { border-color: #E0B88A; }
span { border-color: rgb(224,184,138); }
td.TdClassName
{
border-color: #E0B88A;
}
.TagClassName
{
border-color: #E0B88A;
}
</style>