Shades of Tusk #E1E1B9
Tints of Tusk #E1E1B9
RGB
CMYK
RGB Variations
Color information
#E1E1B9 (or 0xE1E1B9) is known color: Tusk. HEX triplet: E1, E1 and B9. RGB value is (225,225,185). Sum of RGB (Red+Green+Blue) = 225+225+185=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1B9 is #1E1E46. Grayscale: #DCDCDC. Windows color (decimal): -1973831 or 12181985. OLE color: 12181985.
HSL color Cylindrical-coordinate representation of color #E1E1B9: hue angle of 60º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1E1B9 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 185 | - |
| CMYK | 0 | 0 | 0.18 | 0.12 |
| HSL | 60º | 0.4% | 0.8% | - |
| HSV(B) | 60º | 0.18% | 0.88% | - |
| XYZ | 66.73 | 73.36 | 56.54 | - |
| YUV | 220.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 185 | 0 | 0 | 0.18 | 0.12 | 60 | 0.4 | 0.8 |
| Hex | E1 | E1 | B9 | 0 | 0 | 12 | C | 3C | 28 | 50 |
| Octal | 341 | 341 | 271 | 0 | 0 | 22 | 14 | 74 | 50 | 120 |
| Binary | 11100001 | 11100001 | 10111001 | 0 | 0 | 10010 | 1100 | 111100 | 101000 | 1010000 |
Color Harmonies of #E1E1B9
Complementary color
Monochromatic Colors of #E1E1B9
Black with #E1E1B9
Text Example
Text Example
White with #E1E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E1B9; }
p { color: rgb(225,225,185); }
H1.HeaderClassName
{
color: #E1E1B9;
}
.AnyTagClassName
{
color: #E1E1B9;
}
</style>
background-color css
<style>
a { background-color: #E1E1B9; }
a { background-color: rgb(225,225,185); }
div.DivClassName
{
background-color: #E1E1B9;
}
.BgClassName
{
background-color: #E1E1B9;
}
</style>
border-color css
<style>
span { border-color: #E1E1B9; }
span { border-color: rgb(225,225,185); }
td.TdClassName
{
border-color: #E1E1B9;
}
.TagClassName
{
border-color: #E1E1B9;
}
</style>