Shades of Tusk #E0E4BA
Tints of Tusk #E0E4BA
RGB
CMYK
RGB Variations
Color information
#E0E4BA (or 0xE0E4BA) is known color: Tusk. HEX triplet: E0, E4 and BA. RGB value is (224,228,186). Sum of RGB (Red+Green+Blue) = 224+228+186=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4BA is #1F1B45. Grayscale: #DEDEDE. Windows color (decimal): -2038598 or 12248288. OLE color: 12248288.
HSL color Cylindrical-coordinate representation of color #E0E4BA: hue angle of 65.71º 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 #E0E4BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 186 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.11 |
| HSL | 65.71º | 0.44% | 0.81% | - |
| HSV(B) | 65.71º | 0.18% | 0.89% | - |
| XYZ | 67.35 | 74.88 | 57.36 | - |
| YUV | 222.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 186 | 0.02 | 0 | 0.18 | 0.11 | 65.71 | 0.44 | 0.81 |
| Hex | E0 | E4 | BA | 2 | 0 | 12 | B | 42 | 2C | 51 |
| Octal | 340 | 344 | 272 | 2 | 0 | 22 | 13 | 102 | 54 | 121 |
| Binary | 11100000 | 11100100 | 10111010 | 10 | 0 | 10010 | 1011 | 1000010 | 101100 | 1010001 |
Color Harmonies of #E0E4BA
Complementary color
Monochromatic Colors of #E0E4BA
Black with #E0E4BA
Text Example
Text Example
White with #E0E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4BA; }
p { color: rgb(224,228,186); }
H1.HeaderClassName
{
color: #E0E4BA;
}
.AnyTagClassName
{
color: #E0E4BA;
}
</style>
background-color css
<style>
a { background-color: #E0E4BA; }
a { background-color: rgb(224,228,186); }
div.DivClassName
{
background-color: #E0E4BA;
}
.BgClassName
{
background-color: #E0E4BA;
}
</style>
border-color css
<style>
span { border-color: #E0E4BA; }
span { border-color: rgb(224,228,186); }
td.TdClassName
{
border-color: #E0E4BA;
}
.TagClassName
{
border-color: #E0E4BA;
}
</style>