Shades of Tusk #E5E5B3
Tints of Tusk #E5E5B3
RGB
CMYK
RGB Variations
Color information
#E5E5B3 (or 0xE5E5B3) is known color: Tusk. HEX triplet: E5, E5 and B3. RGB value is (229,229,179). Sum of RGB (Red+Green+Blue) = 229+229+179=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E5B3 is #1A1A4C. Grayscale: #DFDFDF. Windows color (decimal): -1710669 or 11789797. OLE color: 11789797.
HSL color Cylindrical-coordinate representation of color #E5E5B3: hue angle of 60º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5E5B3 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 229 | 179 | - |
| CMYK | 0 | 0 | 0.22 | 0.10 |
| HSL | 60º | 0.49% | 0.8% | - |
| HSV(B) | 60º | 0.22% | 0.9% | - |
| XYZ | 68.47 | 75.95 | 53.7 | - |
| YUV | 223.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 229 | 179 | 0 | 0 | 0.22 | 0.10 | 60 | 0.49 | 0.8 |
| Hex | E5 | E5 | B3 | 0 | 0 | 16 | A | 3C | 31 | 50 |
| Octal | 345 | 345 | 263 | 0 | 0 | 26 | 12 | 74 | 61 | 120 |
| Binary | 11100101 | 11100101 | 10110011 | 0 | 0 | 10110 | 1010 | 111100 | 110001 | 1010000 |
Color Harmonies of #E5E5B3
Complementary color
Monochromatic Colors of #E5E5B3
Black with #E5E5B3
Text Example
Text Example
White with #E5E5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5B3; }
p { color: rgb(229,229,179); }
H1.HeaderClassName
{
color: #E5E5B3;
}
.AnyTagClassName
{
color: #E5E5B3;
}
</style>
background-color css
<style>
a { background-color: #E5E5B3; }
a { background-color: rgb(229,229,179); }
div.DivClassName
{
background-color: #E5E5B3;
}
.BgClassName
{
background-color: #E5E5B3;
}
</style>
border-color css
<style>
span { border-color: #E5E5B3; }
span { border-color: rgb(229,229,179); }
td.TdClassName
{
border-color: #E5E5B3;
}
.TagClassName
{
border-color: #E5E5B3;
}
</style>