Shades of Tusk #E3EBA8
Tints of Tusk #E3EBA8
RGB
CMYK
RGB Variations
Color information
#E3EBA8 (or 0xE3EBA8) is known color: Tusk. HEX triplet: E3, EB and A8. RGB value is (227,235,168). Sum of RGB (Red+Green+Blue) = 227+235+168=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #E3EBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EBA8 is #1C1457. Grayscale: #E1E1E1. Windows color (decimal): -1840216 or 11070435. OLE color: 11070435.
HSL color Cylindrical-coordinate representation of color #E3EBA8: hue angle of 67.16º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3EBA8 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 235 | 168 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.08 |
| HSL | 67.16º | 0.63% | 0.79% | - |
| HSV(B) | 67.16º | 0.29% | 0.92% | - |
| XYZ | 68.45 | 78.57 | 48.6 | - |
| YUV | 224.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 235 | 168 | 0.03 | 0 | 0.29 | 0.08 | 67.16 | 0.63 | 0.79 |
| Hex | E3 | EB | A8 | 3 | 0 | 1D | 8 | 43 | 3F | 4F |
| Octal | 343 | 353 | 250 | 3 | 0 | 35 | 10 | 103 | 77 | 117 |
| Binary | 11100011 | 11101011 | 10101000 | 11 | 0 | 11101 | 1000 | 1000011 | 111111 | 1001111 |
Color Harmonies of #E3EBA8
Complementary color
Monochromatic Colors of #E3EBA8
Black with #E3EBA8
Text Example
Text Example
White with #E3EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EBA8; }
p { color: rgb(227,235,168); }
H1.HeaderClassName
{
color: #E3EBA8;
}
.AnyTagClassName
{
color: #E3EBA8;
}
</style>
background-color css
<style>
a { background-color: #E3EBA8; }
a { background-color: rgb(227,235,168); }
div.DivClassName
{
background-color: #E3EBA8;
}
.BgClassName
{
background-color: #E3EBA8;
}
</style>
border-color css
<style>
span { border-color: #E3EBA8; }
span { border-color: rgb(227,235,168); }
td.TdClassName
{
border-color: #E3EBA8;
}
.TagClassName
{
border-color: #E3EBA8;
}
</style>