Shades of Tusk #E2E7B1
Tints of Tusk #E2E7B1
RGB
CMYK
RGB Variations
Color information
#E2E7B1 (or 0xE2E7B1) is known color: Tusk. HEX triplet: E2, E7 and B1. RGB value is (226,231,177). Sum of RGB (Red+Green+Blue) = 226+231+177=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E7B1 is #1D184E. Grayscale: #DFDFDF. Windows color (decimal): -1906767 or 11659234. OLE color: 11659234.
HSL color Cylindrical-coordinate representation of color #E2E7B1: hue angle of 65.56º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2E7B1 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 177 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.09 |
| HSL | 65.56º | 0.53% | 0.8% | - |
| HSV(B) | 65.56º | 0.23% | 0.91% | - |
| XYZ | 67.88 | 76.49 | 52.78 | - |
| YUV | 223.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 177 | 0.02 | 0 | 0.23 | 0.09 | 65.56 | 0.53 | 0.8 |
| Hex | E2 | E7 | B1 | 2 | 0 | 17 | 9 | 42 | 35 | 50 |
| Octal | 342 | 347 | 261 | 2 | 0 | 27 | 11 | 102 | 65 | 120 |
| Binary | 11100010 | 11100111 | 10110001 | 10 | 0 | 10111 | 1001 | 1000010 | 110101 | 1010000 |
Color Harmonies of #E2E7B1
Complementary color
Monochromatic Colors of #E2E7B1
Black with #E2E7B1
Text Example
Text Example
White with #E2E7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E7B1; }
p { color: rgb(226,231,177); }
H1.HeaderClassName
{
color: #E2E7B1;
}
.AnyTagClassName
{
color: #E2E7B1;
}
</style>
background-color css
<style>
a { background-color: #E2E7B1; }
a { background-color: rgb(226,231,177); }
div.DivClassName
{
background-color: #E2E7B1;
}
.BgClassName
{
background-color: #E2E7B1;
}
</style>
border-color css
<style>
span { border-color: #E2E7B1; }
span { border-color: rgb(226,231,177); }
td.TdClassName
{
border-color: #E2E7B1;
}
.TagClassName
{
border-color: #E2E7B1;
}
</style>