Shades of Burly Wood #E2BD8C
Tints of Burly Wood #E2BD8C
RGB
CMYK
RGB Variations
Color information
#E2BD8C (or 0xE2BD8C) is known color: Burly Wood. HEX triplet: E2, BD and 8C. RGB value is (226,189,140). Sum of RGB (Red+Green+Blue) = 226+189+140=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD8C is #1D4273. Grayscale: #C2C2C2. Windows color (decimal): -1917556 or 9223650. OLE color: 9223650.
HSL color Cylindrical-coordinate representation of color #E2BD8C: hue angle of 34.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2BD8C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 140 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.11 |
| HSL | 34.19º | 0.6% | 0.72% | - |
| HSV(B) | 34.19º | 0.38% | 0.89% | - |
| XYZ | 54.3 | 54.46 | 32.46 | - |
| YUV | 194.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 140 | 0 | 0.16 | 0.38 | 0.11 | 34.19 | 0.6 | 0.72 |
| Hex | E2 | BD | 8C | 0 | 10 | 26 | B | 22 | 3C | 48 |
| Octal | 342 | 275 | 214 | 0 | 20 | 46 | 13 | 42 | 74 | 110 |
| Binary | 11100010 | 10111101 | 10001100 | 0 | 10000 | 100110 | 1011 | 100010 | 111100 | 1001000 |
Color Harmonies of #E2BD8C
Complementary color
Monochromatic Colors of #E2BD8C
Black with #E2BD8C
Text Example
Text Example
White with #E2BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD8C; }
p { color: rgb(226,189,140); }
H1.HeaderClassName
{
color: #E2BD8C;
}
.AnyTagClassName
{
color: #E2BD8C;
}
</style>
background-color css
<style>
a { background-color: #E2BD8C; }
a { background-color: rgb(226,189,140); }
div.DivClassName
{
background-color: #E2BD8C;
}
.BgClassName
{
background-color: #E2BD8C;
}
</style>
border-color css
<style>
span { border-color: #E2BD8C; }
span { border-color: rgb(226,189,140); }
td.TdClassName
{
border-color: #E2BD8C;
}
.TagClassName
{
border-color: #E2BD8C;
}
</style>