Shades of Tusk #E1E6B6
Tints of Tusk #E1E6B6
RGB
CMYK
RGB Variations
Color information
#E1E6B6 (or 0xE1E6B6) is known color: Tusk. HEX triplet: E1, E6 and B6. RGB value is (225,230,182). Sum of RGB (Red+Green+Blue) = 225+230+182=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6B6 is #1E1949. Grayscale: #DFDFDF. Windows color (decimal): -1972554 or 11986657. OLE color: 11986657.
HSL color Cylindrical-coordinate representation of color #E1E6B6: hue angle of 66.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1E6B6 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 182 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.10 |
| HSL | 66.25º | 0.49% | 0.81% | - |
| HSV(B) | 66.25º | 0.21% | 0.9% | - |
| XYZ | 67.79 | 75.98 | 55.35 | - |
| YUV | 223.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 182 | 0.02 | 0 | 0.21 | 0.10 | 66.25 | 0.49 | 0.81 |
| Hex | E1 | E6 | B6 | 2 | 0 | 15 | A | 42 | 31 | 51 |
| Octal | 341 | 346 | 266 | 2 | 0 | 25 | 12 | 102 | 61 | 121 |
| Binary | 11100001 | 11100110 | 10110110 | 10 | 0 | 10101 | 1010 | 1000010 | 110001 | 1010001 |
Color Harmonies of #E1E6B6
Complementary color
Monochromatic Colors of #E1E6B6
Black with #E1E6B6
Text Example
Text Example
White with #E1E6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6B6; }
p { color: rgb(225,230,182); }
H1.HeaderClassName
{
color: #E1E6B6;
}
.AnyTagClassName
{
color: #E1E6B6;
}
</style>
background-color css
<style>
a { background-color: #E1E6B6; }
a { background-color: rgb(225,230,182); }
div.DivClassName
{
background-color: #E1E6B6;
}
.BgClassName
{
background-color: #E1E6B6;
}
</style>
border-color css
<style>
span { border-color: #E1E6B6; }
span { border-color: rgb(225,230,182); }
td.TdClassName
{
border-color: #E1E6B6;
}
.TagClassName
{
border-color: #E1E6B6;
}
</style>