Shades of Tusk #E1E5B9
Tints of Tusk #E1E5B9
RGB
CMYK
RGB Variations
Color information
#E1E5B9 (or 0xE1E5B9) is known color: Tusk. HEX triplet: E1, E5 and B9. RGB value is (225,229,185). Sum of RGB (Red+Green+Blue) = 225+229+185=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E5B9 is #1E1A46. Grayscale: #DEDEDE. Windows color (decimal): -1972807 or 12183009. OLE color: 12183009.
HSL color Cylindrical-coordinate representation of color #E1E5B9: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1E5B9 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 185 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.10 |
| HSL | 65.45º | 0.46% | 0.81% | - |
| HSV(B) | 65.45º | 0.19% | 0.9% | - |
| XYZ | 67.83 | 75.55 | 56.91 | - |
| YUV | 222.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 185 | 0.02 | 0 | 0.19 | 0.10 | 65.45 | 0.46 | 0.81 |
| Hex | E1 | E5 | B9 | 2 | 0 | 13 | A | 41 | 2E | 51 |
| Octal | 341 | 345 | 271 | 2 | 0 | 23 | 12 | 101 | 56 | 121 |
| Binary | 11100001 | 11100101 | 10111001 | 10 | 0 | 10011 | 1010 | 1000001 | 101110 | 1010001 |
Color Harmonies of #E1E5B9
Complementary color
Monochromatic Colors of #E1E5B9
Black with #E1E5B9
Text Example
Text Example
White with #E1E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5B9; }
p { color: rgb(225,229,185); }
H1.HeaderClassName
{
color: #E1E5B9;
}
.AnyTagClassName
{
color: #E1E5B9;
}
</style>
background-color css
<style>
a { background-color: #E1E5B9; }
a { background-color: rgb(225,229,185); }
div.DivClassName
{
background-color: #E1E5B9;
}
.BgClassName
{
background-color: #E1E5B9;
}
</style>
border-color css
<style>
span { border-color: #E1E5B9; }
span { border-color: rgb(225,229,185); }
td.TdClassName
{
border-color: #E1E5B9;
}
.TagClassName
{
border-color: #E1E5B9;
}
</style>