Shades of Tusk #E2E4A8
Tints of Tusk #E2E4A8
RGB
CMYK
RGB Variations
Color information
#E2E4A8 (or 0xE2E4A8) is known color: Tusk. HEX triplet: E2, E4 and A8. RGB value is (226,228,168). Sum of RGB (Red+Green+Blue) = 226+228+168=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E4A8 is #1D1B57. Grayscale: #DCDCDC. Windows color (decimal): -1907544 or 11068642. OLE color: 11068642.
HSL color Cylindrical-coordinate representation of color #E2E4A8: hue angle of 62º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2E4A8 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 228 | 168 | - |
CMYK | 0.01 | 0 | 0.26 | 0.11 |
HSL | 62º | 0.53% | 0.78% | - |
HSV(B) | 62º | 0.26% | 0.89% | - |
XYZ | 66.18 | 74.48 | 47.93 | - |
YUV | 220.56 | 98.34 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 228 | 168 | 0.01 | 0 | 0.26 | 0.11 | 62 | 0.53 | 0.78 |
Hex | E2 | E4 | A8 | 1 | 0 | 1A | B | 3E | 35 | 4E |
Octal | 342 | 344 | 250 | 1 | 0 | 32 | 13 | 76 | 65 | 116 |
Binary | 11100010 | 11100100 | 10101000 | 1 | 0 | 11010 | 1011 | 111110 | 110101 | 1001110 |
Color Harmonies of #E2E4A8
Complementary color
Monochromatic Colors of #E2E4A8
Black with #E2E4A8
Text Example
Text Example
White with #E2E4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4A8; }
p { color: rgb(226,228,168); }
H1.HeaderClassName
{
color: #E2E4A8;
}
.AnyTagClassName
{
color: #E2E4A8;
}
</style>
background-color css
<style>
a { background-color: #E2E4A8; }
a { background-color: rgb(226,228,168); }
div.DivClassName
{
background-color: #E2E4A8;
}
.BgClassName
{
background-color: #E2E4A8;
}
</style>
border-color css
<style>
span { border-color: #E2E4A8; }
span { border-color: rgb(226,228,168); }
td.TdClassName
{
border-color: #E2E4A8;
}
.TagClassName
{
border-color: #E2E4A8;
}
</style>