Shades of Tusk #E2E4B0
Tints of Tusk #E2E4B0
RGB
CMYK
RGB Variations
Color information
#E2E4B0 (or 0xE2E4B0) is known color: Tusk. HEX triplet: E2, E4 and B0. RGB value is (226,228,176). Sum of RGB (Red+Green+Blue) = 226+228+176=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E4B0 is #1D1B4F. Grayscale: #DDDDDD. Windows color (decimal): -1907536 or 11592930. OLE color: 11592930.
HSL color Cylindrical-coordinate representation of color #E2E4B0: hue angle of 62.31º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2E4B0 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 176 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.11 |
| HSL | 62.31º | 0.49% | 0.79% | - |
| HSV(B) | 62.31º | 0.23% | 0.89% | - |
| XYZ | 66.94 | 74.79 | 51.98 | - |
| YUV | 221.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 176 | 0.01 | 0 | 0.23 | 0.11 | 62.31 | 0.49 | 0.79 |
| Hex | E2 | E4 | B0 | 1 | 0 | 17 | B | 3E | 31 | 4F |
| Octal | 342 | 344 | 260 | 1 | 0 | 27 | 13 | 76 | 61 | 117 |
| Binary | 11100010 | 11100100 | 10110000 | 1 | 0 | 10111 | 1011 | 111110 | 110001 | 1001111 |
Color Harmonies of #E2E4B0
Complementary color
Monochromatic Colors of #E2E4B0
Black with #E2E4B0
Text Example
Text Example
White with #E2E4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4B0; }
p { color: rgb(226,228,176); }
H1.HeaderClassName
{
color: #E2E4B0;
}
.AnyTagClassName
{
color: #E2E4B0;
}
</style>
background-color css
<style>
a { background-color: #E2E4B0; }
a { background-color: rgb(226,228,176); }
div.DivClassName
{
background-color: #E2E4B0;
}
.BgClassName
{
background-color: #E2E4B0;
}
</style>
border-color css
<style>
span { border-color: #E2E4B0; }
span { border-color: rgb(226,228,176); }
td.TdClassName
{
border-color: #E2E4B0;
}
.TagClassName
{
border-color: #E2E4B0;
}
</style>