Shades of Tusk #E2E4B1
Tints of Tusk #E2E4B1
RGB
CMYK
RGB Variations
Color information
#E2E4B1 (or 0xE2E4B1) is known color: Tusk. HEX triplet: E2, E4 and B1. RGB value is (226,228,177). Sum of RGB (Red+Green+Blue) = 226+228+177=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E4B1 is #1D1B4E. Grayscale: #DDDDDD. Windows color (decimal): -1907535 or 11658466. OLE color: 11658466.
HSL color Cylindrical-coordinate representation of color #E2E4B1: hue angle of 62.35º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2E4B1 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 177 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.11 |
| HSL | 62.35º | 0.49% | 0.79% | - |
| HSV(B) | 62.35º | 0.22% | 0.89% | - |
| XYZ | 67.04 | 74.83 | 52.51 | - |
| YUV | 221.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 177 | 0.01 | 0 | 0.22 | 0.11 | 62.35 | 0.49 | 0.79 |
| Hex | E2 | E4 | B1 | 1 | 0 | 16 | B | 3E | 31 | 4F |
| Octal | 342 | 344 | 261 | 1 | 0 | 26 | 13 | 76 | 61 | 117 |
| Binary | 11100010 | 11100100 | 10110001 | 1 | 0 | 10110 | 1011 | 111110 | 110001 | 1001111 |
Color Harmonies of #E2E4B1
Complementary color
Monochromatic Colors of #E2E4B1
Black with #E2E4B1
Text Example
Text Example
White with #E2E4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4B1; }
p { color: rgb(226,228,177); }
H1.HeaderClassName
{
color: #E2E4B1;
}
.AnyTagClassName
{
color: #E2E4B1;
}
</style>
background-color css
<style>
a { background-color: #E2E4B1; }
a { background-color: rgb(226,228,177); }
div.DivClassName
{
background-color: #E2E4B1;
}
.BgClassName
{
background-color: #E2E4B1;
}
</style>
border-color css
<style>
span { border-color: #E2E4B1; }
span { border-color: rgb(226,228,177); }
td.TdClassName
{
border-color: #E2E4B1;
}
.TagClassName
{
border-color: #E2E4B1;
}
</style>