Shades of Tusk #E5E8B4
Tints of Tusk #E5E8B4
RGB
CMYK
RGB Variations
Color information
#E5E8B4 (or 0xE5E8B4) is known color: Tusk. HEX triplet: E5, E8 and B4. RGB value is (229,232,180). Sum of RGB (Red+Green+Blue) = 229+232+180=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E8B4 is #1A174B. Grayscale: #E1E1E1. Windows color (decimal): -1709900 or 11856101. OLE color: 11856101.
HSL color Cylindrical-coordinate representation of color #E5E8B4: hue angle of 63.46º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5E8B4 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 180 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.09 |
| HSL | 63.46º | 0.53% | 0.81% | - |
| HSV(B) | 63.46º | 0.22% | 0.91% | - |
| XYZ | 69.41 | 77.67 | 54.51 | - |
| YUV | 225.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 180 | 0.01 | 0 | 0.22 | 0.09 | 63.46 | 0.53 | 0.81 |
| Hex | E5 | E8 | B4 | 1 | 0 | 16 | 9 | 3F | 35 | 51 |
| Octal | 345 | 350 | 264 | 1 | 0 | 26 | 11 | 77 | 65 | 121 |
| Binary | 11100101 | 11101000 | 10110100 | 1 | 0 | 10110 | 1001 | 111111 | 110101 | 1010001 |
Color Harmonies of #E5E8B4
Complementary color
Monochromatic Colors of #E5E8B4
Black with #E5E8B4
Text Example
Text Example
White with #E5E8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E8B4; }
p { color: rgb(229,232,180); }
H1.HeaderClassName
{
color: #E5E8B4;
}
.AnyTagClassName
{
color: #E5E8B4;
}
</style>
background-color css
<style>
a { background-color: #E5E8B4; }
a { background-color: rgb(229,232,180); }
div.DivClassName
{
background-color: #E5E8B4;
}
.BgClassName
{
background-color: #E5E8B4;
}
</style>
border-color css
<style>
span { border-color: #E5E8B4; }
span { border-color: rgb(229,232,180); }
td.TdClassName
{
border-color: #E5E8B4;
}
.TagClassName
{
border-color: #E5E8B4;
}
</style>