Shades of Tusk #E5E4BA
Tints of Tusk #E5E4BA
RGB
CMYK
RGB Variations
Color information
#E5E4BA (or 0xE5E4BA) is known color: Tusk. HEX triplet: E5, E4 and BA. RGB value is (229,228,186). Sum of RGB (Red+Green+Blue) = 229+228+186=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E4BA is #1A1B45. Grayscale: #DFDFDF. Windows color (decimal): -1710918 or 12248293. OLE color: 12248293.
HSL color Cylindrical-coordinate representation of color #E5E4BA: hue angle of 58.6º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5E4BA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 186 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.10 |
| HSL | 58.6º | 0.45% | 0.81% | - |
| HSV(B) | 58.6º | 0.19% | 0.9% | - |
| XYZ | 68.92 | 75.69 | 57.43 | - |
| YUV | 223.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 186 | 0 | 0.00 | 0.19 | 0.10 | 58.6 | 0.45 | 0.81 |
| Hex | E5 | E4 | BA | 0 | 0 | 13 | A | 3B | 2D | 51 |
| Octal | 345 | 344 | 272 | 0 | 0 | 23 | 12 | 73 | 55 | 121 |
| Binary | 11100101 | 11100100 | 10111010 | 0 | 0 | 10011 | 1010 | 111011 | 101101 | 1010001 |
Color Harmonies of #E5E4BA
Complementary color
Monochromatic Colors of #E5E4BA
Black with #E5E4BA
Text Example
Text Example
White with #E5E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4BA; }
p { color: rgb(229,228,186); }
H1.HeaderClassName
{
color: #E5E4BA;
}
.AnyTagClassName
{
color: #E5E4BA;
}
</style>
background-color css
<style>
a { background-color: #E5E4BA; }
a { background-color: rgb(229,228,186); }
div.DivClassName
{
background-color: #E5E4BA;
}
.BgClassName
{
background-color: #E5E4BA;
}
</style>
border-color css
<style>
span { border-color: #E5E4BA; }
span { border-color: rgb(229,228,186); }
td.TdClassName
{
border-color: #E5E4BA;
}
.TagClassName
{
border-color: #E5E4BA;
}
</style>