Shades of Tusk #E3E7BA
Tints of Tusk #E3E7BA
RGB
CMYK
RGB Variations
Color information
#E3E7BA (or 0xE3E7BA) is known color: Tusk. HEX triplet: E3, E7 and BA. RGB value is (227,231,186). Sum of RGB (Red+Green+Blue) = 227+231+186=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #E3E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3E7BA is #1C1845. Grayscale: #E0E0E0. Windows color (decimal): -1841222 or 12249059. OLE color: 12249059.
HSL color Cylindrical-coordinate representation of color #E3E7BA: hue angle of 65.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3E7BA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 231 | 186 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.09 |
| HSL | 65.33º | 0.48% | 0.82% | - |
| HSV(B) | 65.33º | 0.19% | 0.91% | - |
| XYZ | 69.12 | 77.03 | 57.68 | - |
| YUV | 224.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 231 | 186 | 0.02 | 0 | 0.19 | 0.09 | 65.33 | 0.48 | 0.82 |
| Hex | E3 | E7 | BA | 2 | 0 | 13 | 9 | 41 | 30 | 52 |
| Octal | 343 | 347 | 272 | 2 | 0 | 23 | 11 | 101 | 60 | 122 |
| Binary | 11100011 | 11100111 | 10111010 | 10 | 0 | 10011 | 1001 | 1000001 | 110000 | 1010010 |
Color Harmonies of #E3E7BA
Complementary color
Monochromatic Colors of #E3E7BA
Black with #E3E7BA
Text Example
Text Example
White with #E3E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E7BA; }
p { color: rgb(227,231,186); }
H1.HeaderClassName
{
color: #E3E7BA;
}
.AnyTagClassName
{
color: #E3E7BA;
}
</style>
background-color css
<style>
a { background-color: #E3E7BA; }
a { background-color: rgb(227,231,186); }
div.DivClassName
{
background-color: #E3E7BA;
}
.BgClassName
{
background-color: #E3E7BA;
}
</style>
border-color css
<style>
span { border-color: #E3E7BA; }
span { border-color: rgb(227,231,186); }
td.TdClassName
{
border-color: #E3E7BA;
}
.TagClassName
{
border-color: #E3E7BA;
}
</style>