Shades of Tusk #E5E4AD
Tints of Tusk #E5E4AD
RGB
CMYK
RGB Variations
Color information
#E5E4AD (or 0xE5E4AD) is known color: Tusk. HEX triplet: E5, E4 and AD. RGB value is (229,228,173). Sum of RGB (Red+Green+Blue) = 229+228+173=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E4AD is #1A1B52. Grayscale: #DEDEDE. Windows color (decimal): -1710931 or 11396325. OLE color: 11396325.
HSL color Cylindrical-coordinate representation of color #E5E4AD: hue angle of 58.93º 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 #E5E4AD is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 228 | 173 | - |
CMYK | 0 | 0.00 | 0.24 | 0.10 |
HSL | 58.93º | 0.52% | 0.79% | - |
HSV(B) | 58.93º | 0.24% | 0.9% | - |
XYZ | 67.6 | 75.16 | 50.48 | - |
YUV | 222.03 | 100.33 | 132.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 228 | 173 | 0 | 0.00 | 0.24 | 0.10 | 58.93 | 0.52 | 0.79 |
Hex | E5 | E4 | AD | 0 | 0 | 18 | A | 3B | 34 | 4F |
Octal | 345 | 344 | 255 | 0 | 0 | 30 | 12 | 73 | 64 | 117 |
Binary | 11100101 | 11100100 | 10101101 | 0 | 0 | 11000 | 1010 | 111011 | 110100 | 1001111 |
Color Harmonies of #E5E4AD
Complementary color
Monochromatic Colors of #E5E4AD
Black with #E5E4AD
Text Example
Text Example
White with #E5E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4AD; }
p { color: rgb(229,228,173); }
H1.HeaderClassName
{
color: #E5E4AD;
}
.AnyTagClassName
{
color: #E5E4AD;
}
</style>
background-color css
<style>
a { background-color: #E5E4AD; }
a { background-color: rgb(229,228,173); }
div.DivClassName
{
background-color: #E5E4AD;
}
.BgClassName
{
background-color: #E5E4AD;
}
</style>
border-color css
<style>
span { border-color: #E5E4AD; }
span { border-color: rgb(229,228,173); }
td.TdClassName
{
border-color: #E5E4AD;
}
.TagClassName
{
border-color: #E5E4AD;
}
</style>