Shades of Burly Wood #E2B88A
Tints of Burly Wood #E2B88A
RGB
CMYK
RGB Variations
Color information
#E2B88A (or 0xE2B88A) is known color: Burly Wood. HEX triplet: E2, B8 and 8A. RGB value is (226,184,138). Sum of RGB (Red+Green+Blue) = 226+184+138=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B88A is #1D4775. Grayscale: #BFBFBF. Windows color (decimal): -1918838 or 9091298. OLE color: 9091298.
HSL color Cylindrical-coordinate representation of color #E2B88A: hue angle of 31.36º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2B88A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 138 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.11 |
| HSL | 31.36º | 0.6% | 0.71% | - |
| HSV(B) | 31.36º | 0.39% | 0.89% | - |
| XYZ | 53.09 | 52.28 | 31.34 | - |
| YUV | 191.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 138 | 0 | 0.19 | 0.39 | 0.11 | 31.36 | 0.6 | 0.71 |
| Hex | E2 | B8 | 8A | 0 | 13 | 27 | B | 1F | 3C | 47 |
| Octal | 342 | 270 | 212 | 0 | 23 | 47 | 13 | 37 | 74 | 107 |
| Binary | 11100010 | 10111000 | 10001010 | 0 | 10011 | 100111 | 1011 | 11111 | 111100 | 1000111 |
Color Harmonies of #E2B88A
Complementary color
Monochromatic Colors of #E2B88A
Black with #E2B88A
Text Example
Text Example
White with #E2B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B88A; }
p { color: rgb(226,184,138); }
H1.HeaderClassName
{
color: #E2B88A;
}
.AnyTagClassName
{
color: #E2B88A;
}
</style>
background-color css
<style>
a { background-color: #E2B88A; }
a { background-color: rgb(226,184,138); }
div.DivClassName
{
background-color: #E2B88A;
}
.BgClassName
{
background-color: #E2B88A;
}
</style>
border-color css
<style>
span { border-color: #E2B88A; }
span { border-color: rgb(226,184,138); }
td.TdClassName
{
border-color: #E2B88A;
}
.TagClassName
{
border-color: #E2B88A;
}
</style>