Shades of Tusk #E2ECAA
Tints of Tusk #E2ECAA
RGB
CMYK
RGB Variations
Color information
#E2ECAA (or 0xE2ECAA) is known color: Tusk. HEX triplet: E2, EC and AA. RGB value is (226,236,170). Sum of RGB (Red+Green+Blue) = 226+236+170=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ECAA is #1D1355. Grayscale: #E1E1E1. Windows color (decimal): -1905494 or 11201762. OLE color: 11201762.
HSL color Cylindrical-coordinate representation of color #E2ECAA: hue angle of 69.09º degrees, saturation: 0.63, 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 #E2ECAA is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 170 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.07 |
| HSL | 69.09º | 0.63% | 0.8% | - |
| HSV(B) | 69.09º | 0.28% | 0.93% | - |
| XYZ | 68.62 | 79.06 | 49.67 | - |
| YUV | 225.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 170 | 0.04 | 0 | 0.28 | 0.07 | 69.09 | 0.63 | 0.8 |
| Hex | E2 | EC | AA | 4 | 0 | 1C | 7 | 45 | 3F | 50 |
| Octal | 342 | 354 | 252 | 4 | 0 | 34 | 7 | 105 | 77 | 120 |
| Binary | 11100010 | 11101100 | 10101010 | 100 | 0 | 11100 | 111 | 1000101 | 111111 | 1010000 |
Color Harmonies of #E2ECAA
Complementary color
Monochromatic Colors of #E2ECAA
Black with #E2ECAA
Text Example
Text Example
White with #E2ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECAA; }
p { color: rgb(226,236,170); }
H1.HeaderClassName
{
color: #E2ECAA;
}
.AnyTagClassName
{
color: #E2ECAA;
}
</style>
background-color css
<style>
a { background-color: #E2ECAA; }
a { background-color: rgb(226,236,170); }
div.DivClassName
{
background-color: #E2ECAA;
}
.BgClassName
{
background-color: #E2ECAA;
}
</style>
border-color css
<style>
span { border-color: #E2ECAA; }
span { border-color: rgb(226,236,170); }
td.TdClassName
{
border-color: #E2ECAA;
}
.TagClassName
{
border-color: #E2ECAA;
}
</style>