Shades of Tusk #E1E7B1
Tints of Tusk #E1E7B1
RGB
CMYK
RGB Variations
Color information
#E1E7B1 (or 0xE1E7B1) is known color: Tusk. HEX triplet: E1, E7 and B1. RGB value is (225,231,177). Sum of RGB (Red+Green+Blue) = 225+231+177=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E7B1 is #1E184E. Grayscale: #DFDFDF. Windows color (decimal): -1972303 or 11659233. OLE color: 11659233.
HSL color Cylindrical-coordinate representation of color #E1E7B1: hue angle of 66.67º 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 #E1E7B1 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 177 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.09 |
| HSL | 66.67º | 0.53% | 0.8% | - |
| HSV(B) | 66.67º | 0.23% | 0.91% | - |
| XYZ | 67.56 | 76.33 | 52.77 | - |
| YUV | 223.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 177 | 0.03 | 0 | 0.23 | 0.09 | 66.67 | 0.53 | 0.8 |
| Hex | E1 | E7 | B1 | 3 | 0 | 17 | 9 | 43 | 35 | 50 |
| Octal | 341 | 347 | 261 | 3 | 0 | 27 | 11 | 103 | 65 | 120 |
| Binary | 11100001 | 11100111 | 10110001 | 11 | 0 | 10111 | 1001 | 1000011 | 110101 | 1010000 |
Color Harmonies of #E1E7B1
Complementary color
Monochromatic Colors of #E1E7B1
Black with #E1E7B1
Text Example
Text Example
White with #E1E7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E7B1; }
p { color: rgb(225,231,177); }
H1.HeaderClassName
{
color: #E1E7B1;
}
.AnyTagClassName
{
color: #E1E7B1;
}
</style>
background-color css
<style>
a { background-color: #E1E7B1; }
a { background-color: rgb(225,231,177); }
div.DivClassName
{
background-color: #E1E7B1;
}
.BgClassName
{
background-color: #E1E7B1;
}
</style>
border-color css
<style>
span { border-color: #E1E7B1; }
span { border-color: rgb(225,231,177); }
td.TdClassName
{
border-color: #E1E7B1;
}
.TagClassName
{
border-color: #E1E7B1;
}
</style>