Shades of Tusk #E1ECA1
Tints of Tusk #E1ECA1
RGB
CMYK
RGB Variations
Color information
#E1ECA1 (or 0xE1ECA1) is known color: Tusk. HEX triplet: E1, EC and A1. RGB value is (225,236,161). Sum of RGB (Red+Green+Blue) = 225+236+161=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1ECA1 is #1E135E. Grayscale: #E0E0E0. Windows color (decimal): -1971039 or 10611937. OLE color: 10611937.
HSL color Cylindrical-coordinate representation of color #E1ECA1: hue angle of 68.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1ECA1 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 161 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.07 |
| HSL | 68.8º | 0.66% | 0.78% | - |
| HSV(B) | 68.8º | 0.32% | 0.93% | - |
| XYZ | 67.48 | 78.57 | 45.33 | - |
| YUV | 224.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 161 | 0.05 | 0 | 0.32 | 0.07 | 68.8 | 0.66 | 0.78 |
| Hex | E1 | EC | A1 | 5 | 0 | 20 | 7 | 45 | 42 | 4E |
| Octal | 341 | 354 | 241 | 5 | 0 | 40 | 7 | 105 | 102 | 116 |
| Binary | 11100001 | 11101100 | 10100001 | 101 | 0 | 100000 | 111 | 1000101 | 1000010 | 1001110 |
Color Harmonies of #E1ECA1
Complementary color
Monochromatic Colors of #E1ECA1
Black with #E1ECA1
Text Example
Text Example
White with #E1ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECA1; }
p { color: rgb(225,236,161); }
H1.HeaderClassName
{
color: #E1ECA1;
}
.AnyTagClassName
{
color: #E1ECA1;
}
</style>
background-color css
<style>
a { background-color: #E1ECA1; }
a { background-color: rgb(225,236,161); }
div.DivClassName
{
background-color: #E1ECA1;
}
.BgClassName
{
background-color: #E1ECA1;
}
</style>
border-color css
<style>
span { border-color: #E1ECA1; }
span { border-color: rgb(225,236,161); }
td.TdClassName
{
border-color: #E1ECA1;
}
.TagClassName
{
border-color: #E1ECA1;
}
</style>