Shades of Burly Wood #E2B586
Tints of Burly Wood #E2B586
RGB
CMYK
RGB Variations
Color information
#E2B586 (or 0xE2B586) is known color: Burly Wood. HEX triplet: E2, B5 and 86. RGB value is (226,181,134). Sum of RGB (Red+Green+Blue) = 226+181+134=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B586 is #1D4A79. Grayscale: #BDBDBD. Windows color (decimal): -1919610 or 8828386. OLE color: 8828386.
HSL color Cylindrical-coordinate representation of color #E2B586: hue angle of 30.65º 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 #E2B586 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 134 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.11 |
| HSL | 30.65º | 0.61% | 0.71% | - |
| HSV(B) | 30.65º | 0.41% | 0.89% | - |
| XYZ | 52.19 | 50.94 | 29.64 | - |
| YUV | 189.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 134 | 0 | 0.20 | 0.41 | 0.11 | 30.65 | 0.61 | 0.71 |
| Hex | E2 | B5 | 86 | 0 | 14 | 29 | B | 1F | 3D | 47 |
| Octal | 342 | 265 | 206 | 0 | 24 | 51 | 13 | 37 | 75 | 107 |
| Binary | 11100010 | 10110101 | 10000110 | 0 | 10100 | 101001 | 1011 | 11111 | 111101 | 1000111 |
Color Harmonies of #E2B586
Complementary color
Monochromatic Colors of #E2B586
Black with #E2B586
Text Example
Text Example
White with #E2B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B586; }
p { color: rgb(226,181,134); }
H1.HeaderClassName
{
color: #E2B586;
}
.AnyTagClassName
{
color: #E2B586;
}
</style>
background-color css
<style>
a { background-color: #E2B586; }
a { background-color: rgb(226,181,134); }
div.DivClassName
{
background-color: #E2B586;
}
.BgClassName
{
background-color: #E2B586;
}
</style>
border-color css
<style>
span { border-color: #E2B586; }
span { border-color: rgb(226,181,134); }
td.TdClassName
{
border-color: #E2B586;
}
.TagClassName
{
border-color: #E2B586;
}
</style>