Shades of Tusk #E2E6AD
Tints of Tusk #E2E6AD
RGB
CMYK
RGB Variations
Color information
#E2E6AD (or 0xE2E6AD) is known color: Tusk. HEX triplet: E2, E6 and AD. RGB value is (226,230,173). Sum of RGB (Red+Green+Blue) = 226+230+173=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E6AD is #1D1952. Grayscale: #DEDEDE. Windows color (decimal): -1907027 or 11396834. OLE color: 11396834.
HSL color Cylindrical-coordinate representation of color #E2E6AD: hue angle of 64.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2E6AD is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 173 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.10 |
| HSL | 64.21º | 0.53% | 0.79% | - |
| HSV(B) | 64.21º | 0.25% | 0.9% | - |
| XYZ | 67.2 | 75.78 | 50.62 | - |
| YUV | 222.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 173 | 0.02 | 0 | 0.25 | 0.10 | 64.21 | 0.53 | 0.79 |
| Hex | E2 | E6 | AD | 2 | 0 | 19 | A | 40 | 35 | 4F |
| Octal | 342 | 346 | 255 | 2 | 0 | 31 | 12 | 100 | 65 | 117 |
| Binary | 11100010 | 11100110 | 10101101 | 10 | 0 | 11001 | 1010 | 1000000 | 110101 | 1001111 |
Color Harmonies of #E2E6AD
Complementary color
Monochromatic Colors of #E2E6AD
Black with #E2E6AD
Text Example
Text Example
White with #E2E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6AD; }
p { color: rgb(226,230,173); }
H1.HeaderClassName
{
color: #E2E6AD;
}
.AnyTagClassName
{
color: #E2E6AD;
}
</style>
background-color css
<style>
a { background-color: #E2E6AD; }
a { background-color: rgb(226,230,173); }
div.DivClassName
{
background-color: #E2E6AD;
}
.BgClassName
{
background-color: #E2E6AD;
}
</style>
border-color css
<style>
span { border-color: #E2E6AD; }
span { border-color: rgb(226,230,173); }
td.TdClassName
{
border-color: #E2E6AD;
}
.TagClassName
{
border-color: #E2E6AD;
}
</style>