Shades of Tusk #E0EAAA
Tints of Tusk #E0EAAA
RGB
CMYK
RGB Variations
Color information
#E0EAAA (or 0xE0EAAA) is known color: Tusk. HEX triplet: E0, EA and AA. RGB value is (224,234,170). Sum of RGB (Red+Green+Blue) = 224+234+170=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EAAA is #1F1555. Grayscale: #DFDFDF. Windows color (decimal): -2037078 or 11201248. OLE color: 11201248.
HSL color Cylindrical-coordinate representation of color #E0EAAA: hue angle of 69.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EAAA is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 170 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.08 |
| HSL | 69.38º | 0.6% | 0.79% | - |
| HSV(B) | 69.38º | 0.27% | 0.92% | - |
| XYZ | 67.42 | 77.6 | 49.45 | - |
| YUV | 223.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 170 | 0.04 | 0 | 0.27 | 0.08 | 69.38 | 0.6 | 0.79 |
| Hex | E0 | EA | AA | 4 | 0 | 1B | 8 | 45 | 3C | 4F |
| Octal | 340 | 352 | 252 | 4 | 0 | 33 | 10 | 105 | 74 | 117 |
| Binary | 11100000 | 11101010 | 10101010 | 100 | 0 | 11011 | 1000 | 1000101 | 111100 | 1001111 |
Color Harmonies of #E0EAAA
Complementary color
Monochromatic Colors of #E0EAAA
Black with #E0EAAA
Text Example
Text Example
White with #E0EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EAAA; }
p { color: rgb(224,234,170); }
H1.HeaderClassName
{
color: #E0EAAA;
}
.AnyTagClassName
{
color: #E0EAAA;
}
</style>
background-color css
<style>
a { background-color: #E0EAAA; }
a { background-color: rgb(224,234,170); }
div.DivClassName
{
background-color: #E0EAAA;
}
.BgClassName
{
background-color: #E0EAAA;
}
</style>
border-color css
<style>
span { border-color: #E0EAAA; }
span { border-color: rgb(224,234,170); }
td.TdClassName
{
border-color: #E0EAAA;
}
.TagClassName
{
border-color: #E0EAAA;
}
</style>