Shades of Tusk #E2EAA3
Tints of Tusk #E2EAA3
RGB
CMYK
RGB Variations
Color information
#E2EAA3 (or 0xE2EAA3) is known color: Tusk. HEX triplet: E2, EA and A3. RGB value is (226,234,163). Sum of RGB (Red+Green+Blue) = 226+234+163=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 163 (64.06% from 255 or 26.16% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAA3 is #1D155C. Grayscale: #DFDFDF. Windows color (decimal): -1906013 or 10742498. OLE color: 10742498.
HSL color Cylindrical-coordinate representation of color #E2EAA3: hue angle of 66.76º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2EAA3 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 163 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.08 |
| HSL | 66.76º | 0.63% | 0.78% | - |
| HSV(B) | 66.76º | 0.3% | 0.92% | - |
| XYZ | 67.4 | 77.66 | 46.09 | - |
| YUV | 223.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 163 | 0.03 | 0 | 0.30 | 0.08 | 66.76 | 0.63 | 0.78 |
| Hex | E2 | EA | A3 | 3 | 0 | 1E | 8 | 43 | 3F | 4E |
| Octal | 342 | 352 | 243 | 3 | 0 | 36 | 10 | 103 | 77 | 116 |
| Binary | 11100010 | 11101010 | 10100011 | 11 | 0 | 11110 | 1000 | 1000011 | 111111 | 1001110 |
Color Harmonies of #E2EAA3
Complementary color
Monochromatic Colors of #E2EAA3
Black with #E2EAA3
Text Example
Text Example
White with #E2EAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAA3; }
p { color: rgb(226,234,163); }
H1.HeaderClassName
{
color: #E2EAA3;
}
.AnyTagClassName
{
color: #E2EAA3;
}
</style>
background-color css
<style>
a { background-color: #E2EAA3; }
a { background-color: rgb(226,234,163); }
div.DivClassName
{
background-color: #E2EAA3;
}
.BgClassName
{
background-color: #E2EAA3;
}
</style>
border-color css
<style>
span { border-color: #E2EAA3; }
span { border-color: rgb(226,234,163); }
td.TdClassName
{
border-color: #E2EAA3;
}
.TagClassName
{
border-color: #E2EAA3;
}
</style>