Shades of Tusk #E2E4BA
Tints of Tusk #E2E4BA
RGB
CMYK
RGB Variations
Color information
#E2E4BA (or 0xE2E4BA) is known color: Tusk. HEX triplet: E2, E4 and BA. RGB value is (226,228,186). Sum of RGB (Red+Green+Blue) = 226+228+186=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4BA is #1D1B45. Grayscale: #DEDEDE. Windows color (decimal): -1907526 or 12248290. OLE color: 12248290.
HSL color Cylindrical-coordinate representation of color #E2E4BA: hue angle of 62.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2E4BA is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 186 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.11 |
| HSL | 62.86º | 0.44% | 0.81% | - |
| HSV(B) | 62.86º | 0.18% | 0.89% | - |
| XYZ | 67.97 | 75.2 | 57.39 | - |
| YUV | 222.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 186 | 0.01 | 0 | 0.18 | 0.11 | 62.86 | 0.44 | 0.81 |
| Hex | E2 | E4 | BA | 1 | 0 | 12 | B | 3F | 2C | 51 |
| Octal | 342 | 344 | 272 | 1 | 0 | 22 | 13 | 77 | 54 | 121 |
| Binary | 11100010 | 11100100 | 10111010 | 1 | 0 | 10010 | 1011 | 111111 | 101100 | 1010001 |
Color Harmonies of #E2E4BA
Complementary color
Monochromatic Colors of #E2E4BA
Black with #E2E4BA
Text Example
Text Example
White with #E2E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4BA; }
p { color: rgb(226,228,186); }
H1.HeaderClassName
{
color: #E2E4BA;
}
.AnyTagClassName
{
color: #E2E4BA;
}
</style>
background-color css
<style>
a { background-color: #E2E4BA; }
a { background-color: rgb(226,228,186); }
div.DivClassName
{
background-color: #E2E4BA;
}
.BgClassName
{
background-color: #E2E4BA;
}
</style>
border-color css
<style>
span { border-color: #E2E4BA; }
span { border-color: rgb(226,228,186); }
td.TdClassName
{
border-color: #E2E4BA;
}
.TagClassName
{
border-color: #E2E4BA;
}
</style>