Shades of Tusk #E2ECA3
Tints of Tusk #E2ECA3
RGB
CMYK
RGB Variations
Color information
#E2ECA3 (or 0xE2ECA3) is known color: Tusk. HEX triplet: E2, EC and A3. RGB value is (226,236,163). Sum of RGB (Red+Green+Blue) = 226+236+163=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ECA3 is #1D135C. Grayscale: #E0E0E0. Windows color (decimal): -1905501 or 10743010. OLE color: 10743010.
HSL color Cylindrical-coordinate representation of color #E2ECA3: hue angle of 68.22º 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 #E2ECA3 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 163 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.07 |
| HSL | 68.22º | 0.66% | 0.78% | - |
| HSV(B) | 68.22º | 0.31% | 0.93% | - |
| XYZ | 67.97 | 78.8 | 46.28 | - |
| YUV | 224.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 163 | 0.04 | 0 | 0.31 | 0.07 | 68.22 | 0.66 | 0.78 |
| Hex | E2 | EC | A3 | 4 | 0 | 1F | 7 | 44 | 42 | 4E |
| Octal | 342 | 354 | 243 | 4 | 0 | 37 | 7 | 104 | 102 | 116 |
| Binary | 11100010 | 11101100 | 10100011 | 100 | 0 | 11111 | 111 | 1000100 | 1000010 | 1001110 |
Color Harmonies of #E2ECA3
Complementary color
Monochromatic Colors of #E2ECA3
Black with #E2ECA3
Text Example
Text Example
White with #E2ECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECA3; }
p { color: rgb(226,236,163); }
H1.HeaderClassName
{
color: #E2ECA3;
}
.AnyTagClassName
{
color: #E2ECA3;
}
</style>
background-color css
<style>
a { background-color: #E2ECA3; }
a { background-color: rgb(226,236,163); }
div.DivClassName
{
background-color: #E2ECA3;
}
.BgClassName
{
background-color: #E2ECA3;
}
</style>
border-color css
<style>
span { border-color: #E2ECA3; }
span { border-color: rgb(226,236,163); }
td.TdClassName
{
border-color: #E2ECA3;
}
.TagClassName
{
border-color: #E2ECA3;
}
</style>