Shades of Tusk #E1EBAF
Tints of Tusk #E1EBAF
RGB
CMYK
RGB Variations
Color information
#E1EBAF (or 0xE1EBAF) is known color: Tusk. HEX triplet: E1, EB and AF. RGB value is (225,235,175). Sum of RGB (Red+Green+Blue) = 225+235+175=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EBAF is #1E1450. Grayscale: #E1E1E1. Windows color (decimal): -1971281 or 11529185. OLE color: 11529185.
HSL color Cylindrical-coordinate representation of color #E1EBAF: hue angle of 70º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1EBAF is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 175 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.08 |
| HSL | 70º | 0.6% | 0.8% | - |
| HSV(B) | 70º | 0.26% | 0.92% | - |
| XYZ | 68.5 | 78.52 | 52.1 | - |
| YUV | 225.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 175 | 0.04 | 0 | 0.26 | 0.08 | 70 | 0.6 | 0.8 |
| Hex | E1 | EB | AF | 4 | 0 | 1A | 8 | 46 | 3C | 50 |
| Octal | 341 | 353 | 257 | 4 | 0 | 32 | 10 | 106 | 74 | 120 |
| Binary | 11100001 | 11101011 | 10101111 | 100 | 0 | 11010 | 1000 | 1000110 | 111100 | 1010000 |
Color Harmonies of #E1EBAF
Complementary color
Monochromatic Colors of #E1EBAF
Black with #E1EBAF
Text Example
Text Example
White with #E1EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBAF; }
p { color: rgb(225,235,175); }
H1.HeaderClassName
{
color: #E1EBAF;
}
.AnyTagClassName
{
color: #E1EBAF;
}
</style>
background-color css
<style>
a { background-color: #E1EBAF; }
a { background-color: rgb(225,235,175); }
div.DivClassName
{
background-color: #E1EBAF;
}
.BgClassName
{
background-color: #E1EBAF;
}
</style>
border-color css
<style>
span { border-color: #E1EBAF; }
span { border-color: rgb(225,235,175); }
td.TdClassName
{
border-color: #E1EBAF;
}
.TagClassName
{
border-color: #E1EBAF;
}
</style>