Shades of Tusk #E2E6B1
Tints of Tusk #E2E6B1
RGB
CMYK
RGB Variations
Color information
#E2E6B1 (or 0xE2E6B1) is known color: Tusk. HEX triplet: E2, E6 and B1. RGB value is (226,230,177). Sum of RGB (Red+Green+Blue) = 226+230+177=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E6B1 is #1D194E. Grayscale: #DEDEDE. Windows color (decimal): -1907023 or 11658978. OLE color: 11658978.
HSL color Cylindrical-coordinate representation of color #E2E6B1: hue angle of 64.53º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2E6B1 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 177 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.10 |
| HSL | 64.53º | 0.51% | 0.8% | - |
| HSV(B) | 64.53º | 0.23% | 0.9% | - |
| XYZ | 67.6 | 75.94 | 52.69 | - |
| YUV | 222.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 177 | 0.02 | 0 | 0.23 | 0.10 | 64.53 | 0.51 | 0.8 |
| Hex | E2 | E6 | B1 | 2 | 0 | 17 | A | 41 | 33 | 50 |
| Octal | 342 | 346 | 261 | 2 | 0 | 27 | 12 | 101 | 63 | 120 |
| Binary | 11100010 | 11100110 | 10110001 | 10 | 0 | 10111 | 1010 | 1000001 | 110011 | 1010000 |
Color Harmonies of #E2E6B1
Complementary color
Monochromatic Colors of #E2E6B1
Black with #E2E6B1
Text Example
Text Example
White with #E2E6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6B1; }
p { color: rgb(226,230,177); }
H1.HeaderClassName
{
color: #E2E6B1;
}
.AnyTagClassName
{
color: #E2E6B1;
}
</style>
background-color css
<style>
a { background-color: #E2E6B1; }
a { background-color: rgb(226,230,177); }
div.DivClassName
{
background-color: #E2E6B1;
}
.BgClassName
{
background-color: #E2E6B1;
}
</style>
border-color css
<style>
span { border-color: #E2E6B1; }
span { border-color: rgb(226,230,177); }
td.TdClassName
{
border-color: #E2E6B1;
}
.TagClassName
{
border-color: #E2E6B1;
}
</style>