Shades of Tusk #E4E5B3
Tints of Tusk #E4E5B3
RGB
CMYK
RGB Variations
Color information
#E4E5B3 (or 0xE4E5B3) is known color: Tusk. HEX triplet: E4, E5 and B3. RGB value is (228,229,179). Sum of RGB (Red+Green+Blue) = 228+229+179=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5B3 is #1B1A4C. Grayscale: #DFDFDF. Windows color (decimal): -1776205 or 11789796. OLE color: 11789796.
HSL color Cylindrical-coordinate representation of color #E4E5B3: hue angle of 61.2º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4E5B3 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 229 | 179 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.10 |
| HSL | 61.2º | 0.49% | 0.8% | - |
| HSV(B) | 61.2º | 0.22% | 0.9% | - |
| XYZ | 68.15 | 75.79 | 53.68 | - |
| YUV | 223 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 229 | 179 | 0.00 | 0 | 0.22 | 0.10 | 61.2 | 0.49 | 0.8 |
| Hex | E4 | E5 | B3 | 0 | 0 | 16 | A | 3D | 31 | 50 |
| Octal | 344 | 345 | 263 | 0 | 0 | 26 | 12 | 75 | 61 | 120 |
| Binary | 11100100 | 11100101 | 10110011 | 0 | 0 | 10110 | 1010 | 111101 | 110001 | 1010000 |
Color Harmonies of #E4E5B3
Complementary color
Monochromatic Colors of #E4E5B3
Black with #E4E5B3
Text Example
Text Example
White with #E4E5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E5B3; }
p { color: rgb(228,229,179); }
H1.HeaderClassName
{
color: #E4E5B3;
}
.AnyTagClassName
{
color: #E4E5B3;
}
</style>
background-color css
<style>
a { background-color: #E4E5B3; }
a { background-color: rgb(228,229,179); }
div.DivClassName
{
background-color: #E4E5B3;
}
.BgClassName
{
background-color: #E4E5B3;
}
</style>
border-color css
<style>
span { border-color: #E4E5B3; }
span { border-color: rgb(228,229,179); }
td.TdClassName
{
border-color: #E4E5B3;
}
.TagClassName
{
border-color: #E4E5B3;
}
</style>