Shades of Tusk #E5E2AD
Tints of Tusk #E5E2AD
RGB
CMYK
RGB Variations
Color information
#E5E2AD (or 0xE5E2AD) is known color: Tusk. HEX triplet: E5, E2 and AD. RGB value is (229,226,173). Sum of RGB (Red+Green+Blue) = 229+226+173=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E2AD is #1A1D52. Grayscale: #DDDDDD. Windows color (decimal): -1711443 or 11395813. OLE color: 11395813.
HSL color Cylindrical-coordinate representation of color #E5E2AD: hue angle of 56.79º 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 #E5E2AD is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 173 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.10 |
| HSL | 56.79º | 0.52% | 0.79% | - |
| HSV(B) | 56.79º | 0.24% | 0.9% | - |
| XYZ | 67.05 | 74.07 | 50.3 | - |
| YUV | 220.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 173 | 0 | 0.01 | 0.24 | 0.10 | 56.79 | 0.52 | 0.79 |
| Hex | E5 | E2 | AD | 0 | 1 | 18 | A | 39 | 34 | 4F |
| Octal | 345 | 342 | 255 | 0 | 1 | 30 | 12 | 71 | 64 | 117 |
| Binary | 11100101 | 11100010 | 10101101 | 0 | 1 | 11000 | 1010 | 111001 | 110100 | 1001111 |
Color Harmonies of #E5E2AD
Complementary color
Monochromatic Colors of #E5E2AD
Black with #E5E2AD
Text Example
Text Example
White with #E5E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2AD; }
p { color: rgb(229,226,173); }
H1.HeaderClassName
{
color: #E5E2AD;
}
.AnyTagClassName
{
color: #E5E2AD;
}
</style>
background-color css
<style>
a { background-color: #E5E2AD; }
a { background-color: rgb(229,226,173); }
div.DivClassName
{
background-color: #E5E2AD;
}
.BgClassName
{
background-color: #E5E2AD;
}
</style>
border-color css
<style>
span { border-color: #E5E2AD; }
span { border-color: rgb(229,226,173); }
td.TdClassName
{
border-color: #E5E2AD;
}
.TagClassName
{
border-color: #E5E2AD;
}
</style>