Shades of Tusk #E0E4A7
Tints of Tusk #E0E4A7
RGB
CMYK
RGB Variations
Color information
#E0E4A7 (or 0xE0E4A7) is known color: Tusk. HEX triplet: E0, E4 and A7. RGB value is (224,228,167). Sum of RGB (Red+Green+Blue) = 224+228+167=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E4A7 is #1F1B58. Grayscale: #DCDCDC. Windows color (decimal): -2038617 or 11003104. OLE color: 11003104.
HSL color Cylindrical-coordinate representation of color #E0E4A7: hue angle of 63.93º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0E4A7 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 167 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.11 |
| HSL | 63.93º | 0.53% | 0.77% | - |
| HSV(B) | 63.93º | 0.27% | 0.89% | - |
| XYZ | 65.46 | 74.12 | 47.42 | - |
| YUV | 219.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 167 | 0.02 | 0 | 0.27 | 0.11 | 63.93 | 0.53 | 0.77 |
| Hex | E0 | E4 | A7 | 2 | 0 | 1B | B | 40 | 35 | 4D |
| Octal | 340 | 344 | 247 | 2 | 0 | 33 | 13 | 100 | 65 | 115 |
| Binary | 11100000 | 11100100 | 10100111 | 10 | 0 | 11011 | 1011 | 1000000 | 110101 | 1001101 |
Color Harmonies of #E0E4A7
Complementary color
Monochromatic Colors of #E0E4A7
Black with #E0E4A7
Text Example
Text Example
White with #E0E4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4A7; }
p { color: rgb(224,228,167); }
H1.HeaderClassName
{
color: #E0E4A7;
}
.AnyTagClassName
{
color: #E0E4A7;
}
</style>
background-color css
<style>
a { background-color: #E0E4A7; }
a { background-color: rgb(224,228,167); }
div.DivClassName
{
background-color: #E0E4A7;
}
.BgClassName
{
background-color: #E0E4A7;
}
</style>
border-color css
<style>
span { border-color: #E0E4A7; }
span { border-color: rgb(224,228,167); }
td.TdClassName
{
border-color: #E0E4A7;
}
.TagClassName
{
border-color: #E0E4A7;
}
</style>