Shades of Tusk #E0E9AC
Tints of Tusk #E0E9AC
RGB
CMYK
RGB Variations
Color information
#E0E9AC (or 0xE0E9AC) is known color: Tusk. HEX triplet: E0, E9 and AC. RGB value is (224,233,172). Sum of RGB (Red+Green+Blue) = 224+233+172=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E9AC is #1F1653. Grayscale: #DFDFDF. Windows color (decimal): -2037332 or 11332064. OLE color: 11332064.
HSL color Cylindrical-coordinate representation of color #E0E9AC: hue angle of 68.85º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0E9AC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 172 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.09 |
| HSL | 68.85º | 0.58% | 0.79% | - |
| HSV(B) | 68.85º | 0.26% | 0.91% | - |
| XYZ | 67.33 | 77.1 | 50.36 | - |
| YUV | 223.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 172 | 0.04 | 0 | 0.26 | 0.09 | 68.85 | 0.58 | 0.79 |
| Hex | E0 | E9 | AC | 4 | 0 | 1A | 9 | 45 | 3A | 4F |
| Octal | 340 | 351 | 254 | 4 | 0 | 32 | 11 | 105 | 72 | 117 |
| Binary | 11100000 | 11101001 | 10101100 | 100 | 0 | 11010 | 1001 | 1000101 | 111010 | 1001111 |
Color Harmonies of #E0E9AC
Complementary color
Monochromatic Colors of #E0E9AC
Black with #E0E9AC
Text Example
Text Example
White with #E0E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9AC; }
p { color: rgb(224,233,172); }
H1.HeaderClassName
{
color: #E0E9AC;
}
.AnyTagClassName
{
color: #E0E9AC;
}
</style>
background-color css
<style>
a { background-color: #E0E9AC; }
a { background-color: rgb(224,233,172); }
div.DivClassName
{
background-color: #E0E9AC;
}
.BgClassName
{
background-color: #E0E9AC;
}
</style>
border-color css
<style>
span { border-color: #E0E9AC; }
span { border-color: rgb(224,233,172); }
td.TdClassName
{
border-color: #E0E9AC;
}
.TagClassName
{
border-color: #E0E9AC;
}
</style>