Shades of Tusk #E0DEAF
Tints of Tusk #E0DEAF
RGB
CMYK
RGB Variations
Color information
#E0DEAF (or 0xE0DEAF) is known color: Tusk. HEX triplet: E0, DE and AF. RGB value is (224,222,175). Sum of RGB (Red+Green+Blue) = 224+222+175=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DEAF is #1F2150. Grayscale: #D9D9D9. Windows color (decimal): -2040145 or 11525856. OLE color: 11525856.
HSL color Cylindrical-coordinate representation of color #E0DEAF: hue angle of 57.55º 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 #E0DEAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 175 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.12 |
| HSL | 57.55º | 0.44% | 0.78% | - |
| HSV(B) | 57.55º | 0.22% | 0.88% | - |
| XYZ | 64.6 | 71.18 | 50.89 | - |
| YUV | 217.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 175 | 0 | 0.01 | 0.22 | 0.12 | 57.55 | 0.44 | 0.78 |
| Hex | E0 | DE | AF | 0 | 1 | 16 | C | 3A | 2C | 4E |
| Octal | 340 | 336 | 257 | 0 | 1 | 26 | 14 | 72 | 54 | 116 |
| Binary | 11100000 | 11011110 | 10101111 | 0 | 1 | 10110 | 1100 | 111010 | 101100 | 1001110 |
Color Harmonies of #E0DEAF
Complementary color
Monochromatic Colors of #E0DEAF
Black with #E0DEAF
Text Example
Text Example
White with #E0DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEAF; }
p { color: rgb(224,222,175); }
H1.HeaderClassName
{
color: #E0DEAF;
}
.AnyTagClassName
{
color: #E0DEAF;
}
</style>
background-color css
<style>
a { background-color: #E0DEAF; }
a { background-color: rgb(224,222,175); }
div.DivClassName
{
background-color: #E0DEAF;
}
.BgClassName
{
background-color: #E0DEAF;
}
</style>
border-color css
<style>
span { border-color: #E0DEAF; }
span { border-color: rgb(224,222,175); }
td.TdClassName
{
border-color: #E0DEAF;
}
.TagClassName
{
border-color: #E0DEAF;
}
</style>