Shades of Tusk #E5E9BA
Tints of Tusk #E5E9BA
RGB
CMYK
RGB Variations
Color information
#E5E9BA (or 0xE5E9BA) is known color: Tusk. HEX triplet: E5, E9 and BA. RGB value is (229,233,186). Sum of RGB (Red+Green+Blue) = 229+233+186=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9BA is #1A1645. Grayscale: #E2E2E2. Windows color (decimal): -1709638 or 12249573. OLE color: 12249573.
HSL color Cylindrical-coordinate representation of color #E5E9BA: hue angle of 65.11º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5E9BA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 186 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.09 |
| HSL | 65.11º | 0.52% | 0.82% | - |
| HSV(B) | 65.11º | 0.2% | 0.91% | - |
| XYZ | 70.31 | 78.48 | 57.9 | - |
| YUV | 226.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 186 | 0.02 | 0 | 0.20 | 0.09 | 65.11 | 0.52 | 0.82 |
| Hex | E5 | E9 | BA | 2 | 0 | 14 | 9 | 41 | 34 | 52 |
| Octal | 345 | 351 | 272 | 2 | 0 | 24 | 11 | 101 | 64 | 122 |
| Binary | 11100101 | 11101001 | 10111010 | 10 | 0 | 10100 | 1001 | 1000001 | 110100 | 1010010 |
Color Harmonies of #E5E9BA
Complementary color
Monochromatic Colors of #E5E9BA
Black with #E5E9BA
Text Example
Text Example
White with #E5E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9BA; }
p { color: rgb(229,233,186); }
H1.HeaderClassName
{
color: #E5E9BA;
}
.AnyTagClassName
{
color: #E5E9BA;
}
</style>
background-color css
<style>
a { background-color: #E5E9BA; }
a { background-color: rgb(229,233,186); }
div.DivClassName
{
background-color: #E5E9BA;
}
.BgClassName
{
background-color: #E5E9BA;
}
</style>
border-color css
<style>
span { border-color: #E5E9BA; }
span { border-color: rgb(229,233,186); }
td.TdClassName
{
border-color: #E5E9BA;
}
.TagClassName
{
border-color: #E5E9BA;
}
</style>