Shades of Tusk #E5EAB9
Tints of Tusk #E5EAB9
RGB
CMYK
RGB Variations
Color information
#E5EAB9 (or 0xE5EAB9) is known color: Tusk. HEX triplet: E5, EA and B9. RGB value is (229,234,185). Sum of RGB (Red+Green+Blue) = 229+234+185=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EAB9 is #1A1546. Grayscale: #E3E3E3. Windows color (decimal): -1709383 or 12184293. OLE color: 12184293.
HSL color Cylindrical-coordinate representation of color #E5EAB9: hue angle of 66.12º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5EAB9 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 185 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.08 |
| HSL | 66.12º | 0.54% | 0.82% | - |
| HSV(B) | 66.12º | 0.21% | 0.92% | - |
| XYZ | 70.49 | 79.01 | 57.43 | - |
| YUV | 226.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 185 | 0.02 | 0 | 0.21 | 0.08 | 66.12 | 0.54 | 0.82 |
| Hex | E5 | EA | B9 | 2 | 0 | 15 | 8 | 42 | 36 | 52 |
| Octal | 345 | 352 | 271 | 2 | 0 | 25 | 10 | 102 | 66 | 122 |
| Binary | 11100101 | 11101010 | 10111001 | 10 | 0 | 10101 | 1000 | 1000010 | 110110 | 1010010 |
Color Harmonies of #E5EAB9
Complementary color
Monochromatic Colors of #E5EAB9
Black with #E5EAB9
Text Example
Text Example
White with #E5EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAB9; }
p { color: rgb(229,234,185); }
H1.HeaderClassName
{
color: #E5EAB9;
}
.AnyTagClassName
{
color: #E5EAB9;
}
</style>
background-color css
<style>
a { background-color: #E5EAB9; }
a { background-color: rgb(229,234,185); }
div.DivClassName
{
background-color: #E5EAB9;
}
.BgClassName
{
background-color: #E5EAB9;
}
</style>
border-color css
<style>
span { border-color: #E5EAB9; }
span { border-color: rgb(229,234,185); }
td.TdClassName
{
border-color: #E5EAB9;
}
.TagClassName
{
border-color: #E5EAB9;
}
</style>