Shades of Tusk #E3EDA7
Tints of Tusk #E3EDA7
RGB
CMYK
RGB Variations
Color information
#E3EDA7 (or 0xE3EDA7) is known color: Tusk. HEX triplet: E3, ED and A7. RGB value is (227,237,167). Sum of RGB (Red+Green+Blue) = 227+237+167=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EDA7 is #1C1258. Grayscale: #E2E2E2. Windows color (decimal): -1839705 or 11005411. OLE color: 11005411.
HSL color Cylindrical-coordinate representation of color #E3EDA7: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3EDA7 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 167 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.07 |
| HSL | 68.57º | 0.66% | 0.79% | - |
| HSV(B) | 68.57º | 0.3% | 0.93% | - |
| XYZ | 68.94 | 79.69 | 48.31 | - |
| YUV | 226.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 167 | 0.04 | 0 | 0.30 | 0.07 | 68.57 | 0.66 | 0.79 |
| Hex | E3 | ED | A7 | 4 | 0 | 1E | 7 | 45 | 42 | 4F |
| Octal | 343 | 355 | 247 | 4 | 0 | 36 | 7 | 105 | 102 | 117 |
| Binary | 11100011 | 11101101 | 10100111 | 100 | 0 | 11110 | 111 | 1000101 | 1000010 | 1001111 |
Color Harmonies of #E3EDA7
Complementary color
Monochromatic Colors of #E3EDA7
Black with #E3EDA7
Text Example
Text Example
White with #E3EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDA7; }
p { color: rgb(227,237,167); }
H1.HeaderClassName
{
color: #E3EDA7;
}
.AnyTagClassName
{
color: #E3EDA7;
}
</style>
background-color css
<style>
a { background-color: #E3EDA7; }
a { background-color: rgb(227,237,167); }
div.DivClassName
{
background-color: #E3EDA7;
}
.BgClassName
{
background-color: #E3EDA7;
}
</style>
border-color css
<style>
span { border-color: #E3EDA7; }
span { border-color: rgb(227,237,167); }
td.TdClassName
{
border-color: #E3EDA7;
}
.TagClassName
{
border-color: #E3EDA7;
}
</style>