Shades of Tusk #E1EEAD
Tints of Tusk #E1EEAD
RGB
CMYK
RGB Variations
Color information
#E1EEAD (or 0xE1EEAD) is known color: Tusk. HEX triplet: E1, EE and AD. RGB value is (225,238,173). Sum of RGB (Red+Green+Blue) = 225+238+173=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EEAD is #1E1152. Grayscale: #E2E2E2. Windows color (decimal): -1970515 or 11398881. OLE color: 11398881.
HSL color Cylindrical-coordinate representation of color #E1EEAD: hue angle of 72º degrees, saturation: 0.66, 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 #E1EEAD is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 173 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.07 |
| HSL | 72º | 0.66% | 0.81% | - |
| HSV(B) | 72º | 0.27% | 0.93% | - |
| XYZ | 69.17 | 80.17 | 51.36 | - |
| YUV | 226.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 173 | 0.05 | 0 | 0.27 | 0.07 | 72 | 0.66 | 0.81 |
| Hex | E1 | EE | AD | 5 | 0 | 1B | 7 | 48 | 42 | 51 |
| Octal | 341 | 356 | 255 | 5 | 0 | 33 | 7 | 110 | 102 | 121 |
| Binary | 11100001 | 11101110 | 10101101 | 101 | 0 | 11011 | 111 | 1001000 | 1000010 | 1010001 |
Color Harmonies of #E1EEAD
Complementary color
Monochromatic Colors of #E1EEAD
Black with #E1EEAD
Text Example
Text Example
White with #E1EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEAD; }
p { color: rgb(225,238,173); }
H1.HeaderClassName
{
color: #E1EEAD;
}
.AnyTagClassName
{
color: #E1EEAD;
}
</style>
background-color css
<style>
a { background-color: #E1EEAD; }
a { background-color: rgb(225,238,173); }
div.DivClassName
{
background-color: #E1EEAD;
}
.BgClassName
{
background-color: #E1EEAD;
}
</style>
border-color css
<style>
span { border-color: #E1EEAD; }
span { border-color: rgb(225,238,173); }
td.TdClassName
{
border-color: #E1EEAD;
}
.TagClassName
{
border-color: #E1EEAD;
}
</style>