Shades of Tusk #E5E5AB
Tints of Tusk #E5E5AB
RGB
CMYK
RGB Variations
Color information
#E5E5AB (or 0xE5E5AB) is known color: Tusk. HEX triplet: E5, E5 and AB. RGB value is (229,229,171). Sum of RGB (Red+Green+Blue) = 229+229+171=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E5AB is #1A1A54. Grayscale: #DEDEDE. Windows color (decimal): -1710677 or 11265509. OLE color: 11265509.
HSL color Cylindrical-coordinate representation of color #E5E5AB: hue angle of 60º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5E5AB is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 229 | 171 | - |
CMYK | 0 | 0 | 0.25 | 0.10 |
HSL | 60º | 0.53% | 0.78% | - |
HSV(B) | 60º | 0.25% | 0.9% | - |
XYZ | 67.68 | 75.64 | 49.56 | - |
YUV | 222.39 | 99 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 171 | 0 | 0 | 0.25 | 0.10 | 60 | 0.53 | 0.78 |
Hex | E5 | E5 | AB | 0 | 0 | 19 | A | 3C | 35 | 4E |
Octal | 345 | 345 | 253 | 0 | 0 | 31 | 12 | 74 | 65 | 116 |
Binary | 11100101 | 11100101 | 10101011 | 0 | 0 | 11001 | 1010 | 111100 | 110101 | 1001110 |
Color Harmonies of #E5E5AB
Complementary color
Monochromatic Colors of #E5E5AB
Black with #E5E5AB
Text Example
Text Example
White with #E5E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5AB; }
p { color: rgb(229,229,171); }
H1.HeaderClassName
{
color: #E5E5AB;
}
.AnyTagClassName
{
color: #E5E5AB;
}
</style>
background-color css
<style>
a { background-color: #E5E5AB; }
a { background-color: rgb(229,229,171); }
div.DivClassName
{
background-color: #E5E5AB;
}
.BgClassName
{
background-color: #E5E5AB;
}
</style>
border-color css
<style>
span { border-color: #E5E5AB; }
span { border-color: rgb(229,229,171); }
td.TdClassName
{
border-color: #E5E5AB;
}
.TagClassName
{
border-color: #E5E5AB;
}
</style>