Shades of Tusk #E0E0AF
Tints of Tusk #E0E0AF
RGB
CMYK
RGB Variations
Color information
#E0E0AF (or 0xE0E0AF) is known color: Tusk. HEX triplet: E0, E0 and AF. RGB value is (224,224,175). Sum of RGB (Red+Green+Blue) = 224+224+175=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E0AF is #1F1F50. Grayscale: #DADADA. Windows color (decimal): -2039633 or 11526368. OLE color: 11526368.
HSL color Cylindrical-coordinate representation of color #E0E0AF: hue angle of 60º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0E0AF is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 175 | - |
| CMYK | 0 | 0 | 0.22 | 0.12 |
| HSL | 60º | 0.44% | 0.78% | - |
| HSV(B) | 60º | 0.22% | 0.88% | - |
| XYZ | 65.13 | 72.25 | 51.07 | - |
| YUV | 218.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 175 | 0 | 0 | 0.22 | 0.12 | 60 | 0.44 | 0.78 |
| Hex | E0 | E0 | AF | 0 | 0 | 16 | C | 3C | 2C | 4E |
| Octal | 340 | 340 | 257 | 0 | 0 | 26 | 14 | 74 | 54 | 116 |
| Binary | 11100000 | 11100000 | 10101111 | 0 | 0 | 10110 | 1100 | 111100 | 101100 | 1001110 |
Color Harmonies of #E0E0AF
Complementary color
Monochromatic Colors of #E0E0AF
Black with #E0E0AF
Text Example
Text Example
White with #E0E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0AF; }
p { color: rgb(224,224,175); }
H1.HeaderClassName
{
color: #E0E0AF;
}
.AnyTagClassName
{
color: #E0E0AF;
}
</style>
background-color css
<style>
a { background-color: #E0E0AF; }
a { background-color: rgb(224,224,175); }
div.DivClassName
{
background-color: #E0E0AF;
}
.BgClassName
{
background-color: #E0E0AF;
}
</style>
border-color css
<style>
span { border-color: #E0E0AF; }
span { border-color: rgb(224,224,175); }
td.TdClassName
{
border-color: #E0E0AF;
}
.TagClassName
{
border-color: #E0E0AF;
}
</style>