Shades of Tusk #E2EAB6
Tints of Tusk #E2EAB6
RGB
CMYK
RGB Variations
Color information
#E2EAB6 (or 0xE2EAB6) is known color: Tusk. HEX triplet: E2, EA and B6. RGB value is (226,234,182). Sum of RGB (Red+Green+Blue) = 226+234+182=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAB6 is #1D1549. Grayscale: #E1E1E1. Windows color (decimal): -1905994 or 11987682. OLE color: 11987682.
HSL color Cylindrical-coordinate representation of color #E2EAB6: hue angle of 69.23º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2EAB6 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 182 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.08 |
| HSL | 69.23º | 0.55% | 0.82% | - |
| HSV(B) | 69.23º | 0.22% | 0.92% | - |
| XYZ | 69.23 | 78.39 | 55.74 | - |
| YUV | 225.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 182 | 0.03 | 0 | 0.22 | 0.08 | 69.23 | 0.55 | 0.82 |
| Hex | E2 | EA | B6 | 3 | 0 | 16 | 8 | 45 | 37 | 52 |
| Octal | 342 | 352 | 266 | 3 | 0 | 26 | 10 | 105 | 67 | 122 |
| Binary | 11100010 | 11101010 | 10110110 | 11 | 0 | 10110 | 1000 | 1000101 | 110111 | 1010010 |
Color Harmonies of #E2EAB6
Complementary color
Monochromatic Colors of #E2EAB6
Black with #E2EAB6
Text Example
Text Example
White with #E2EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAB6; }
p { color: rgb(226,234,182); }
H1.HeaderClassName
{
color: #E2EAB6;
}
.AnyTagClassName
{
color: #E2EAB6;
}
</style>
background-color css
<style>
a { background-color: #E2EAB6; }
a { background-color: rgb(226,234,182); }
div.DivClassName
{
background-color: #E2EAB6;
}
.BgClassName
{
background-color: #E2EAB6;
}
</style>
border-color css
<style>
span { border-color: #E2EAB6; }
span { border-color: rgb(226,234,182); }
td.TdClassName
{
border-color: #E2EAB6;
}
.TagClassName
{
border-color: #E2EAB6;
}
</style>