Shades of Tusk #E1EDA7
Tints of Tusk #E1EDA7
RGB
CMYK
RGB Variations
Color information
#E1EDA7 (or 0xE1EDA7) is known color: Tusk. HEX triplet: E1, ED and A7. RGB value is (225,237,167). Sum of RGB (Red+Green+Blue) = 225+237+167=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDA7 is #1E1258. Grayscale: #E1E1E1. Windows color (decimal): -1970777 or 11005409. OLE color: 11005409.
HSL color Cylindrical-coordinate representation of color #E1EDA7: hue angle of 70.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1EDA7 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 167 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.07 |
| HSL | 70.29º | 0.66% | 0.79% | - |
| HSV(B) | 70.29º | 0.3% | 0.93% | - |
| XYZ | 68.31 | 79.37 | 48.28 | - |
| YUV | 225.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 167 | 0.05 | 0 | 0.30 | 0.07 | 70.29 | 0.66 | 0.79 |
| Hex | E1 | ED | A7 | 5 | 0 | 1E | 7 | 46 | 42 | 4F |
| Octal | 341 | 355 | 247 | 5 | 0 | 36 | 7 | 106 | 102 | 117 |
| Binary | 11100001 | 11101101 | 10100111 | 101 | 0 | 11110 | 111 | 1000110 | 1000010 | 1001111 |
Color Harmonies of #E1EDA7
Complementary color
Monochromatic Colors of #E1EDA7
Black with #E1EDA7
Text Example
Text Example
White with #E1EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDA7; }
p { color: rgb(225,237,167); }
H1.HeaderClassName
{
color: #E1EDA7;
}
.AnyTagClassName
{
color: #E1EDA7;
}
</style>
background-color css
<style>
a { background-color: #E1EDA7; }
a { background-color: rgb(225,237,167); }
div.DivClassName
{
background-color: #E1EDA7;
}
.BgClassName
{
background-color: #E1EDA7;
}
</style>
border-color css
<style>
span { border-color: #E1EDA7; }
span { border-color: rgb(225,237,167); }
td.TdClassName
{
border-color: #E1EDA7;
}
.TagClassName
{
border-color: #E1EDA7;
}
</style>