Shades of Tusk #E2ECA2
Tints of Tusk #E2ECA2
RGB
CMYK
RGB Variations
Color information
#E2ECA2 (or 0xE2ECA2) is known color: Tusk. HEX triplet: E2, EC and A2. RGB value is (226,236,162). Sum of RGB (Red+Green+Blue) = 226+236+162=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ECA2 is #1D135D. Grayscale: #E0E0E0. Windows color (decimal): -1905502 or 10677474. OLE color: 10677474.
HSL color Cylindrical-coordinate representation of color #E2ECA2: hue angle of 68.11º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2ECA2 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 162 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.07 |
| HSL | 68.11º | 0.66% | 0.78% | - |
| HSV(B) | 68.11º | 0.31% | 0.93% | - |
| XYZ | 67.88 | 78.77 | 45.81 | - |
| YUV | 224.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 162 | 0.04 | 0 | 0.31 | 0.07 | 68.11 | 0.66 | 0.78 |
| Hex | E2 | EC | A2 | 4 | 0 | 1F | 7 | 44 | 42 | 4E |
| Octal | 342 | 354 | 242 | 4 | 0 | 37 | 7 | 104 | 102 | 116 |
| Binary | 11100010 | 11101100 | 10100010 | 100 | 0 | 11111 | 111 | 1000100 | 1000010 | 1001110 |
Color Harmonies of #E2ECA2
Complementary color
Monochromatic Colors of #E2ECA2
Black with #E2ECA2
Text Example
Text Example
White with #E2ECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECA2; }
p { color: rgb(226,236,162); }
H1.HeaderClassName
{
color: #E2ECA2;
}
.AnyTagClassName
{
color: #E2ECA2;
}
</style>
background-color css
<style>
a { background-color: #E2ECA2; }
a { background-color: rgb(226,236,162); }
div.DivClassName
{
background-color: #E2ECA2;
}
.BgClassName
{
background-color: #E2ECA2;
}
</style>
border-color css
<style>
span { border-color: #E2ECA2; }
span { border-color: rgb(226,236,162); }
td.TdClassName
{
border-color: #E2ECA2;
}
.TagClassName
{
border-color: #E2ECA2;
}
</style>