Shades of Tusk #E1DEAF
Tints of Tusk #E1DEAF
RGB
CMYK
RGB Variations
Color information
#E1DEAF (or 0xE1DEAF) is known color: Tusk. HEX triplet: E1, DE and AF. RGB value is (225,222,175). Sum of RGB (Red+Green+Blue) = 225+222+175=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEAF is #1E2150. Grayscale: #D9D9D9. Windows color (decimal): -1974609 or 11525857. OLE color: 11525857.
HSL color Cylindrical-coordinate representation of color #E1DEAF: hue angle of 56.4º degrees, saturation: 0.45, 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 #E1DEAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 175 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.12 |
| HSL | 56.4º | 0.45% | 0.78% | - |
| HSV(B) | 56.4º | 0.22% | 0.88% | - |
| XYZ | 64.91 | 71.35 | 50.91 | - |
| YUV | 217.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 175 | 0 | 0.01 | 0.22 | 0.12 | 56.4 | 0.45 | 0.78 |
| Hex | E1 | DE | AF | 0 | 1 | 16 | C | 38 | 2D | 4E |
| Octal | 341 | 336 | 257 | 0 | 1 | 26 | 14 | 70 | 55 | 116 |
| Binary | 11100001 | 11011110 | 10101111 | 0 | 1 | 10110 | 1100 | 111000 | 101101 | 1001110 |
Color Harmonies of #E1DEAF
Complementary color
Monochromatic Colors of #E1DEAF
Black with #E1DEAF
Text Example
Text Example
White with #E1DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEAF; }
p { color: rgb(225,222,175); }
H1.HeaderClassName
{
color: #E1DEAF;
}
.AnyTagClassName
{
color: #E1DEAF;
}
</style>
background-color css
<style>
a { background-color: #E1DEAF; }
a { background-color: rgb(225,222,175); }
div.DivClassName
{
background-color: #E1DEAF;
}
.BgClassName
{
background-color: #E1DEAF;
}
</style>
border-color css
<style>
span { border-color: #E1DEAF; }
span { border-color: rgb(225,222,175); }
td.TdClassName
{
border-color: #E1DEAF;
}
.TagClassName
{
border-color: #E1DEAF;
}
</style>