Shades of Tusk #E0E1BB
Tints of Tusk #E0E1BB
RGB
CMYK
RGB Variations
Color information
#E0E1BB (or 0xE0E1BB) is known color: Tusk. HEX triplet: E0, E1 and BB. RGB value is (224,225,187). Sum of RGB (Red+Green+Blue) = 224+225+187=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1BB is #1F1E44. Grayscale: #DCDCDC. Windows color (decimal): -2039365 or 12313056. OLE color: 12313056.
HSL color Cylindrical-coordinate representation of color #E0E1BB: hue angle of 61.58º degrees, saturation: 0.39, 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 #E0E1BB is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 187 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.12 |
| HSL | 61.58º | 0.39% | 0.81% | - |
| HSV(B) | 61.58º | 0.17% | 0.88% | - |
| XYZ | 66.64 | 73.29 | 57.65 | - |
| YUV | 220.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 187 | 0.00 | 0 | 0.17 | 0.12 | 61.58 | 0.39 | 0.81 |
| Hex | E0 | E1 | BB | 0 | 0 | 11 | C | 3E | 27 | 51 |
| Octal | 340 | 341 | 273 | 0 | 0 | 21 | 14 | 76 | 47 | 121 |
| Binary | 11100000 | 11100001 | 10111011 | 0 | 0 | 10001 | 1100 | 111110 | 100111 | 1010001 |
Color Harmonies of #E0E1BB
Complementary color
Monochromatic Colors of #E0E1BB
Black with #E0E1BB
Text Example
Text Example
White with #E0E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1BB; }
p { color: rgb(224,225,187); }
H1.HeaderClassName
{
color: #E0E1BB;
}
.AnyTagClassName
{
color: #E0E1BB;
}
</style>
background-color css
<style>
a { background-color: #E0E1BB; }
a { background-color: rgb(224,225,187); }
div.DivClassName
{
background-color: #E0E1BB;
}
.BgClassName
{
background-color: #E0E1BB;
}
</style>
border-color css
<style>
span { border-color: #E0E1BB; }
span { border-color: rgb(224,225,187); }
td.TdClassName
{
border-color: #E0E1BB;
}
.TagClassName
{
border-color: #E0E1BB;
}
</style>