Shades of Tusk #E6E5AE
Tints of Tusk #E6E5AE
RGB
CMYK
RGB Variations
Color information
#E6E5AE (or 0xE6E5AE) is known color: Tusk. HEX triplet: E6, E5 and AE. RGB value is (230,229,174). Sum of RGB (Red+Green+Blue) = 230+229+174=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E5AE is #191A51. Grayscale: #DFDFDF. Windows color (decimal): -1645138 or 11462118. OLE color: 11462118.
HSL color Cylindrical-coordinate representation of color #E6E5AE: hue angle of 58.93º 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 #E6E5AE is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 174 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.10 |
| HSL | 58.93º | 0.53% | 0.79% | - |
| HSV(B) | 58.93º | 0.24% | 0.9% | - |
| XYZ | 68.29 | 75.92 | 51.1 | - |
| YUV | 223.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 174 | 0 | 0.00 | 0.24 | 0.10 | 58.93 | 0.53 | 0.79 |
| Hex | E6 | E5 | AE | 0 | 0 | 18 | A | 3B | 35 | 4F |
| Octal | 346 | 345 | 256 | 0 | 0 | 30 | 12 | 73 | 65 | 117 |
| Binary | 11100110 | 11100101 | 10101110 | 0 | 0 | 11000 | 1010 | 111011 | 110101 | 1001111 |
Color Harmonies of #E6E5AE
Complementary color
Monochromatic Colors of #E6E5AE
Black with #E6E5AE
Text Example
Text Example
White with #E6E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E5AE; }
p { color: rgb(230,229,174); }
H1.HeaderClassName
{
color: #E6E5AE;
}
.AnyTagClassName
{
color: #E6E5AE;
}
</style>
background-color css
<style>
a { background-color: #E6E5AE; }
a { background-color: rgb(230,229,174); }
div.DivClassName
{
background-color: #E6E5AE;
}
.BgClassName
{
background-color: #E6E5AE;
}
</style>
border-color css
<style>
span { border-color: #E6E5AE; }
span { border-color: rgb(230,229,174); }
td.TdClassName
{
border-color: #E6E5AE;
}
.TagClassName
{
border-color: #E6E5AE;
}
</style>