Shades of Burly Wood #E2BE89
Tints of Burly Wood #E2BE89
RGB
CMYK
RGB Variations
Color information
#E2BE89 (or 0xE2BE89) is known color: Burly Wood. HEX triplet: E2, BE and 89. RGB value is (226,190,137). Sum of RGB (Red+Green+Blue) = 226+190+137=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE89 is #1D4176. Grayscale: #C2C2C2. Windows color (decimal): -1917303 or 9027298. OLE color: 9027298.
HSL color Cylindrical-coordinate representation of color #E2BE89: hue angle of 35.73º degrees, saturation: 0.61, 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 #E2BE89 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 137 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.11 |
| HSL | 35.73º | 0.61% | 0.71% | - |
| HSV(B) | 35.73º | 0.39% | 0.89% | - |
| XYZ | 54.29 | 54.8 | 31.38 | - |
| YUV | 194.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 137 | 0 | 0.16 | 0.39 | 0.11 | 35.73 | 0.61 | 0.71 |
| Hex | E2 | BE | 89 | 0 | 10 | 27 | B | 24 | 3D | 47 |
| Octal | 342 | 276 | 211 | 0 | 20 | 47 | 13 | 44 | 75 | 107 |
| Binary | 11100010 | 10111110 | 10001001 | 0 | 10000 | 100111 | 1011 | 100100 | 111101 | 1000111 |
Color Harmonies of #E2BE89
Complementary color
Monochromatic Colors of #E2BE89
Black with #E2BE89
Text Example
Text Example
White with #E2BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE89; }
p { color: rgb(226,190,137); }
H1.HeaderClassName
{
color: #E2BE89;
}
.AnyTagClassName
{
color: #E2BE89;
}
</style>
background-color css
<style>
a { background-color: #E2BE89; }
a { background-color: rgb(226,190,137); }
div.DivClassName
{
background-color: #E2BE89;
}
.BgClassName
{
background-color: #E2BE89;
}
</style>
border-color css
<style>
span { border-color: #E2BE89; }
span { border-color: rgb(226,190,137); }
td.TdClassName
{
border-color: #E2BE89;
}
.TagClassName
{
border-color: #E2BE89;
}
</style>