Shades of Burly Wood #E2BE8A
Tints of Burly Wood #E2BE8A
RGB
CMYK
RGB Variations
Color information
#E2BE8A (or 0xE2BE8A) is known color: Burly Wood. HEX triplet: E2, BE and 8A. RGB value is (226,190,138). Sum of RGB (Red+Green+Blue) = 226+190+138=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE8A is #1D4175. Grayscale: #C3C3C3. Windows color (decimal): -1917302 or 9092834. OLE color: 9092834.
HSL color Cylindrical-coordinate representation of color #E2BE8A: hue angle of 35.45º 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 #E2BE8A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 138 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.11 |
| HSL | 35.45º | 0.6% | 0.71% | - |
| HSV(B) | 35.45º | 0.39% | 0.89% | - |
| XYZ | 54.36 | 54.83 | 31.76 | - |
| YUV | 194.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 138 | 0 | 0.16 | 0.39 | 0.11 | 35.45 | 0.6 | 0.71 |
| Hex | E2 | BE | 8A | 0 | 10 | 27 | B | 23 | 3C | 47 |
| Octal | 342 | 276 | 212 | 0 | 20 | 47 | 13 | 43 | 74 | 107 |
| Binary | 11100010 | 10111110 | 10001010 | 0 | 10000 | 100111 | 1011 | 100011 | 111100 | 1000111 |
Color Harmonies of #E2BE8A
Complementary color
Monochromatic Colors of #E2BE8A
Black with #E2BE8A
Text Example
Text Example
White with #E2BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE8A; }
p { color: rgb(226,190,138); }
H1.HeaderClassName
{
color: #E2BE8A;
}
.AnyTagClassName
{
color: #E2BE8A;
}
</style>
background-color css
<style>
a { background-color: #E2BE8A; }
a { background-color: rgb(226,190,138); }
div.DivClassName
{
background-color: #E2BE8A;
}
.BgClassName
{
background-color: #E2BE8A;
}
</style>
border-color css
<style>
span { border-color: #E2BE8A; }
span { border-color: rgb(226,190,138); }
td.TdClassName
{
border-color: #E2BE8A;
}
.TagClassName
{
border-color: #E2BE8A;
}
</style>