Shades of Tusk #E3E4BB
Tints of Tusk #E3E4BB
RGB
CMYK
RGB Variations
Color information
#E3E4BB (or 0xE3E4BB) is known color: Tusk. HEX triplet: E3, E4 and BB. RGB value is (227,228,187). Sum of RGB (Red+Green+Blue) = 227+228+187=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E4BB is #1C1B44. Grayscale: #DFDFDF. Windows color (decimal): -1841989 or 12313827. OLE color: 12313827.
HSL color Cylindrical-coordinate representation of color #E3E4BB: hue angle of 61.46º degrees, saturation: 0.43, 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 #E3E4BB is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 228 | 187 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.11 |
| HSL | 61.46º | 0.43% | 0.81% | - |
| HSV(B) | 61.46º | 0.18% | 0.89% | - |
| XYZ | 68.39 | 75.41 | 57.96 | - |
| YUV | 223.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 228 | 187 | 0.00 | 0 | 0.18 | 0.11 | 61.46 | 0.43 | 0.81 |
| Hex | E3 | E4 | BB | 0 | 0 | 12 | B | 3D | 2B | 51 |
| Octal | 343 | 344 | 273 | 0 | 0 | 22 | 13 | 75 | 53 | 121 |
| Binary | 11100011 | 11100100 | 10111011 | 0 | 0 | 10010 | 1011 | 111101 | 101011 | 1010001 |
Color Harmonies of #E3E4BB
Complementary color
Monochromatic Colors of #E3E4BB
Black with #E3E4BB
Text Example
Text Example
White with #E3E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E4BB; }
p { color: rgb(227,228,187); }
H1.HeaderClassName
{
color: #E3E4BB;
}
.AnyTagClassName
{
color: #E3E4BB;
}
</style>
background-color css
<style>
a { background-color: #E3E4BB; }
a { background-color: rgb(227,228,187); }
div.DivClassName
{
background-color: #E3E4BB;
}
.BgClassName
{
background-color: #E3E4BB;
}
</style>
border-color css
<style>
span { border-color: #E3E4BB; }
span { border-color: rgb(227,228,187); }
td.TdClassName
{
border-color: #E3E4BB;
}
.TagClassName
{
border-color: #E3E4BB;
}
</style>