Shades of Tusk #E3E7B1
Tints of Tusk #E3E7B1
RGB
CMYK
RGB Variations
Color information
#E3E7B1 (or 0xE3E7B1) is known color: Tusk. HEX triplet: E3, E7 and B1. RGB value is (227,231,177). Sum of RGB (Red+Green+Blue) = 227+231+177=635 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.75% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #E3E7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E7B1 is #1C184E. Grayscale: #DFDFDF. Windows color (decimal): -1841231 or 11659235. OLE color: 11659235.
HSL color Cylindrical-coordinate representation of color #E3E7B1: hue angle of 64.44º 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 #E3E7B1 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 231 | 177 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.09 |
| HSL | 64.44º | 0.53% | 0.8% | - |
| HSV(B) | 64.44º | 0.23% | 0.91% | - |
| XYZ | 68.19 | 76.66 | 52.8 | - |
| YUV | 223.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 231 | 177 | 0.02 | 0 | 0.23 | 0.09 | 64.44 | 0.53 | 0.8 |
| Hex | E3 | E7 | B1 | 2 | 0 | 17 | 9 | 40 | 35 | 50 |
| Octal | 343 | 347 | 261 | 2 | 0 | 27 | 11 | 100 | 65 | 120 |
| Binary | 11100011 | 11100111 | 10110001 | 10 | 0 | 10111 | 1001 | 1000000 | 110101 | 1010000 |
Color Harmonies of #E3E7B1
Complementary color
Monochromatic Colors of #E3E7B1
Black with #E3E7B1
Text Example
Text Example
White with #E3E7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E7B1; }
p { color: rgb(227,231,177); }
H1.HeaderClassName
{
color: #E3E7B1;
}
.AnyTagClassName
{
color: #E3E7B1;
}
</style>
background-color css
<style>
a { background-color: #E3E7B1; }
a { background-color: rgb(227,231,177); }
div.DivClassName
{
background-color: #E3E7B1;
}
.BgClassName
{
background-color: #E3E7B1;
}
</style>
border-color css
<style>
span { border-color: #E3E7B1; }
span { border-color: rgb(227,231,177); }
td.TdClassName
{
border-color: #E3E7B1;
}
.TagClassName
{
border-color: #E3E7B1;
}
</style>