Shades of Tusk #E2EBA6
Tints of Tusk #E2EBA6
RGB
CMYK
RGB Variations
Color information
#E2EBA6 (or 0xE2EBA6) is known color: Tusk. HEX triplet: E2, EB and A6. RGB value is (226,235,166). Sum of RGB (Red+Green+Blue) = 226+235+166=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBA6 is #1D1459. Grayscale: #E0E0E0. Windows color (decimal): -1905754 or 10939362. OLE color: 10939362.
HSL color Cylindrical-coordinate representation of color #E2EBA6: hue angle of 67.83º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2EBA6 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 166 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.08 |
| HSL | 67.83º | 0.63% | 0.79% | - |
| HSV(B) | 67.83º | 0.29% | 0.92% | - |
| XYZ | 67.96 | 78.34 | 47.62 | - |
| YUV | 224.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 166 | 0.04 | 0 | 0.29 | 0.08 | 67.83 | 0.63 | 0.79 |
| Hex | E2 | EB | A6 | 4 | 0 | 1D | 8 | 44 | 3F | 4F |
| Octal | 342 | 353 | 246 | 4 | 0 | 35 | 10 | 104 | 77 | 117 |
| Binary | 11100010 | 11101011 | 10100110 | 100 | 0 | 11101 | 1000 | 1000100 | 111111 | 1001111 |
Color Harmonies of #E2EBA6
Complementary color
Monochromatic Colors of #E2EBA6
Black with #E2EBA6
Text Example
Text Example
White with #E2EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBA6; }
p { color: rgb(226,235,166); }
H1.HeaderClassName
{
color: #E2EBA6;
}
.AnyTagClassName
{
color: #E2EBA6;
}
</style>
background-color css
<style>
a { background-color: #E2EBA6; }
a { background-color: rgb(226,235,166); }
div.DivClassName
{
background-color: #E2EBA6;
}
.BgClassName
{
background-color: #E2EBA6;
}
</style>
border-color css
<style>
span { border-color: #E2EBA6; }
span { border-color: rgb(226,235,166); }
td.TdClassName
{
border-color: #E2EBA6;
}
.TagClassName
{
border-color: #E2EBA6;
}
</style>