Shades of Tusk #E4E3BA
Tints of Tusk #E4E3BA
RGB
CMYK
RGB Variations
Color information
#E4E3BA (or 0xE4E3BA) is known color: Tusk. HEX triplet: E4, E3 and BA. RGB value is (228,227,186). Sum of RGB (Red+Green+Blue) = 228+227+186=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E3BA is #1B1C45. Grayscale: #DEDEDE. Windows color (decimal): -1776710 or 12248036. OLE color: 12248036.
HSL color Cylindrical-coordinate representation of color #E4E3BA: hue angle of 58.57º degrees, saturation: 0.44, 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 #E4E3BA is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 227 | 186 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.11 |
| HSL | 58.57º | 0.44% | 0.81% | - |
| HSV(B) | 58.57º | 0.18% | 0.89% | - |
| XYZ | 68.33 | 74.98 | 57.33 | - |
| YUV | 222.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 227 | 186 | 0 | 0.00 | 0.18 | 0.11 | 58.57 | 0.44 | 0.81 |
| Hex | E4 | E3 | BA | 0 | 0 | 12 | B | 3B | 2C | 51 |
| Octal | 344 | 343 | 272 | 0 | 0 | 22 | 13 | 73 | 54 | 121 |
| Binary | 11100100 | 11100011 | 10111010 | 0 | 0 | 10010 | 1011 | 111011 | 101100 | 1010001 |
Color Harmonies of #E4E3BA
Complementary color
Monochromatic Colors of #E4E3BA
Black with #E4E3BA
Text Example
Text Example
White with #E4E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E3BA; }
p { color: rgb(228,227,186); }
H1.HeaderClassName
{
color: #E4E3BA;
}
.AnyTagClassName
{
color: #E4E3BA;
}
</style>
background-color css
<style>
a { background-color: #E4E3BA; }
a { background-color: rgb(228,227,186); }
div.DivClassName
{
background-color: #E4E3BA;
}
.BgClassName
{
background-color: #E4E3BA;
}
</style>
border-color css
<style>
span { border-color: #E4E3BA; }
span { border-color: rgb(228,227,186); }
td.TdClassName
{
border-color: #E4E3BA;
}
.TagClassName
{
border-color: #E4E3BA;
}
</style>