Shades of Burly Wood #E2B786
Tints of Burly Wood #E2B786
RGB
CMYK
RGB Variations
Color information
#E2B786 (or 0xE2B786) is known color: Burly Wood. HEX triplet: E2, B7 and 86. RGB value is (226,183,134). Sum of RGB (Red+Green+Blue) = 226+183+134=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B786 is #1D4879. Grayscale: #BEBEBE. Windows color (decimal): -1919098 or 8828898. OLE color: 8828898.
HSL color Cylindrical-coordinate representation of color #E2B786: hue angle of 31.96º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2B786 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 134 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.11 |
| HSL | 31.96º | 0.61% | 0.71% | - |
| HSV(B) | 31.96º | 0.41% | 0.89% | - |
| XYZ | 52.6 | 51.76 | 29.77 | - |
| YUV | 190.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 134 | 0 | 0.19 | 0.41 | 0.11 | 31.96 | 0.61 | 0.71 |
| Hex | E2 | B7 | 86 | 0 | 13 | 29 | B | 20 | 3D | 47 |
| Octal | 342 | 267 | 206 | 0 | 23 | 51 | 13 | 40 | 75 | 107 |
| Binary | 11100010 | 10110111 | 10000110 | 0 | 10011 | 101001 | 1011 | 100000 | 111101 | 1000111 |
Color Harmonies of #E2B786
Complementary color
Monochromatic Colors of #E2B786
Black with #E2B786
Text Example
Text Example
White with #E2B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B786; }
p { color: rgb(226,183,134); }
H1.HeaderClassName
{
color: #E2B786;
}
.AnyTagClassName
{
color: #E2B786;
}
</style>
background-color css
<style>
a { background-color: #E2B786; }
a { background-color: rgb(226,183,134); }
div.DivClassName
{
background-color: #E2B786;
}
.BgClassName
{
background-color: #E2B786;
}
</style>
border-color css
<style>
span { border-color: #E2B786; }
span { border-color: rgb(226,183,134); }
td.TdClassName
{
border-color: #E2B786;
}
.TagClassName
{
border-color: #E2B786;
}
</style>