Shades of Tusk #E2EBA8
Tints of Tusk #E2EBA8
RGB
CMYK
RGB Variations
Color information
#E2EBA8 (or 0xE2EBA8) is known color: Tusk. HEX triplet: E2, EB and A8. RGB value is (226,235,168). Sum of RGB (Red+Green+Blue) = 226+235+168=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBA8 is #1D1457. Grayscale: #E0E0E0. Windows color (decimal): -1905752 or 11070434. OLE color: 11070434.
HSL color Cylindrical-coordinate representation of color #E2EBA8: hue angle of 68.06º 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 #E2EBA8 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 168 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.08 |
| HSL | 68.06º | 0.63% | 0.79% | - |
| HSV(B) | 68.06º | 0.29% | 0.92% | - |
| XYZ | 68.14 | 78.41 | 48.59 | - |
| YUV | 224.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 168 | 0.04 | 0 | 0.29 | 0.08 | 68.06 | 0.63 | 0.79 |
| Hex | E2 | EB | A8 | 4 | 0 | 1D | 8 | 44 | 3F | 4F |
| Octal | 342 | 353 | 250 | 4 | 0 | 35 | 10 | 104 | 77 | 117 |
| Binary | 11100010 | 11101011 | 10101000 | 100 | 0 | 11101 | 1000 | 1000100 | 111111 | 1001111 |
Color Harmonies of #E2EBA8
Complementary color
Monochromatic Colors of #E2EBA8
Black with #E2EBA8
Text Example
Text Example
White with #E2EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBA8; }
p { color: rgb(226,235,168); }
H1.HeaderClassName
{
color: #E2EBA8;
}
.AnyTagClassName
{
color: #E2EBA8;
}
</style>
background-color css
<style>
a { background-color: #E2EBA8; }
a { background-color: rgb(226,235,168); }
div.DivClassName
{
background-color: #E2EBA8;
}
.BgClassName
{
background-color: #E2EBA8;
}
</style>
border-color css
<style>
span { border-color: #E2EBA8; }
span { border-color: rgb(226,235,168); }
td.TdClassName
{
border-color: #E2EBA8;
}
.TagClassName
{
border-color: #E2EBA8;
}
</style>