Shades of Burly Wood #E0BE8B
Tints of Burly Wood #E0BE8B
RGB
CMYK
RGB Variations
Color information
#E0BE8B (or 0xE0BE8B) is known color: Burly Wood. HEX triplet: E0, BE and 8B. RGB value is (224,190,139). Sum of RGB (Red+Green+Blue) = 224+190+139=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE8B is #1F4174. Grayscale: #C2C2C2. Windows color (decimal): -2048373 or 9158368. OLE color: 9158368.
HSL color Cylindrical-coordinate representation of color #E0BE8B: hue angle of 36º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0BE8B is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 139 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.12 |
| HSL | 36º | 0.58% | 0.71% | - |
| HSV(B) | 36º | 0.38% | 0.88% | - |
| XYZ | 53.81 | 54.54 | 32.12 | - |
| YUV | 194.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 139 | 0 | 0.15 | 0.38 | 0.12 | 36 | 0.58 | 0.71 |
| Hex | E0 | BE | 8B | 0 | F | 26 | C | 24 | 3A | 47 |
| Octal | 340 | 276 | 213 | 0 | 17 | 46 | 14 | 44 | 72 | 107 |
| Binary | 11100000 | 10111110 | 10001011 | 0 | 1111 | 100110 | 1100 | 100100 | 111010 | 1000111 |
Color Harmonies of #E0BE8B
Complementary color
Monochromatic Colors of #E0BE8B
Black with #E0BE8B
Text Example
Text Example
White with #E0BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE8B; }
p { color: rgb(224,190,139); }
H1.HeaderClassName
{
color: #E0BE8B;
}
.AnyTagClassName
{
color: #E0BE8B;
}
</style>
background-color css
<style>
a { background-color: #E0BE8B; }
a { background-color: rgb(224,190,139); }
div.DivClassName
{
background-color: #E0BE8B;
}
.BgClassName
{
background-color: #E0BE8B;
}
</style>
border-color css
<style>
span { border-color: #E0BE8B; }
span { border-color: rgb(224,190,139); }
td.TdClassName
{
border-color: #E0BE8B;
}
.TagClassName
{
border-color: #E0BE8B;
}
</style>