Shades of Tusk #E1E69F
Tints of Tusk #E1E69F
RGB
CMYK
RGB Variations
Color information
#E1E69F (or 0xE1E69F) is known color: Tusk. HEX triplet: E1, E6 and 9F. RGB value is (225,230,159). Sum of RGB (Red+Green+Blue) = 225+230+159=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E69F is #1E1960. Grayscale: #DCDCDC. Windows color (decimal): -1972577 or 10479329. OLE color: 10479329.
HSL color Cylindrical-coordinate representation of color #E1E69F: hue angle of 64.23º 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 #E1E69F is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 159 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.10 |
| HSL | 64.23º | 0.59% | 0.76% | - |
| HSV(B) | 64.23º | 0.31% | 0.9% | - |
| XYZ | 65.61 | 75.1 | 43.84 | - |
| YUV | 220.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 159 | 0.02 | 0 | 0.31 | 0.10 | 64.23 | 0.59 | 0.76 |
| Hex | E1 | E6 | 9F | 2 | 0 | 1F | A | 40 | 3B | 4C |
| Octal | 341 | 346 | 237 | 2 | 0 | 37 | 12 | 100 | 73 | 114 |
| Binary | 11100001 | 11100110 | 10011111 | 10 | 0 | 11111 | 1010 | 1000000 | 111011 | 1001100 |
Color Harmonies of #E1E69F
Complementary color
Monochromatic Colors of #E1E69F
Black with #E1E69F
Text Example
Text Example
White with #E1E69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E69F; }
p { color: rgb(225,230,159); }
H1.HeaderClassName
{
color: #E1E69F;
}
.AnyTagClassName
{
color: #E1E69F;
}
</style>
background-color css
<style>
a { background-color: #E1E69F; }
a { background-color: rgb(225,230,159); }
div.DivClassName
{
background-color: #E1E69F;
}
.BgClassName
{
background-color: #E1E69F;
}
</style>
border-color css
<style>
span { border-color: #E1E69F; }
span { border-color: rgb(225,230,159); }
td.TdClassName
{
border-color: #E1E69F;
}
.TagClassName
{
border-color: #E1E69F;
}
</style>