Shades of Tusk #E3E5AD
Tints of Tusk #E3E5AD
RGB
CMYK
RGB Variations
Color information
#E3E5AD (or 0xE3E5AD) is known color: Tusk. HEX triplet: E3, E5 and AD. RGB value is (227,229,173). Sum of RGB (Red+Green+Blue) = 227+229+173=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E5AD is #1C1A52. Grayscale: #DEDEDE. Windows color (decimal): -1841747 or 11396579. OLE color: 11396579.
HSL color Cylindrical-coordinate representation of color #E3E5AD: hue angle of 62.14º degrees, saturation: 0.52, 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 #E3E5AD is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 173 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.10 |
| HSL | 62.14º | 0.52% | 0.79% | - |
| HSV(B) | 62.14º | 0.24% | 0.9% | - |
| XYZ | 67.24 | 75.39 | 50.54 | - |
| YUV | 222.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 173 | 0.01 | 0 | 0.24 | 0.10 | 62.14 | 0.52 | 0.79 |
| Hex | E3 | E5 | AD | 1 | 0 | 18 | A | 3E | 34 | 4F |
| Octal | 343 | 345 | 255 | 1 | 0 | 30 | 12 | 76 | 64 | 117 |
| Binary | 11100011 | 11100101 | 10101101 | 1 | 0 | 11000 | 1010 | 111110 | 110100 | 1001111 |
Color Harmonies of #E3E5AD
Complementary color
Monochromatic Colors of #E3E5AD
Black with #E3E5AD
Text Example
Text Example
White with #E3E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E5AD; }
p { color: rgb(227,229,173); }
H1.HeaderClassName
{
color: #E3E5AD;
}
.AnyTagClassName
{
color: #E3E5AD;
}
</style>
background-color css
<style>
a { background-color: #E3E5AD; }
a { background-color: rgb(227,229,173); }
div.DivClassName
{
background-color: #E3E5AD;
}
.BgClassName
{
background-color: #E3E5AD;
}
</style>
border-color css
<style>
span { border-color: #E3E5AD; }
span { border-color: rgb(227,229,173); }
td.TdClassName
{
border-color: #E3E5AD;
}
.TagClassName
{
border-color: #E3E5AD;
}
</style>