Shades of Tusk #E1E8AD
Tints of Tusk #E1E8AD
RGB
CMYK
RGB Variations
Color information
#E1E8AD (or 0xE1E8AD) is known color: Tusk. HEX triplet: E1, E8 and AD. RGB value is (225,232,173). Sum of RGB (Red+Green+Blue) = 225+232+173=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E8AD is #1E1752. Grayscale: #DFDFDF. Windows color (decimal): -1972051 or 11397345. OLE color: 11397345.
HSL color Cylindrical-coordinate representation of color #E1E8AD: hue angle of 67.12º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1E8AD is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 232 | 173 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.09 |
| HSL | 67.12º | 0.56% | 0.79% | - |
| HSV(B) | 67.12º | 0.25% | 0.91% | - |
| XYZ | 67.45 | 76.74 | 50.79 | - |
| YUV | 223.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 173 | 0.03 | 0 | 0.25 | 0.09 | 67.12 | 0.56 | 0.79 |
| Hex | E1 | E8 | AD | 3 | 0 | 19 | 9 | 43 | 38 | 4F |
| Octal | 341 | 350 | 255 | 3 | 0 | 31 | 11 | 103 | 70 | 117 |
| Binary | 11100001 | 11101000 | 10101101 | 11 | 0 | 11001 | 1001 | 1000011 | 111000 | 1001111 |
Color Harmonies of #E1E8AD
Complementary color
Monochromatic Colors of #E1E8AD
Black with #E1E8AD
Text Example
Text Example
White with #E1E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8AD; }
p { color: rgb(225,232,173); }
H1.HeaderClassName
{
color: #E1E8AD;
}
.AnyTagClassName
{
color: #E1E8AD;
}
</style>
background-color css
<style>
a { background-color: #E1E8AD; }
a { background-color: rgb(225,232,173); }
div.DivClassName
{
background-color: #E1E8AD;
}
.BgClassName
{
background-color: #E1E8AD;
}
</style>
border-color css
<style>
span { border-color: #E1E8AD; }
span { border-color: rgb(225,232,173); }
td.TdClassName
{
border-color: #E1E8AD;
}
.TagClassName
{
border-color: #E1E8AD;
}
</style>