Shades of Tusk #E4E6AA
Tints of Tusk #E4E6AA
RGB
CMYK
RGB Variations
Color information
#E4E6AA (or 0xE4E6AA) is known color: Tusk. HEX triplet: E4, E6 and AA. RGB value is (228,230,170). Sum of RGB (Red+Green+Blue) = 228+230+170=628 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.31% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E6AA is #1B1955. Grayscale: #DEDEDE. Windows color (decimal): -1775958 or 11200228. OLE color: 11200228.
HSL color Cylindrical-coordinate representation of color #E4E6AA: hue angle of 62º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4E6AA is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 170 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.10 |
| HSL | 62º | 0.55% | 0.78% | - |
| HSV(B) | 62º | 0.26% | 0.9% | - |
| XYZ | 67.55 | 75.99 | 49.14 | - |
| YUV | 222.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 170 | 0.01 | 0 | 0.26 | 0.10 | 62 | 0.55 | 0.78 |
| Hex | E4 | E6 | AA | 1 | 0 | 1A | A | 3E | 37 | 4E |
| Octal | 344 | 346 | 252 | 1 | 0 | 32 | 12 | 76 | 67 | 116 |
| Binary | 11100100 | 11100110 | 10101010 | 1 | 0 | 11010 | 1010 | 111110 | 110111 | 1001110 |
Color Harmonies of #E4E6AA
Complementary color
Monochromatic Colors of #E4E6AA
Black with #E4E6AA
Text Example
Text Example
White with #E4E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6AA; }
p { color: rgb(228,230,170); }
H1.HeaderClassName
{
color: #E4E6AA;
}
.AnyTagClassName
{
color: #E4E6AA;
}
</style>
background-color css
<style>
a { background-color: #E4E6AA; }
a { background-color: rgb(228,230,170); }
div.DivClassName
{
background-color: #E4E6AA;
}
.BgClassName
{
background-color: #E4E6AA;
}
</style>
border-color css
<style>
span { border-color: #E4E6AA; }
span { border-color: rgb(228,230,170); }
td.TdClassName
{
border-color: #E4E6AA;
}
.TagClassName
{
border-color: #E4E6AA;
}
</style>