Shades of Tusk #E6E6AE
Tints of Tusk #E6E6AE
RGB
CMYK
RGB Variations
Color information
#E6E6AE (or 0xE6E6AE) is known color: Tusk. HEX triplet: E6, E6 and AE. RGB value is (230,230,174). Sum of RGB (Red+Green+Blue) = 230+230+174=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E6AE is #191951. Grayscale: #DFDFDF. Windows color (decimal): -1644882 or 11462374. OLE color: 11462374.
HSL color Cylindrical-coordinate representation of color #E6E6AE: hue angle of 60º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6E6AE is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 174 | - |
| CMYK | 0 | 0 | 0.24 | 0.10 |
| HSL | 60º | 0.53% | 0.79% | - |
| HSV(B) | 60º | 0.24% | 0.9% | - |
| XYZ | 68.57 | 76.47 | 51.19 | - |
| YUV | 223.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 174 | 0 | 0 | 0.24 | 0.10 | 60 | 0.53 | 0.79 |
| Hex | E6 | E6 | AE | 0 | 0 | 18 | A | 3C | 35 | 4F |
| Octal | 346 | 346 | 256 | 0 | 0 | 30 | 12 | 74 | 65 | 117 |
| Binary | 11100110 | 11100110 | 10101110 | 0 | 0 | 11000 | 1010 | 111100 | 110101 | 1001111 |
Color Harmonies of #E6E6AE
Complementary color
Monochromatic Colors of #E6E6AE
Black with #E6E6AE
Text Example
Text Example
White with #E6E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6AE; }
p { color: rgb(230,230,174); }
H1.HeaderClassName
{
color: #E6E6AE;
}
.AnyTagClassName
{
color: #E6E6AE;
}
</style>
background-color css
<style>
a { background-color: #E6E6AE; }
a { background-color: rgb(230,230,174); }
div.DivClassName
{
background-color: #E6E6AE;
}
.BgClassName
{
background-color: #E6E6AE;
}
</style>
border-color css
<style>
span { border-color: #E6E6AE; }
span { border-color: rgb(230,230,174); }
td.TdClassName
{
border-color: #E6E6AE;
}
.TagClassName
{
border-color: #E6E6AE;
}
</style>