Shades of Tusk #E2EDA8
Tints of Tusk #E2EDA8
RGB
CMYK
RGB Variations
Color information
#E2EDA8 (or 0xE2EDA8) is known color: Tusk. HEX triplet: E2, ED and A8. RGB value is (226,237,168). Sum of RGB (Red+Green+Blue) = 226+237+168=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDA8 is #1D1257. Grayscale: #E2E2E2. Windows color (decimal): -1905240 or 11070946. OLE color: 11070946.
HSL color Cylindrical-coordinate representation of color #E2EDA8: hue angle of 69.57º 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 #E2EDA8 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 168 | - |
CMYK | 0.05 | 0 | 0.29 | 0.07 |
HSL | 69.57º | 0.66% | 0.79% | - |
HSV(B) | 69.57º | 0.29% | 0.93% | - |
XYZ | 68.72 | 79.56 | 48.78 | - |
YUV | 225.85 | 95.36 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 168 | 0.05 | 0 | 0.29 | 0.07 | 69.57 | 0.66 | 0.79 |
Hex | E2 | ED | A8 | 5 | 0 | 1D | 7 | 46 | 42 | 4F |
Octal | 342 | 355 | 250 | 5 | 0 | 35 | 7 | 106 | 102 | 117 |
Binary | 11100010 | 11101101 | 10101000 | 101 | 0 | 11101 | 111 | 1000110 | 1000010 | 1001111 |
Color Harmonies of #E2EDA8
Complementary color
Monochromatic Colors of #E2EDA8
Black with #E2EDA8
Text Example
Text Example
White with #E2EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDA8; }
p { color: rgb(226,237,168); }
H1.HeaderClassName
{
color: #E2EDA8;
}
.AnyTagClassName
{
color: #E2EDA8;
}
</style>
background-color css
<style>
a { background-color: #E2EDA8; }
a { background-color: rgb(226,237,168); }
div.DivClassName
{
background-color: #E2EDA8;
}
.BgClassName
{
background-color: #E2EDA8;
}
</style>
border-color css
<style>
span { border-color: #E2EDA8; }
span { border-color: rgb(226,237,168); }
td.TdClassName
{
border-color: #E2EDA8;
}
.TagClassName
{
border-color: #E2EDA8;
}
</style>