Shades of Tusk #E2E2AA
Tints of Tusk #E2E2AA
RGB
CMYK
RGB Variations
Color information
#E2E2AA (or 0xE2E2AA) is known color: Tusk. HEX triplet: E2, E2 and AA. RGB value is (226,226,170). Sum of RGB (Red+Green+Blue) = 226+226+170=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E2AA is #1D1D55. Grayscale: #DBDBDB. Windows color (decimal): -1908054 or 11199202. OLE color: 11199202.
HSL color Cylindrical-coordinate representation of color #E2E2AA: hue angle of 60º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2E2AA is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 170 | - |
| CMYK | 0 | 0 | 0.25 | 0.11 |
| HSL | 60º | 0.49% | 0.78% | - |
| HSV(B) | 60º | 0.25% | 0.89% | - |
| XYZ | 65.82 | 73.46 | 48.74 | - |
| YUV | 219.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 170 | 0 | 0 | 0.25 | 0.11 | 60 | 0.49 | 0.78 |
| Hex | E2 | E2 | AA | 0 | 0 | 19 | B | 3C | 31 | 4E |
| Octal | 342 | 342 | 252 | 0 | 0 | 31 | 13 | 74 | 61 | 116 |
| Binary | 11100010 | 11100010 | 10101010 | 0 | 0 | 11001 | 1011 | 111100 | 110001 | 1001110 |
Color Harmonies of #E2E2AA
Complementary color
Monochromatic Colors of #E2E2AA
Black with #E2E2AA
Text Example
Text Example
White with #E2E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2AA; }
p { color: rgb(226,226,170); }
H1.HeaderClassName
{
color: #E2E2AA;
}
.AnyTagClassName
{
color: #E2E2AA;
}
</style>
background-color css
<style>
a { background-color: #E2E2AA; }
a { background-color: rgb(226,226,170); }
div.DivClassName
{
background-color: #E2E2AA;
}
.BgClassName
{
background-color: #E2E2AA;
}
</style>
border-color css
<style>
span { border-color: #E2E2AA; }
span { border-color: rgb(226,226,170); }
td.TdClassName
{
border-color: #E2E2AA;
}
.TagClassName
{
border-color: #E2E2AA;
}
</style>