Shades of Tusk #E3E6AA
Tints of Tusk #E3E6AA
RGB
CMYK
RGB Variations
Color information
#E3E6AA (or 0xE3E6AA) is known color: Tusk. HEX triplet: E3, E6 and AA. RGB value is (227,230,170). Sum of RGB (Red+Green+Blue) = 227+230+170=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E6AA is #1C1955. Grayscale: #DEDEDE. Windows color (decimal): -1841494 or 11200227. OLE color: 11200227.
HSL color Cylindrical-coordinate representation of color #E3E6AA: hue angle of 63º 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 #E3E6AA is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 170 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.10 |
| HSL | 63º | 0.55% | 0.78% | - |
| HSV(B) | 63º | 0.26% | 0.9% | - |
| XYZ | 67.23 | 75.83 | 49.12 | - |
| YUV | 222.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 170 | 0.01 | 0 | 0.26 | 0.10 | 63 | 0.55 | 0.78 |
| Hex | E3 | E6 | AA | 1 | 0 | 1A | A | 3F | 37 | 4E |
| Octal | 343 | 346 | 252 | 1 | 0 | 32 | 12 | 77 | 67 | 116 |
| Binary | 11100011 | 11100110 | 10101010 | 1 | 0 | 11010 | 1010 | 111111 | 110111 | 1001110 |
Color Harmonies of #E3E6AA
Complementary color
Monochromatic Colors of #E3E6AA
Black with #E3E6AA
Text Example
Text Example
White with #E3E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E6AA; }
p { color: rgb(227,230,170); }
H1.HeaderClassName
{
color: #E3E6AA;
}
.AnyTagClassName
{
color: #E3E6AA;
}
</style>
background-color css
<style>
a { background-color: #E3E6AA; }
a { background-color: rgb(227,230,170); }
div.DivClassName
{
background-color: #E3E6AA;
}
.BgClassName
{
background-color: #E3E6AA;
}
</style>
border-color css
<style>
span { border-color: #E3E6AA; }
span { border-color: rgb(227,230,170); }
td.TdClassName
{
border-color: #E3E6AA;
}
.TagClassName
{
border-color: #E3E6AA;
}
</style>