Shades of Tusk #E2EAB0
Tints of Tusk #E2EAB0
RGB
CMYK
RGB Variations
Color information
#E2EAB0 (or 0xE2EAB0) is known color: Tusk. HEX triplet: E2, EA and B0. RGB value is (226,234,176). Sum of RGB (Red+Green+Blue) = 226+234+176=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAB0 is #1D154F. Grayscale: #E1E1E1. Windows color (decimal): -1906000 or 11594466. OLE color: 11594466.
HSL color Cylindrical-coordinate representation of color #E2EAB0: hue angle of 68.28º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2EAB0 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 176 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.08 |
| HSL | 68.28º | 0.58% | 0.8% | - |
| HSV(B) | 68.28º | 0.25% | 0.92% | - |
| XYZ | 68.62 | 78.15 | 52.54 | - |
| YUV | 225 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 176 | 0.03 | 0 | 0.25 | 0.08 | 68.28 | 0.58 | 0.8 |
| Hex | E2 | EA | B0 | 3 | 0 | 19 | 8 | 44 | 3A | 50 |
| Octal | 342 | 352 | 260 | 3 | 0 | 31 | 10 | 104 | 72 | 120 |
| Binary | 11100010 | 11101010 | 10110000 | 11 | 0 | 11001 | 1000 | 1000100 | 111010 | 1010000 |
Color Harmonies of #E2EAB0
Complementary color
Monochromatic Colors of #E2EAB0
Black with #E2EAB0
Text Example
Text Example
White with #E2EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAB0; }
p { color: rgb(226,234,176); }
H1.HeaderClassName
{
color: #E2EAB0;
}
.AnyTagClassName
{
color: #E2EAB0;
}
</style>
background-color css
<style>
a { background-color: #E2EAB0; }
a { background-color: rgb(226,234,176); }
div.DivClassName
{
background-color: #E2EAB0;
}
.BgClassName
{
background-color: #E2EAB0;
}
</style>
border-color css
<style>
span { border-color: #E2EAB0; }
span { border-color: rgb(226,234,176); }
td.TdClassName
{
border-color: #E2EAB0;
}
.TagClassName
{
border-color: #E2EAB0;
}
</style>