Shades of Tusk #E4E3BC
Tints of Tusk #E4E3BC
RGB
CMYK
RGB Variations
Color information
#E4E3BC (or 0xE4E3BC) is known color: Tusk. HEX triplet: E4, E3 and BC. RGB value is (228,227,188). Sum of RGB (Red+Green+Blue) = 228+227+188=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E3BC is #1B1C43. Grayscale: #DFDFDF. Windows color (decimal): -1776708 or 12379108. OLE color: 12379108.
HSL color Cylindrical-coordinate representation of color #E4E3BC: hue angle of 58.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4E3BC is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 227 | 188 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.11 |
| HSL | 58.5º | 0.43% | 0.82% | - |
| HSV(B) | 58.5º | 0.18% | 0.89% | - |
| XYZ | 68.54 | 75.06 | 58.45 | - |
| YUV | 222.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 227 | 188 | 0 | 0.00 | 0.18 | 0.11 | 58.5 | 0.43 | 0.82 |
| Hex | E4 | E3 | BC | 0 | 0 | 12 | B | 3A | 2B | 52 |
| Octal | 344 | 343 | 274 | 0 | 0 | 22 | 13 | 72 | 53 | 122 |
| Binary | 11100100 | 11100011 | 10111100 | 0 | 0 | 10010 | 1011 | 111010 | 101011 | 1010010 |
Color Harmonies of #E4E3BC
Complementary color
Monochromatic Colors of #E4E3BC
Black with #E4E3BC
Text Example
Text Example
White with #E4E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E3BC; }
p { color: rgb(228,227,188); }
H1.HeaderClassName
{
color: #E4E3BC;
}
.AnyTagClassName
{
color: #E4E3BC;
}
</style>
background-color css
<style>
a { background-color: #E4E3BC; }
a { background-color: rgb(228,227,188); }
div.DivClassName
{
background-color: #E4E3BC;
}
.BgClassName
{
background-color: #E4E3BC;
}
</style>
border-color css
<style>
span { border-color: #E4E3BC; }
span { border-color: rgb(228,227,188); }
td.TdClassName
{
border-color: #E4E3BC;
}
.TagClassName
{
border-color: #E4E3BC;
}
</style>