Shades of Tusk #E0E2BA
Tints of Tusk #E0E2BA
RGB
CMYK
RGB Variations
Color information
#E0E2BA (or 0xE0E2BA) is known color: Tusk. HEX triplet: E0, E2 and BA. RGB value is (224,226,186). Sum of RGB (Red+Green+Blue) = 224+226+186=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2BA is #1F1D45. Grayscale: #DDDDDD. Windows color (decimal): -2039110 or 12247776. OLE color: 12247776.
HSL color Cylindrical-coordinate representation of color #E0E2BA: hue angle of 63º degrees, saturation: 0.41, 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 #E0E2BA is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 186 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.11 |
| HSL | 63º | 0.41% | 0.81% | - |
| HSV(B) | 63º | 0.18% | 0.89% | - |
| XYZ | 66.8 | 73.79 | 57.18 | - |
| YUV | 220.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 186 | 0.01 | 0 | 0.18 | 0.11 | 63 | 0.41 | 0.81 |
| Hex | E0 | E2 | BA | 1 | 0 | 12 | B | 3F | 29 | 51 |
| Octal | 340 | 342 | 272 | 1 | 0 | 22 | 13 | 77 | 51 | 121 |
| Binary | 11100000 | 11100010 | 10111010 | 1 | 0 | 10010 | 1011 | 111111 | 101001 | 1010001 |
Color Harmonies of #E0E2BA
Complementary color
Monochromatic Colors of #E0E2BA
Black with #E0E2BA
Text Example
Text Example
White with #E0E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E2BA; }
p { color: rgb(224,226,186); }
H1.HeaderClassName
{
color: #E0E2BA;
}
.AnyTagClassName
{
color: #E0E2BA;
}
</style>
background-color css
<style>
a { background-color: #E0E2BA; }
a { background-color: rgb(224,226,186); }
div.DivClassName
{
background-color: #E0E2BA;
}
.BgClassName
{
background-color: #E0E2BA;
}
</style>
border-color css
<style>
span { border-color: #E0E2BA; }
span { border-color: rgb(224,226,186); }
td.TdClassName
{
border-color: #E0E2BA;
}
.TagClassName
{
border-color: #E0E2BA;
}
</style>