Shades of Burly Wood #E3BA8A
Tints of Burly Wood #E3BA8A
RGB
CMYK
RGB Variations
Color information
#E3BA8A (or 0xE3BA8A) is known color: Burly Wood. HEX triplet: E3, BA and 8A. RGB value is (227,186,138). Sum of RGB (Red+Green+Blue) = 227+186+138=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA8A is #1C4575. Grayscale: #C1C1C1. Windows color (decimal): -1852790 or 9091811. OLE color: 9091811.
HSL color Cylindrical-coordinate representation of color #E3BA8A: hue angle of 32.36º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3BA8A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 138 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.11 |
| HSL | 32.36º | 0.61% | 0.72% | - |
| HSV(B) | 32.36º | 0.39% | 0.89% | - |
| XYZ | 53.82 | 53.28 | 31.49 | - |
| YUV | 192.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 138 | 0 | 0.18 | 0.39 | 0.11 | 32.36 | 0.61 | 0.72 |
| Hex | E3 | BA | 8A | 0 | 12 | 27 | B | 20 | 3D | 48 |
| Octal | 343 | 272 | 212 | 0 | 22 | 47 | 13 | 40 | 75 | 110 |
| Binary | 11100011 | 10111010 | 10001010 | 0 | 10010 | 100111 | 1011 | 100000 | 111101 | 1001000 |
Color Harmonies of #E3BA8A
Complementary color
Monochromatic Colors of #E3BA8A
Black with #E3BA8A
Text Example
Text Example
White with #E3BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA8A; }
p { color: rgb(227,186,138); }
H1.HeaderClassName
{
color: #E3BA8A;
}
.AnyTagClassName
{
color: #E3BA8A;
}
</style>
background-color css
<style>
a { background-color: #E3BA8A; }
a { background-color: rgb(227,186,138); }
div.DivClassName
{
background-color: #E3BA8A;
}
.BgClassName
{
background-color: #E3BA8A;
}
</style>
border-color css
<style>
span { border-color: #E3BA8A; }
span { border-color: rgb(227,186,138); }
td.TdClassName
{
border-color: #E3BA8A;
}
.TagClassName
{
border-color: #E3BA8A;
}
</style>