Shades of Burly Wood #E2BC8A
Tints of Burly Wood #E2BC8A
RGB
CMYK
RGB Variations
Color information
#E2BC8A (or 0xE2BC8A) is known color: Burly Wood. HEX triplet: E2, BC and 8A. RGB value is (226,188,138). Sum of RGB (Red+Green+Blue) = 226+188+138=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC8A is #1D4375. Grayscale: #C1C1C1. Windows color (decimal): -1917814 or 9092322. OLE color: 9092322.
HSL color Cylindrical-coordinate representation of color #E2BC8A: hue angle of 34.09º 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 #E2BC8A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 138 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.11 |
| HSL | 34.09º | 0.6% | 0.71% | - |
| HSV(B) | 34.09º | 0.39% | 0.89% | - |
| XYZ | 53.93 | 53.97 | 31.62 | - |
| YUV | 193.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 138 | 0 | 0.17 | 0.39 | 0.11 | 34.09 | 0.6 | 0.71 |
| Hex | E2 | BC | 8A | 0 | 11 | 27 | B | 22 | 3C | 47 |
| Octal | 342 | 274 | 212 | 0 | 21 | 47 | 13 | 42 | 74 | 107 |
| Binary | 11100010 | 10111100 | 10001010 | 0 | 10001 | 100111 | 1011 | 100010 | 111100 | 1000111 |
Color Harmonies of #E2BC8A
Complementary color
Monochromatic Colors of #E2BC8A
Black with #E2BC8A
Text Example
Text Example
White with #E2BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC8A; }
p { color: rgb(226,188,138); }
H1.HeaderClassName
{
color: #E2BC8A;
}
.AnyTagClassName
{
color: #E2BC8A;
}
</style>
background-color css
<style>
a { background-color: #E2BC8A; }
a { background-color: rgb(226,188,138); }
div.DivClassName
{
background-color: #E2BC8A;
}
.BgClassName
{
background-color: #E2BC8A;
}
</style>
border-color css
<style>
span { border-color: #E2BC8A; }
span { border-color: rgb(226,188,138); }
td.TdClassName
{
border-color: #E2BC8A;
}
.TagClassName
{
border-color: #E2BC8A;
}
</style>