Shades of Tusk #E0E7AA
Tints of Tusk #E0E7AA
RGB
CMYK
RGB Variations
Color information
#E0E7AA (or 0xE0E7AA) is known color: Tusk. HEX triplet: E0, E7 and AA. RGB value is (224,231,170). Sum of RGB (Red+Green+Blue) = 224+231+170=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E7AA is #1F1855. Grayscale: #DEDEDE. Windows color (decimal): -2037846 or 11200480. OLE color: 11200480.
HSL color Cylindrical-coordinate representation of color #E0E7AA: hue angle of 66.89º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0E7AA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 170 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.09 |
| HSL | 66.89º | 0.56% | 0.79% | - |
| HSV(B) | 66.89º | 0.26% | 0.91% | - |
| XYZ | 66.57 | 75.9 | 49.17 | - |
| YUV | 221.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 170 | 0.03 | 0 | 0.26 | 0.09 | 66.89 | 0.56 | 0.79 |
| Hex | E0 | E7 | AA | 3 | 0 | 1A | 9 | 43 | 38 | 4F |
| Octal | 340 | 347 | 252 | 3 | 0 | 32 | 11 | 103 | 70 | 117 |
| Binary | 11100000 | 11100111 | 10101010 | 11 | 0 | 11010 | 1001 | 1000011 | 111000 | 1001111 |
Color Harmonies of #E0E7AA
Complementary color
Monochromatic Colors of #E0E7AA
Black with #E0E7AA
Text Example
Text Example
White with #E0E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7AA; }
p { color: rgb(224,231,170); }
H1.HeaderClassName
{
color: #E0E7AA;
}
.AnyTagClassName
{
color: #E0E7AA;
}
</style>
background-color css
<style>
a { background-color: #E0E7AA; }
a { background-color: rgb(224,231,170); }
div.DivClassName
{
background-color: #E0E7AA;
}
.BgClassName
{
background-color: #E0E7AA;
}
</style>
border-color css
<style>
span { border-color: #E0E7AA; }
span { border-color: rgb(224,231,170); }
td.TdClassName
{
border-color: #E0E7AA;
}
.TagClassName
{
border-color: #E0E7AA;
}
</style>