Shades of Tusk #E2EBAF
Tints of Tusk #E2EBAF
RGB
CMYK
RGB Variations
Color information
#E2EBAF (or 0xE2EBAF) is known color: Tusk. HEX triplet: E2, EB and AF. RGB value is (226,235,175). Sum of RGB (Red+Green+Blue) = 226+235+175=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBAF is #1D1450. Grayscale: #E1E1E1. Windows color (decimal): -1905745 or 11529186. OLE color: 11529186.
HSL color Cylindrical-coordinate representation of color #E2EBAF: hue angle of 69º 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 #E2EBAF is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 175 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.08 |
| HSL | 69º | 0.6% | 0.8% | - |
| HSV(B) | 69º | 0.26% | 0.92% | - |
| XYZ | 68.81 | 78.68 | 52.12 | - |
| YUV | 225.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 175 | 0.04 | 0 | 0.26 | 0.08 | 69 | 0.6 | 0.8 |
| Hex | E2 | EB | AF | 4 | 0 | 1A | 8 | 45 | 3C | 50 |
| Octal | 342 | 353 | 257 | 4 | 0 | 32 | 10 | 105 | 74 | 120 |
| Binary | 11100010 | 11101011 | 10101111 | 100 | 0 | 11010 | 1000 | 1000101 | 111100 | 1010000 |
Color Harmonies of #E2EBAF
Complementary color
Monochromatic Colors of #E2EBAF
Black with #E2EBAF
Text Example
Text Example
White with #E2EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBAF; }
p { color: rgb(226,235,175); }
H1.HeaderClassName
{
color: #E2EBAF;
}
.AnyTagClassName
{
color: #E2EBAF;
}
</style>
background-color css
<style>
a { background-color: #E2EBAF; }
a { background-color: rgb(226,235,175); }
div.DivClassName
{
background-color: #E2EBAF;
}
.BgClassName
{
background-color: #E2EBAF;
}
</style>
border-color css
<style>
span { border-color: #E2EBAF; }
span { border-color: rgb(226,235,175); }
td.TdClassName
{
border-color: #E2EBAF;
}
.TagClassName
{
border-color: #E2EBAF;
}
</style>