Shades of Tusk #E1E5AB
Tints of Tusk #E1E5AB
RGB
CMYK
RGB Variations
Color information
#E1E5AB (or 0xE1E5AB) is known color: Tusk. HEX triplet: E1, E5 and AB. RGB value is (225,229,171). Sum of RGB (Red+Green+Blue) = 225+229+171=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E5AB is #1E1A54. Grayscale: #DDDDDD. Windows color (decimal): -1972821 or 11265505. OLE color: 11265505.
HSL color Cylindrical-coordinate representation of color #E1E5AB: hue angle of 64.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1E5AB is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 171 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.10 |
| HSL | 64.14º | 0.53% | 0.78% | - |
| HSV(B) | 64.14º | 0.25% | 0.9% | - |
| XYZ | 66.42 | 74.99 | 49.5 | - |
| YUV | 221.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 171 | 0.02 | 0 | 0.25 | 0.10 | 64.14 | 0.53 | 0.78 |
| Hex | E1 | E5 | AB | 2 | 0 | 19 | A | 40 | 35 | 4E |
| Octal | 341 | 345 | 253 | 2 | 0 | 31 | 12 | 100 | 65 | 116 |
| Binary | 11100001 | 11100101 | 10101011 | 10 | 0 | 11001 | 1010 | 1000000 | 110101 | 1001110 |
Color Harmonies of #E1E5AB
Complementary color
Monochromatic Colors of #E1E5AB
Black with #E1E5AB
Text Example
Text Example
White with #E1E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5AB; }
p { color: rgb(225,229,171); }
H1.HeaderClassName
{
color: #E1E5AB;
}
.AnyTagClassName
{
color: #E1E5AB;
}
</style>
background-color css
<style>
a { background-color: #E1E5AB; }
a { background-color: rgb(225,229,171); }
div.DivClassName
{
background-color: #E1E5AB;
}
.BgClassName
{
background-color: #E1E5AB;
}
</style>
border-color css
<style>
span { border-color: #E1E5AB; }
span { border-color: rgb(225,229,171); }
td.TdClassName
{
border-color: #E1E5AB;
}
.TagClassName
{
border-color: #E1E5AB;
}
</style>