Shades of Tusk #E1EDAB
Tints of Tusk #E1EDAB
RGB
CMYK
RGB Variations
Color information
#E1EDAB (or 0xE1EDAB) is known color: Tusk. HEX triplet: E1, ED and AB. RGB value is (225,237,171). Sum of RGB (Red+Green+Blue) = 225+237+171=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDAB is #1E1254. Grayscale: #E2E2E2. Windows color (decimal): -1970773 or 11267553. OLE color: 11267553.
HSL color Cylindrical-coordinate representation of color #E1EDAB: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1EDAB is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 171 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.07 |
| HSL | 70.91º | 0.65% | 0.8% | - |
| HSV(B) | 70.91º | 0.28% | 0.93% | - |
| XYZ | 68.69 | 79.52 | 50.26 | - |
| YUV | 225.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 171 | 0.05 | 0 | 0.28 | 0.07 | 70.91 | 0.65 | 0.8 |
| Hex | E1 | ED | AB | 5 | 0 | 1C | 7 | 47 | 41 | 50 |
| Octal | 341 | 355 | 253 | 5 | 0 | 34 | 7 | 107 | 101 | 120 |
| Binary | 11100001 | 11101101 | 10101011 | 101 | 0 | 11100 | 111 | 1000111 | 1000001 | 1010000 |
Color Harmonies of #E1EDAB
Complementary color
Monochromatic Colors of #E1EDAB
Black with #E1EDAB
Text Example
Text Example
White with #E1EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDAB; }
p { color: rgb(225,237,171); }
H1.HeaderClassName
{
color: #E1EDAB;
}
.AnyTagClassName
{
color: #E1EDAB;
}
</style>
background-color css
<style>
a { background-color: #E1EDAB; }
a { background-color: rgb(225,237,171); }
div.DivClassName
{
background-color: #E1EDAB;
}
.BgClassName
{
background-color: #E1EDAB;
}
</style>
border-color css
<style>
span { border-color: #E1EDAB; }
span { border-color: rgb(225,237,171); }
td.TdClassName
{
border-color: #E1EDAB;
}
.TagClassName
{
border-color: #E1EDAB;
}
</style>