Shades of Burly Wood #E1B88A
Tints of Burly Wood #E1B88A
RGB
CMYK
RGB Variations
Color information
#E1B88A (or 0xE1B88A) is known color: Burly Wood. HEX triplet: E1, B8 and 8A. RGB value is (225,184,138). Sum of RGB (Red+Green+Blue) = 225+184+138=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B88A is #1E4775. Grayscale: #BFBFBF. Windows color (decimal): -1984374 or 9091297. OLE color: 9091297.
HSL color Cylindrical-coordinate representation of color #E1B88A: hue angle of 31.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1B88A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 138 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.12 |
| HSL | 31.72º | 0.59% | 0.71% | - |
| HSV(B) | 31.72º | 0.39% | 0.88% | - |
| XYZ | 52.78 | 52.12 | 31.32 | - |
| YUV | 191.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 138 | 0 | 0.18 | 0.39 | 0.12 | 31.72 | 0.59 | 0.71 |
| Hex | E1 | B8 | 8A | 0 | 12 | 27 | C | 20 | 3B | 47 |
| Octal | 341 | 270 | 212 | 0 | 22 | 47 | 14 | 40 | 73 | 107 |
| Binary | 11100001 | 10111000 | 10001010 | 0 | 10010 | 100111 | 1100 | 100000 | 111011 | 1000111 |
Color Harmonies of #E1B88A
Complementary color
Monochromatic Colors of #E1B88A
Black with #E1B88A
Text Example
Text Example
White with #E1B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B88A; }
p { color: rgb(225,184,138); }
H1.HeaderClassName
{
color: #E1B88A;
}
.AnyTagClassName
{
color: #E1B88A;
}
</style>
background-color css
<style>
a { background-color: #E1B88A; }
a { background-color: rgb(225,184,138); }
div.DivClassName
{
background-color: #E1B88A;
}
.BgClassName
{
background-color: #E1B88A;
}
</style>
border-color css
<style>
span { border-color: #E1B88A; }
span { border-color: rgb(225,184,138); }
td.TdClassName
{
border-color: #E1B88A;
}
.TagClassName
{
border-color: #E1B88A;
}
</style>