Shades of Tusk #E0E0BB
Tints of Tusk #E0E0BB
RGB
CMYK
RGB Variations
Color information
#E0E0BB (or 0xE0E0BB) is known color: Tusk. HEX triplet: E0, E0 and BB. RGB value is (224,224,187). Sum of RGB (Red+Green+Blue) = 224+224+187=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0BB is #1F1F44. Grayscale: #DBDBDB. Windows color (decimal): -2039621 or 12312800. OLE color: 12312800.
HSL color Cylindrical-coordinate representation of color #E0E0BB: hue angle of 60º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0E0BB is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 187 | - |
| CMYK | 0 | 0 | 0.17 | 0.12 |
| HSL | 60º | 0.37% | 0.81% | - |
| HSV(B) | 60º | 0.17% | 0.88% | - |
| XYZ | 66.37 | 72.75 | 57.56 | - |
| YUV | 219.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 187 | 0 | 0 | 0.17 | 0.12 | 60 | 0.37 | 0.81 |
| Hex | E0 | E0 | BB | 0 | 0 | 11 | C | 3C | 25 | 51 |
| Octal | 340 | 340 | 273 | 0 | 0 | 21 | 14 | 74 | 45 | 121 |
| Binary | 11100000 | 11100000 | 10111011 | 0 | 0 | 10001 | 1100 | 111100 | 100101 | 1010001 |
Color Harmonies of #E0E0BB
Complementary color
Monochromatic Colors of #E0E0BB
Black with #E0E0BB
Text Example
Text Example
White with #E0E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0BB; }
p { color: rgb(224,224,187); }
H1.HeaderClassName
{
color: #E0E0BB;
}
.AnyTagClassName
{
color: #E0E0BB;
}
</style>
background-color css
<style>
a { background-color: #E0E0BB; }
a { background-color: rgb(224,224,187); }
div.DivClassName
{
background-color: #E0E0BB;
}
.BgClassName
{
background-color: #E0E0BB;
}
</style>
border-color css
<style>
span { border-color: #E0E0BB; }
span { border-color: rgb(224,224,187); }
td.TdClassName
{
border-color: #E0E0BB;
}
.TagClassName
{
border-color: #E0E0BB;
}
</style>