Shades of Tusk #E2EBAC
Tints of Tusk #E2EBAC
RGB
CMYK
RGB Variations
Color information
#E2EBAC (or 0xE2EBAC) is known color: Tusk. HEX triplet: E2, EB and AC. RGB value is (226,235,172). Sum of RGB (Red+Green+Blue) = 226+235+172=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBAC is #1D1453. Grayscale: #E1E1E1. Windows color (decimal): -1905748 or 11332578. OLE color: 11332578.
HSL color Cylindrical-coordinate representation of color #E2EBAC: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2EBAC is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 172 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.08 |
| HSL | 68.57º | 0.61% | 0.8% | - |
| HSV(B) | 68.57º | 0.27% | 0.92% | - |
| XYZ | 68.52 | 78.56 | 50.58 | - |
| YUV | 225.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 172 | 0.04 | 0 | 0.27 | 0.08 | 68.57 | 0.61 | 0.8 |
| Hex | E2 | EB | AC | 4 | 0 | 1B | 8 | 45 | 3D | 50 |
| Octal | 342 | 353 | 254 | 4 | 0 | 33 | 10 | 105 | 75 | 120 |
| Binary | 11100010 | 11101011 | 10101100 | 100 | 0 | 11011 | 1000 | 1000101 | 111101 | 1010000 |
Color Harmonies of #E2EBAC
Complementary color
Monochromatic Colors of #E2EBAC
Black with #E2EBAC
Text Example
Text Example
White with #E2EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBAC; }
p { color: rgb(226,235,172); }
H1.HeaderClassName
{
color: #E2EBAC;
}
.AnyTagClassName
{
color: #E2EBAC;
}
</style>
background-color css
<style>
a { background-color: #E2EBAC; }
a { background-color: rgb(226,235,172); }
div.DivClassName
{
background-color: #E2EBAC;
}
.BgClassName
{
background-color: #E2EBAC;
}
</style>
border-color css
<style>
span { border-color: #E2EBAC; }
span { border-color: rgb(226,235,172); }
td.TdClassName
{
border-color: #E2EBAC;
}
.TagClassName
{
border-color: #E2EBAC;
}
</style>