Shades of Tusk #E0E69E
Tints of Tusk #E0E69E
RGB
CMYK
RGB Variations
Color information
#E0E69E (or 0xE0E69E) is known color: Tusk. HEX triplet: E0, E6 and 9E. RGB value is (224,230,158). Sum of RGB (Red+Green+Blue) = 224+230+158=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E69E is #1F1961. Grayscale: #DCDCDC. Windows color (decimal): -2038114 or 10413792. OLE color: 10413792.
HSL color Cylindrical-coordinate representation of color #E0E69E: hue angle of 65º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0E69E is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 158 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.10 |
| HSL | 65º | 0.59% | 0.76% | - |
| HSV(B) | 65º | 0.31% | 0.9% | - |
| XYZ | 65.21 | 74.91 | 43.37 | - |
| YUV | 220 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 158 | 0.03 | 0 | 0.31 | 0.10 | 65 | 0.59 | 0.76 |
| Hex | E0 | E6 | 9E | 3 | 0 | 1F | A | 41 | 3B | 4C |
| Octal | 340 | 346 | 236 | 3 | 0 | 37 | 12 | 101 | 73 | 114 |
| Binary | 11100000 | 11100110 | 10011110 | 11 | 0 | 11111 | 1010 | 1000001 | 111011 | 1001100 |
Color Harmonies of #E0E69E
Complementary color
Monochromatic Colors of #E0E69E
Black with #E0E69E
Text Example
Text Example
White with #E0E69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E69E; }
p { color: rgb(224,230,158); }
H1.HeaderClassName
{
color: #E0E69E;
}
.AnyTagClassName
{
color: #E0E69E;
}
</style>
background-color css
<style>
a { background-color: #E0E69E; }
a { background-color: rgb(224,230,158); }
div.DivClassName
{
background-color: #E0E69E;
}
.BgClassName
{
background-color: #E0E69E;
}
</style>
border-color css
<style>
span { border-color: #E0E69E; }
span { border-color: rgb(224,230,158); }
td.TdClassName
{
border-color: #E0E69E;
}
.TagClassName
{
border-color: #E0E69E;
}
</style>