Shades of Tusk #E3EDA8
Tints of Tusk #E3EDA8
RGB
CMYK
RGB Variations
Color information
#E3EDA8 (or 0xE3EDA8) is known color: Tusk. HEX triplet: E3, ED and A8. RGB value is (227,237,168). Sum of RGB (Red+Green+Blue) = 227+237+168=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EDA8 is #1C1257. Grayscale: #E2E2E2. Windows color (decimal): -1839704 or 11070947. OLE color: 11070947.
HSL color Cylindrical-coordinate representation of color #E3EDA8: hue angle of 68.7º degrees, saturation: 0.66, 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 #E3EDA8 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 168 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.07 |
| HSL | 68.7º | 0.66% | 0.79% | - |
| HSV(B) | 68.7º | 0.29% | 0.93% | - |
| XYZ | 69.03 | 79.73 | 48.8 | - |
| YUV | 226.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 168 | 0.04 | 0 | 0.29 | 0.07 | 68.7 | 0.66 | 0.79 |
| Hex | E3 | ED | A8 | 4 | 0 | 1D | 7 | 45 | 42 | 4F |
| Octal | 343 | 355 | 250 | 4 | 0 | 35 | 7 | 105 | 102 | 117 |
| Binary | 11100011 | 11101101 | 10101000 | 100 | 0 | 11101 | 111 | 1000101 | 1000010 | 1001111 |
Color Harmonies of #E3EDA8
Complementary color
Monochromatic Colors of #E3EDA8
Black with #E3EDA8
Text Example
Text Example
White with #E3EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDA8; }
p { color: rgb(227,237,168); }
H1.HeaderClassName
{
color: #E3EDA8;
}
.AnyTagClassName
{
color: #E3EDA8;
}
</style>
background-color css
<style>
a { background-color: #E3EDA8; }
a { background-color: rgb(227,237,168); }
div.DivClassName
{
background-color: #E3EDA8;
}
.BgClassName
{
background-color: #E3EDA8;
}
</style>
border-color css
<style>
span { border-color: #E3EDA8; }
span { border-color: rgb(227,237,168); }
td.TdClassName
{
border-color: #E3EDA8;
}
.TagClassName
{
border-color: #E3EDA8;
}
</style>