Shades of Tusk #E0EEAE
Tints of Tusk #E0EEAE
RGB
CMYK
RGB Variations
Color information
#E0EEAE (or 0xE0EEAE) is known color: Tusk. HEX triplet: E0, EE and AE. RGB value is (224,238,174). Sum of RGB (Red+Green+Blue) = 224+238+174=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EEAE is #1F1151. Grayscale: #E2E2E2. Windows color (decimal): -2036050 or 11464416. OLE color: 11464416.
HSL color Cylindrical-coordinate representation of color #E0EEAE: hue angle of 73.12º 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 #E0EEAE is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 174 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 73.13º | 0.65% | 0.81% | - |
| HSV(B) | 73.13º | 0.27% | 0.93% | - |
| XYZ | 68.95 | 80.05 | 51.86 | - |
| YUV | 226.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 174 | 0.06 | 0 | 0.27 | 0.07 | 73.13 | 0.65 | 0.81 |
| Hex | E0 | EE | AE | 6 | 0 | 1B | 7 | 49 | 41 | 51 |
| Octal | 340 | 356 | 256 | 6 | 0 | 33 | 7 | 111 | 101 | 121 |
| Binary | 11100000 | 11101110 | 10101110 | 110 | 0 | 11011 | 111 | 1001001 | 1000001 | 1010001 |
Color Harmonies of #E0EEAE
Complementary color
Monochromatic Colors of #E0EEAE
Black with #E0EEAE
Text Example
Text Example
White with #E0EEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EEAE; }
p { color: rgb(224,238,174); }
H1.HeaderClassName
{
color: #E0EEAE;
}
.AnyTagClassName
{
color: #E0EEAE;
}
</style>
background-color css
<style>
a { background-color: #E0EEAE; }
a { background-color: rgb(224,238,174); }
div.DivClassName
{
background-color: #E0EEAE;
}
.BgClassName
{
background-color: #E0EEAE;
}
</style>
border-color css
<style>
span { border-color: #E0EEAE; }
span { border-color: rgb(224,238,174); }
td.TdClassName
{
border-color: #E0EEAE;
}
.TagClassName
{
border-color: #E0EEAE;
}
</style>