Shades of Tusk #E0EDAA
Tints of Tusk #E0EDAA
RGB
CMYK
RGB Variations
Color information
#E0EDAA (or 0xE0EDAA) is known color: Tusk. HEX triplet: E0, ED and AA. RGB value is (224,237,170). Sum of RGB (Red+Green+Blue) = 224+237+170=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EDAA is #1F1255. Grayscale: #E1E1E1. Windows color (decimal): -2036310 or 11202016. OLE color: 11202016.
HSL color Cylindrical-coordinate representation of color #E0EDAA: hue angle of 71.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0EDAA is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 170 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.07 |
| HSL | 71.64º | 0.65% | 0.8% | - |
| HSV(B) | 71.64º | 0.28% | 0.93% | - |
| XYZ | 68.28 | 79.32 | 49.74 | - |
| YUV | 225.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 170 | 0.05 | 0 | 0.28 | 0.07 | 71.64 | 0.65 | 0.8 |
| Hex | E0 | ED | AA | 5 | 0 | 1C | 7 | 48 | 41 | 50 |
| Octal | 340 | 355 | 252 | 5 | 0 | 34 | 7 | 110 | 101 | 120 |
| Binary | 11100000 | 11101101 | 10101010 | 101 | 0 | 11100 | 111 | 1001000 | 1000001 | 1010000 |
Color Harmonies of #E0EDAA
Complementary color
Monochromatic Colors of #E0EDAA
Black with #E0EDAA
Text Example
Text Example
White with #E0EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDAA; }
p { color: rgb(224,237,170); }
H1.HeaderClassName
{
color: #E0EDAA;
}
.AnyTagClassName
{
color: #E0EDAA;
}
</style>
background-color css
<style>
a { background-color: #E0EDAA; }
a { background-color: rgb(224,237,170); }
div.DivClassName
{
background-color: #E0EDAA;
}
.BgClassName
{
background-color: #E0EDAA;
}
</style>
border-color css
<style>
span { border-color: #E0EDAA; }
span { border-color: rgb(224,237,170); }
td.TdClassName
{
border-color: #E0EDAA;
}
.TagClassName
{
border-color: #E0EDAA;
}
</style>