Shades of Tusk #E1EEAE
Tints of Tusk #E1EEAE
RGB
CMYK
RGB Variations
Color information
#E1EEAE (or 0xE1EEAE) is known color: Tusk. HEX triplet: E1, EE and AE. RGB value is (225,238,174). Sum of RGB (Red+Green+Blue) = 225+238+174=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EEAE is #1E1151. Grayscale: #E3E3E3. Windows color (decimal): -1970514 or 11464417. OLE color: 11464417.
HSL color Cylindrical-coordinate representation of color #E1EEAE: hue angle of 72.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1EEAE is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 174 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.07 |
| HSL | 72.19º | 0.65% | 0.81% | - |
| HSV(B) | 72.19º | 0.27% | 0.93% | - |
| XYZ | 69.27 | 80.21 | 51.88 | - |
| YUV | 226.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 174 | 0.05 | 0 | 0.27 | 0.07 | 72.19 | 0.65 | 0.81 |
| Hex | E1 | EE | AE | 5 | 0 | 1B | 7 | 48 | 41 | 51 |
| Octal | 341 | 356 | 256 | 5 | 0 | 33 | 7 | 110 | 101 | 121 |
| Binary | 11100001 | 11101110 | 10101110 | 101 | 0 | 11011 | 111 | 1001000 | 1000001 | 1010001 |
Color Harmonies of #E1EEAE
Complementary color
Monochromatic Colors of #E1EEAE
Black with #E1EEAE
Text Example
Text Example
White with #E1EEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEAE; }
p { color: rgb(225,238,174); }
H1.HeaderClassName
{
color: #E1EEAE;
}
.AnyTagClassName
{
color: #E1EEAE;
}
</style>
background-color css
<style>
a { background-color: #E1EEAE; }
a { background-color: rgb(225,238,174); }
div.DivClassName
{
background-color: #E1EEAE;
}
.BgClassName
{
background-color: #E1EEAE;
}
</style>
border-color css
<style>
span { border-color: #E1EEAE; }
span { border-color: rgb(225,238,174); }
td.TdClassName
{
border-color: #E1EEAE;
}
.TagClassName
{
border-color: #E1EEAE;
}
</style>