Shades of Tusk #E3E4AA
Tints of Tusk #E3E4AA
RGB
CMYK
RGB Variations
Color information
#E3E4AA (or 0xE3E4AA) is known color: Tusk. HEX triplet: E3, E4 and AA. RGB value is (227,228,170). Sum of RGB (Red+Green+Blue) = 227+228+170=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E4AA is #1C1B55. Grayscale: #DDDDDD. Windows color (decimal): -1842006 or 11199715. OLE color: 11199715.
HSL color Cylindrical-coordinate representation of color #E3E4AA: hue angle of 61.03º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3E4AA is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 228 | 170 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.11 |
| HSL | 61.03º | 0.52% | 0.78% | - |
| HSV(B) | 61.03º | 0.25% | 0.89% | - |
| XYZ | 66.68 | 74.72 | 48.94 | - |
| YUV | 221.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 228 | 170 | 0.00 | 0 | 0.25 | 0.11 | 61.03 | 0.52 | 0.78 |
| Hex | E3 | E4 | AA | 0 | 0 | 19 | B | 3D | 34 | 4E |
| Octal | 343 | 344 | 252 | 0 | 0 | 31 | 13 | 75 | 64 | 116 |
| Binary | 11100011 | 11100100 | 10101010 | 0 | 0 | 11001 | 1011 | 111101 | 110100 | 1001110 |
Color Harmonies of #E3E4AA
Complementary color
Monochromatic Colors of #E3E4AA
Black with #E3E4AA
Text Example
Text Example
White with #E3E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E4AA; }
p { color: rgb(227,228,170); }
H1.HeaderClassName
{
color: #E3E4AA;
}
.AnyTagClassName
{
color: #E3E4AA;
}
</style>
background-color css
<style>
a { background-color: #E3E4AA; }
a { background-color: rgb(227,228,170); }
div.DivClassName
{
background-color: #E3E4AA;
}
.BgClassName
{
background-color: #E3E4AA;
}
</style>
border-color css
<style>
span { border-color: #E3E4AA; }
span { border-color: rgb(227,228,170); }
td.TdClassName
{
border-color: #E3E4AA;
}
.TagClassName
{
border-color: #E3E4AA;
}
</style>