Shades of Tusk #E3E5B2
Tints of Tusk #E3E5B2
RGB
CMYK
RGB Variations
Color information
#E3E5B2 (or 0xE3E5B2) is known color: Tusk. HEX triplet: E3, E5 and B2. RGB value is (227,229,178). Sum of RGB (Red+Green+Blue) = 227+229+178=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E5B2 is #1C1A4D. Grayscale: #DEDEDE. Windows color (decimal): -1841742 or 11724259. OLE color: 11724259.
HSL color Cylindrical-coordinate representation of color #E3E5B2: hue angle of 62.35º degrees, saturation: 0.5, 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 #E3E5B2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 178 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.10 |
| HSL | 62.35º | 0.5% | 0.8% | - |
| HSV(B) | 62.35º | 0.22% | 0.9% | - |
| XYZ | 67.73 | 75.58 | 53.14 | - |
| YUV | 222.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 178 | 0.01 | 0 | 0.22 | 0.10 | 62.35 | 0.5 | 0.8 |
| Hex | E3 | E5 | B2 | 1 | 0 | 16 | A | 3E | 32 | 50 |
| Octal | 343 | 345 | 262 | 1 | 0 | 26 | 12 | 76 | 62 | 120 |
| Binary | 11100011 | 11100101 | 10110010 | 1 | 0 | 10110 | 1010 | 111110 | 110010 | 1010000 |
Color Harmonies of #E3E5B2
Complementary color
Monochromatic Colors of #E3E5B2
Black with #E3E5B2
Text Example
Text Example
White with #E3E5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E5B2; }
p { color: rgb(227,229,178); }
H1.HeaderClassName
{
color: #E3E5B2;
}
.AnyTagClassName
{
color: #E3E5B2;
}
</style>
background-color css
<style>
a { background-color: #E3E5B2; }
a { background-color: rgb(227,229,178); }
div.DivClassName
{
background-color: #E3E5B2;
}
.BgClassName
{
background-color: #E3E5B2;
}
</style>
border-color css
<style>
span { border-color: #E3E5B2; }
span { border-color: rgb(227,229,178); }
td.TdClassName
{
border-color: #E3E5B2;
}
.TagClassName
{
border-color: #E3E5B2;
}
</style>