Shades of Tusk #E2EAA2
Tints of Tusk #E2EAA2
RGB
CMYK
RGB Variations
Color information
#E2EAA2 (or 0xE2EAA2) is known color: Tusk. HEX triplet: E2, EA and A2. RGB value is (226,234,162). Sum of RGB (Red+Green+Blue) = 226+234+162=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAA2 is #1D155D. Grayscale: #DFDFDF. Windows color (decimal): -1906014 or 10676962. OLE color: 10676962.
HSL color Cylindrical-coordinate representation of color #E2EAA2: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2EAA2 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 162 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.08 |
| HSL | 66.67º | 0.63% | 0.78% | - |
| HSV(B) | 66.67º | 0.31% | 0.92% | - |
| XYZ | 67.31 | 77.62 | 45.62 | - |
| YUV | 223.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 162 | 0.03 | 0 | 0.31 | 0.08 | 66.67 | 0.63 | 0.78 |
| Hex | E2 | EA | A2 | 3 | 0 | 1F | 8 | 43 | 3F | 4E |
| Octal | 342 | 352 | 242 | 3 | 0 | 37 | 10 | 103 | 77 | 116 |
| Binary | 11100010 | 11101010 | 10100010 | 11 | 0 | 11111 | 1000 | 1000011 | 111111 | 1001110 |
Color Harmonies of #E2EAA2
Complementary color
Monochromatic Colors of #E2EAA2
Black with #E2EAA2
Text Example
Text Example
White with #E2EAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAA2; }
p { color: rgb(226,234,162); }
H1.HeaderClassName
{
color: #E2EAA2;
}
.AnyTagClassName
{
color: #E2EAA2;
}
</style>
background-color css
<style>
a { background-color: #E2EAA2; }
a { background-color: rgb(226,234,162); }
div.DivClassName
{
background-color: #E2EAA2;
}
.BgClassName
{
background-color: #E2EAA2;
}
</style>
border-color css
<style>
span { border-color: #E2EAA2; }
span { border-color: rgb(226,234,162); }
td.TdClassName
{
border-color: #E2EAA2;
}
.TagClassName
{
border-color: #E2EAA2;
}
</style>