Shades of Tusk #E1E4A7
Tints of Tusk #E1E4A7
RGB
CMYK
RGB Variations
Color information
#E1E4A7 (or 0xE1E4A7) is known color: Tusk. HEX triplet: E1, E4 and A7. RGB value is (225,228,167). Sum of RGB (Red+Green+Blue) = 225+228+167=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E4A7 is #1E1B58. Grayscale: #DCDCDC. Windows color (decimal): -1973081 or 11003105. OLE color: 11003105.
HSL color Cylindrical-coordinate representation of color #E1E4A7: hue angle of 62.95º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1E4A7 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 167 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.11 |
| HSL | 62.95º | 0.53% | 0.77% | - |
| HSV(B) | 62.95º | 0.27% | 0.89% | - |
| XYZ | 65.77 | 74.28 | 47.43 | - |
| YUV | 220.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 167 | 0.01 | 0 | 0.27 | 0.11 | 62.95 | 0.53 | 0.77 |
| Hex | E1 | E4 | A7 | 1 | 0 | 1B | B | 3F | 35 | 4D |
| Octal | 341 | 344 | 247 | 1 | 0 | 33 | 13 | 77 | 65 | 115 |
| Binary | 11100001 | 11100100 | 10100111 | 1 | 0 | 11011 | 1011 | 111111 | 110101 | 1001101 |
Color Harmonies of #E1E4A7
Complementary color
Monochromatic Colors of #E1E4A7
Black with #E1E4A7
Text Example
Text Example
White with #E1E4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4A7; }
p { color: rgb(225,228,167); }
H1.HeaderClassName
{
color: #E1E4A7;
}
.AnyTagClassName
{
color: #E1E4A7;
}
</style>
background-color css
<style>
a { background-color: #E1E4A7; }
a { background-color: rgb(225,228,167); }
div.DivClassName
{
background-color: #E1E4A7;
}
.BgClassName
{
background-color: #E1E4A7;
}
</style>
border-color css
<style>
span { border-color: #E1E4A7; }
span { border-color: rgb(225,228,167); }
td.TdClassName
{
border-color: #E1E4A7;
}
.TagClassName
{
border-color: #E1E4A7;
}
</style>