Shades of Tusk #E3ECA8
Tints of Tusk #E3ECA8
RGB
CMYK
RGB Variations
Color information
#E3ECA8 (or 0xE3ECA8) is known color: Tusk. HEX triplet: E3, EC and A8. RGB value is (227,236,168). Sum of RGB (Red+Green+Blue) = 227+236+168=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #E3ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3ECA8 is #1C1357. Grayscale: #E1E1E1. Windows color (decimal): -1839960 or 11070691. OLE color: 11070691.
HSL color Cylindrical-coordinate representation of color #E3ECA8: hue angle of 67.94º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3ECA8 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 236 | 168 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.07 |
| HSL | 67.94º | 0.64% | 0.79% | - |
| HSV(B) | 67.94º | 0.29% | 0.93% | - |
| XYZ | 68.74 | 79.15 | 48.7 | - |
| YUV | 225.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 236 | 168 | 0.04 | 0 | 0.29 | 0.07 | 67.94 | 0.64 | 0.79 |
| Hex | E3 | EC | A8 | 4 | 0 | 1D | 7 | 44 | 40 | 4F |
| Octal | 343 | 354 | 250 | 4 | 0 | 35 | 7 | 104 | 100 | 117 |
| Binary | 11100011 | 11101100 | 10101000 | 100 | 0 | 11101 | 111 | 1000100 | 1000000 | 1001111 |
Color Harmonies of #E3ECA8
Complementary color
Monochromatic Colors of #E3ECA8
Black with #E3ECA8
Text Example
Text Example
White with #E3ECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ECA8; }
p { color: rgb(227,236,168); }
H1.HeaderClassName
{
color: #E3ECA8;
}
.AnyTagClassName
{
color: #E3ECA8;
}
</style>
background-color css
<style>
a { background-color: #E3ECA8; }
a { background-color: rgb(227,236,168); }
div.DivClassName
{
background-color: #E3ECA8;
}
.BgClassName
{
background-color: #E3ECA8;
}
</style>
border-color css
<style>
span { border-color: #E3ECA8; }
span { border-color: rgb(227,236,168); }
td.TdClassName
{
border-color: #E3ECA8;
}
.TagClassName
{
border-color: #E3ECA8;
}
</style>