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