Shades of Tusk #E1EAAB
Tints of Tusk #E1EAAB
RGB
CMYK
RGB Variations
Color information
#E1EAAB (or 0xE1EAAB) is known color: Tusk. HEX triplet: E1, EA and AB. RGB value is (225,234,171). Sum of RGB (Red+Green+Blue) = 225+234+171=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EAAB is #1E1554. Grayscale: #E0E0E0. Windows color (decimal): -1971541 or 11266785. OLE color: 11266785.
HSL color Cylindrical-coordinate representation of color #E1EAAB: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1EAAB is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 171 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.08 |
| HSL | 68.57º | 0.6% | 0.79% | - |
| HSV(B) | 68.57º | 0.27% | 0.92% | - |
| XYZ | 67.82 | 77.79 | 49.97 | - |
| YUV | 224.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 171 | 0.04 | 0 | 0.27 | 0.08 | 68.57 | 0.6 | 0.79 |
| Hex | E1 | EA | AB | 4 | 0 | 1B | 8 | 45 | 3C | 4F |
| Octal | 341 | 352 | 253 | 4 | 0 | 33 | 10 | 105 | 74 | 117 |
| Binary | 11100001 | 11101010 | 10101011 | 100 | 0 | 11011 | 1000 | 1000101 | 111100 | 1001111 |
Color Harmonies of #E1EAAB
Complementary color
Monochromatic Colors of #E1EAAB
Black with #E1EAAB
Text Example
Text Example
White with #E1EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAAB; }
p { color: rgb(225,234,171); }
H1.HeaderClassName
{
color: #E1EAAB;
}
.AnyTagClassName
{
color: #E1EAAB;
}
</style>
background-color css
<style>
a { background-color: #E1EAAB; }
a { background-color: rgb(225,234,171); }
div.DivClassName
{
background-color: #E1EAAB;
}
.BgClassName
{
background-color: #E1EAAB;
}
</style>
border-color css
<style>
span { border-color: #E1EAAB; }
span { border-color: rgb(225,234,171); }
td.TdClassName
{
border-color: #E1EAAB;
}
.TagClassName
{
border-color: #E1EAAB;
}
</style>