Shades of Tusk #E3E3BB
Tints of Tusk #E3E3BB
RGB
CMYK
RGB Variations
Color information
#E3E3BB (or 0xE3E3BB) is known color: Tusk. HEX triplet: E3, E3 and BB. RGB value is (227,227,187). Sum of RGB (Red+Green+Blue) = 227+227+187=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 227 - color contains mainly: red, green. Hex color #E3E3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E3BB is #1C1C44. Grayscale: #DEDEDE. Windows color (decimal): -1842245 or 12313571. OLE color: 12313571.
HSL color Cylindrical-coordinate representation of color #E3E3BB: hue angle of 60º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3E3BB is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 227 | 187 | - |
| CMYK | 0 | 0 | 0.18 | 0.11 |
| HSL | 60º | 0.42% | 0.81% | - |
| HSV(B) | 60º | 0.18% | 0.89% | - |
| XYZ | 68.12 | 74.86 | 57.87 | - |
| YUV | 222.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 227 | 187 | 0 | 0 | 0.18 | 0.11 | 60 | 0.42 | 0.81 |
| Hex | E3 | E3 | BB | 0 | 0 | 12 | B | 3C | 2A | 51 |
| Octal | 343 | 343 | 273 | 0 | 0 | 22 | 13 | 74 | 52 | 121 |
| Binary | 11100011 | 11100011 | 10111011 | 0 | 0 | 10010 | 1011 | 111100 | 101010 | 1010001 |
Color Harmonies of #E3E3BB
Complementary color
Monochromatic Colors of #E3E3BB
Black with #E3E3BB
Text Example
Text Example
White with #E3E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E3BB; }
p { color: rgb(227,227,187); }
H1.HeaderClassName
{
color: #E3E3BB;
}
.AnyTagClassName
{
color: #E3E3BB;
}
</style>
background-color css
<style>
a { background-color: #E3E3BB; }
a { background-color: rgb(227,227,187); }
div.DivClassName
{
background-color: #E3E3BB;
}
.BgClassName
{
background-color: #E3E3BB;
}
</style>
border-color css
<style>
span { border-color: #E3E3BB; }
span { border-color: rgb(227,227,187); }
td.TdClassName
{
border-color: #E3E3BB;
}
.TagClassName
{
border-color: #E3E3BB;
}
</style>