Shades of Tusk #E1E4A1
Tints of Tusk #E1E4A1
RGB
CMYK
RGB Variations
Color information
#E1E4A1 (or 0xE1E4A1) is known color: Tusk. HEX triplet: E1, E4 and A1. RGB value is (225,228,161). Sum of RGB (Red+Green+Blue) = 225+228+161=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E4A1 is #1E1B5E. Grayscale: #DBDBDB. Windows color (decimal): -1973087 or 10609889. OLE color: 10609889.
HSL color Cylindrical-coordinate representation of color #E1E4A1: hue angle of 62.69º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1E4A1 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 161 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.11 |
| HSL | 62.69º | 0.55% | 0.76% | - |
| HSV(B) | 62.69º | 0.29% | 0.89% | - |
| XYZ | 65.23 | 74.07 | 44.58 | - |
| YUV | 219.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 161 | 0.01 | 0 | 0.29 | 0.11 | 62.69 | 0.55 | 0.76 |
| Hex | E1 | E4 | A1 | 1 | 0 | 1D | B | 3F | 37 | 4C |
| Octal | 341 | 344 | 241 | 1 | 0 | 35 | 13 | 77 | 67 | 114 |
| Binary | 11100001 | 11100100 | 10100001 | 1 | 0 | 11101 | 1011 | 111111 | 110111 | 1001100 |
Color Harmonies of #E1E4A1
Complementary color
Monochromatic Colors of #E1E4A1
Black with #E1E4A1
Text Example
Text Example
White with #E1E4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4A1; }
p { color: rgb(225,228,161); }
H1.HeaderClassName
{
color: #E1E4A1;
}
.AnyTagClassName
{
color: #E1E4A1;
}
</style>
background-color css
<style>
a { background-color: #E1E4A1; }
a { background-color: rgb(225,228,161); }
div.DivClassName
{
background-color: #E1E4A1;
}
.BgClassName
{
background-color: #E1E4A1;
}
</style>
border-color css
<style>
span { border-color: #E1E4A1; }
span { border-color: rgb(225,228,161); }
td.TdClassName
{
border-color: #E1E4A1;
}
.TagClassName
{
border-color: #E1E4A1;
}
</style>