Shades of Tusk #E2EDAA
Tints of Tusk #E2EDAA
RGB
CMYK
RGB Variations
Color information
#E2EDAA (or 0xE2EDAA) is known color: Tusk. HEX triplet: E2, ED and AA. RGB value is (226,237,170). Sum of RGB (Red+Green+Blue) = 226+237+170=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDAA is #1D1255. Grayscale: #E2E2E2. Windows color (decimal): -1905238 or 11202018. OLE color: 11202018.
HSL color Cylindrical-coordinate representation of color #E2EDAA: hue angle of 69.85º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2EDAA is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 170 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.07 |
| HSL | 69.85º | 0.65% | 0.8% | - |
| HSV(B) | 69.85º | 0.28% | 0.93% | - |
| XYZ | 68.9 | 79.64 | 49.77 | - |
| YUV | 226.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 170 | 0.05 | 0 | 0.28 | 0.07 | 69.85 | 0.65 | 0.8 |
| Hex | E2 | ED | AA | 5 | 0 | 1C | 7 | 46 | 41 | 50 |
| Octal | 342 | 355 | 252 | 5 | 0 | 34 | 7 | 106 | 101 | 120 |
| Binary | 11100010 | 11101101 | 10101010 | 101 | 0 | 11100 | 111 | 1000110 | 1000001 | 1010000 |
Color Harmonies of #E2EDAA
Complementary color
Monochromatic Colors of #E2EDAA
Black with #E2EDAA
Text Example
Text Example
White with #E2EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDAA; }
p { color: rgb(226,237,170); }
H1.HeaderClassName
{
color: #E2EDAA;
}
.AnyTagClassName
{
color: #E2EDAA;
}
</style>
background-color css
<style>
a { background-color: #E2EDAA; }
a { background-color: rgb(226,237,170); }
div.DivClassName
{
background-color: #E2EDAA;
}
.BgClassName
{
background-color: #E2EDAA;
}
</style>
border-color css
<style>
span { border-color: #E2EDAA; }
span { border-color: rgb(226,237,170); }
td.TdClassName
{
border-color: #E2EDAA;
}
.TagClassName
{
border-color: #E2EDAA;
}
</style>