Shades of Tusk #E2EBA9
Tints of Tusk #E2EBA9
RGB
CMYK
RGB Variations
Color information
#E2EBA9 (or 0xE2EBA9) is known color: Tusk. HEX triplet: E2, EB and A9. RGB value is (226,235,169). Sum of RGB (Red+Green+Blue) = 226+235+169=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBA9 is #1D1456. Grayscale: #E1E1E1. Windows color (decimal): -1905751 or 11135970. OLE color: 11135970.
HSL color Cylindrical-coordinate representation of color #E2EBA9: hue angle of 68.18º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2EBA9 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 169 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.08 |
| HSL | 68.18º | 0.62% | 0.79% | - |
| HSV(B) | 68.18º | 0.28% | 0.92% | - |
| XYZ | 68.23 | 78.45 | 49.08 | - |
| YUV | 224.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 169 | 0.04 | 0 | 0.28 | 0.08 | 68.18 | 0.62 | 0.79 |
| Hex | E2 | EB | A9 | 4 | 0 | 1C | 8 | 44 | 3E | 4F |
| Octal | 342 | 353 | 251 | 4 | 0 | 34 | 10 | 104 | 76 | 117 |
| Binary | 11100010 | 11101011 | 10101001 | 100 | 0 | 11100 | 1000 | 1000100 | 111110 | 1001111 |
Color Harmonies of #E2EBA9
Complementary color
Monochromatic Colors of #E2EBA9
Black with #E2EBA9
Text Example
Text Example
White with #E2EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBA9; }
p { color: rgb(226,235,169); }
H1.HeaderClassName
{
color: #E2EBA9;
}
.AnyTagClassName
{
color: #E2EBA9;
}
</style>
background-color css
<style>
a { background-color: #E2EBA9; }
a { background-color: rgb(226,235,169); }
div.DivClassName
{
background-color: #E2EBA9;
}
.BgClassName
{
background-color: #E2EBA9;
}
</style>
border-color css
<style>
span { border-color: #E2EBA9; }
span { border-color: rgb(226,235,169); }
td.TdClassName
{
border-color: #E2EBA9;
}
.TagClassName
{
border-color: #E2EBA9;
}
</style>