Shades of Tusk #E1ECAF
Tints of Tusk #E1ECAF
RGB
CMYK
RGB Variations
Color information
#E1ECAF (or 0xE1ECAF) is known color: Tusk. HEX triplet: E1, EC and AF. RGB value is (225,236,175). Sum of RGB (Red+Green+Blue) = 225+236+175=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1ECAF is #1E1350. Grayscale: #E1E1E1. Windows color (decimal): -1971025 or 11529441. OLE color: 11529441.
HSL color Cylindrical-coordinate representation of color #E1ECAF: hue angle of 70.82º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ECAF is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 175 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.07 |
| HSL | 70.82º | 0.62% | 0.81% | - |
| HSV(B) | 70.82º | 0.26% | 0.93% | - |
| XYZ | 68.78 | 79.09 | 52.2 | - |
| YUV | 225.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 175 | 0.05 | 0 | 0.26 | 0.07 | 70.82 | 0.62 | 0.81 |
| Hex | E1 | EC | AF | 5 | 0 | 1A | 7 | 47 | 3E | 51 |
| Octal | 341 | 354 | 257 | 5 | 0 | 32 | 7 | 107 | 76 | 121 |
| Binary | 11100001 | 11101100 | 10101111 | 101 | 0 | 11010 | 111 | 1000111 | 111110 | 1010001 |
Color Harmonies of #E1ECAF
Complementary color
Monochromatic Colors of #E1ECAF
Black with #E1ECAF
Text Example
Text Example
White with #E1ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECAF; }
p { color: rgb(225,236,175); }
H1.HeaderClassName
{
color: #E1ECAF;
}
.AnyTagClassName
{
color: #E1ECAF;
}
</style>
background-color css
<style>
a { background-color: #E1ECAF; }
a { background-color: rgb(225,236,175); }
div.DivClassName
{
background-color: #E1ECAF;
}
.BgClassName
{
background-color: #E1ECAF;
}
</style>
border-color css
<style>
span { border-color: #E1ECAF; }
span { border-color: rgb(225,236,175); }
td.TdClassName
{
border-color: #E1ECAF;
}
.TagClassName
{
border-color: #E1ECAF;
}
</style>