Shades of Tusk #E3E5AF
Tints of Tusk #E3E5AF
RGB
CMYK
RGB Variations
Color information
#E3E5AF (or 0xE3E5AF) is known color: Tusk. HEX triplet: E3, E5 and AF. RGB value is (227,229,175). Sum of RGB (Red+Green+Blue) = 227+229+175=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E5AF is #1C1A50. Grayscale: #DEDEDE. Windows color (decimal): -1841745 or 11527651. OLE color: 11527651.
HSL color Cylindrical-coordinate representation of color #E3E5AF: hue angle of 62.22º degrees, saturation: 0.51, 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 #E3E5AF is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 175 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.10 |
| HSL | 62.22º | 0.51% | 0.79% | - |
| HSV(B) | 62.22º | 0.24% | 0.9% | - |
| XYZ | 67.44 | 75.46 | 51.57 | - |
| YUV | 222.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 175 | 0.01 | 0 | 0.24 | 0.10 | 62.22 | 0.51 | 0.79 |
| Hex | E3 | E5 | AF | 1 | 0 | 18 | A | 3E | 33 | 4F |
| Octal | 343 | 345 | 257 | 1 | 0 | 30 | 12 | 76 | 63 | 117 |
| Binary | 11100011 | 11100101 | 10101111 | 1 | 0 | 11000 | 1010 | 111110 | 110011 | 1001111 |
Color Harmonies of #E3E5AF
Complementary color
Monochromatic Colors of #E3E5AF
Black with #E3E5AF
Text Example
Text Example
White with #E3E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E5AF; }
p { color: rgb(227,229,175); }
H1.HeaderClassName
{
color: #E3E5AF;
}
.AnyTagClassName
{
color: #E3E5AF;
}
</style>
background-color css
<style>
a { background-color: #E3E5AF; }
a { background-color: rgb(227,229,175); }
div.DivClassName
{
background-color: #E3E5AF;
}
.BgClassName
{
background-color: #E3E5AF;
}
</style>
border-color css
<style>
span { border-color: #E3E5AF; }
span { border-color: rgb(227,229,175); }
td.TdClassName
{
border-color: #E3E5AF;
}
.TagClassName
{
border-color: #E3E5AF;
}
</style>