Shades of Tusk #E3E3B0
Tints of Tusk #E3E3B0
RGB
CMYK
RGB Variations
Color information
#E3E3B0 (or 0xE3E3B0) is known color: Tusk. HEX triplet: E3, E3 and B0. RGB value is (227,227,176). Sum of RGB (Red+Green+Blue) = 227+227+176=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 227 - color contains mainly: red, green. Hex color #E3E3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E3B0 is #1C1C4F. Grayscale: #DDDDDD. Windows color (decimal): -1842256 or 11592675. OLE color: 11592675.
HSL color Cylindrical-coordinate representation of color #E3E3B0: hue angle of 60º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3E3B0 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 227 | 176 | - |
| CMYK | 0 | 0 | 0.22 | 0.11 |
| HSL | 60º | 0.48% | 0.79% | - |
| HSV(B) | 60º | 0.22% | 0.89% | - |
| XYZ | 66.98 | 74.4 | 51.91 | - |
| YUV | 221.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 227 | 176 | 0 | 0 | 0.22 | 0.11 | 60 | 0.48 | 0.79 |
| Hex | E3 | E3 | B0 | 0 | 0 | 16 | B | 3C | 30 | 4F |
| Octal | 343 | 343 | 260 | 0 | 0 | 26 | 13 | 74 | 60 | 117 |
| Binary | 11100011 | 11100011 | 10110000 | 0 | 0 | 10110 | 1011 | 111100 | 110000 | 1001111 |
Color Harmonies of #E3E3B0
Complementary color
Monochromatic Colors of #E3E3B0
Black with #E3E3B0
Text Example
Text Example
White with #E3E3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E3B0; }
p { color: rgb(227,227,176); }
H1.HeaderClassName
{
color: #E3E3B0;
}
.AnyTagClassName
{
color: #E3E3B0;
}
</style>
background-color css
<style>
a { background-color: #E3E3B0; }
a { background-color: rgb(227,227,176); }
div.DivClassName
{
background-color: #E3E3B0;
}
.BgClassName
{
background-color: #E3E3B0;
}
</style>
border-color css
<style>
span { border-color: #E3E3B0; }
span { border-color: rgb(227,227,176); }
td.TdClassName
{
border-color: #E3E3B0;
}
.TagClassName
{
border-color: #E3E3B0;
}
</style>