Shades of Tusk #E0EAA4
Tints of Tusk #E0EAA4
RGB
CMYK
RGB Variations
Color information
#E0EAA4 (or 0xE0EAA4) is known color: Tusk. HEX triplet: E0, EA and A4. RGB value is (224,234,164). Sum of RGB (Red+Green+Blue) = 224+234+164=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EAA4 is #1F155B. Grayscale: #DFDFDF. Windows color (decimal): -2037084 or 10808032. OLE color: 10808032.
HSL color Cylindrical-coordinate representation of color #E0EAA4: hue angle of 68.57º degrees, saturation: 0.62, 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 #E0EAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 164 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.08 |
| HSL | 68.57º | 0.63% | 0.78% | - |
| HSV(B) | 68.57º | 0.3% | 0.92% | - |
| XYZ | 66.86 | 77.37 | 46.53 | - |
| YUV | 223.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 164 | 0.04 | 0 | 0.30 | 0.08 | 68.57 | 0.63 | 0.78 |
| Hex | E0 | EA | A4 | 4 | 0 | 1E | 8 | 45 | 3E | 4E |
| Octal | 340 | 352 | 244 | 4 | 0 | 36 | 10 | 105 | 76 | 116 |
| Binary | 11100000 | 11101010 | 10100100 | 100 | 0 | 11110 | 1000 | 1000101 | 111110 | 1001110 |
Color Harmonies of #E0EAA4
Complementary color
Monochromatic Colors of #E0EAA4
Black with #E0EAA4
Text Example
Text Example
White with #E0EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EAA4; }
p { color: rgb(224,234,164); }
H1.HeaderClassName
{
color: #E0EAA4;
}
.AnyTagClassName
{
color: #E0EAA4;
}
</style>
background-color css
<style>
a { background-color: #E0EAA4; }
a { background-color: rgb(224,234,164); }
div.DivClassName
{
background-color: #E0EAA4;
}
.BgClassName
{
background-color: #E0EAA4;
}
</style>
border-color css
<style>
span { border-color: #E0EAA4; }
span { border-color: rgb(224,234,164); }
td.TdClassName
{
border-color: #E0EAA4;
}
.TagClassName
{
border-color: #E0EAA4;
}
</style>