Shades of Tusk #E5EAAE
Tints of Tusk #E5EAAE
RGB
CMYK
RGB Variations
Color information
#E5EAAE (or 0xE5EAAE) is known color: Tusk. HEX triplet: E5, EA and AE. RGB value is (229,234,174). Sum of RGB (Red+Green+Blue) = 229+234+174=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EAAE is #1A1551. Grayscale: #E1E1E1. Windows color (decimal): -1709394 or 11463397. OLE color: 11463397.
HSL color Cylindrical-coordinate representation of color #E5EAAE: hue angle of 65º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5EAAE is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 174 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.08 |
| HSL | 65º | 0.59% | 0.8% | - |
| HSV(B) | 65º | 0.26% | 0.92% | - |
| XYZ | 69.38 | 78.56 | 51.55 | - |
| YUV | 225.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 174 | 0.02 | 0 | 0.26 | 0.08 | 65 | 0.59 | 0.8 |
| Hex | E5 | EA | AE | 2 | 0 | 1A | 8 | 41 | 3B | 50 |
| Octal | 345 | 352 | 256 | 2 | 0 | 32 | 10 | 101 | 73 | 120 |
| Binary | 11100101 | 11101010 | 10101110 | 10 | 0 | 11010 | 1000 | 1000001 | 111011 | 1010000 |
Color Harmonies of #E5EAAE
Complementary color
Monochromatic Colors of #E5EAAE
Black with #E5EAAE
Text Example
Text Example
White with #E5EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAAE; }
p { color: rgb(229,234,174); }
H1.HeaderClassName
{
color: #E5EAAE;
}
.AnyTagClassName
{
color: #E5EAAE;
}
</style>
background-color css
<style>
a { background-color: #E5EAAE; }
a { background-color: rgb(229,234,174); }
div.DivClassName
{
background-color: #E5EAAE;
}
.BgClassName
{
background-color: #E5EAAE;
}
</style>
border-color css
<style>
span { border-color: #E5EAAE; }
span { border-color: rgb(229,234,174); }
td.TdClassName
{
border-color: #E5EAAE;
}
.TagClassName
{
border-color: #E5EAAE;
}
</style>