Shades of Tusk #E7E8B4
Tints of Tusk #E7E8B4
RGB
CMYK
RGB Variations
Color information
#E7E8B4 (or 0xE7E8B4) is known color: Tusk. HEX triplet: E7, E8 and B4. RGB value is (231,232,180). Sum of RGB (Red+Green+Blue) = 231+232+180=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8B4 is #18174B. Grayscale: #E1E1E1. Windows color (decimal): -1578828 or 11856103. OLE color: 11856103.
HSL color Cylindrical-coordinate representation of color #E7E8B4: hue angle of 61.15º 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 #E7E8B4 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 180 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.09 |
| HSL | 61.15º | 0.53% | 0.81% | - |
| HSV(B) | 61.15º | 0.22% | 0.91% | - |
| XYZ | 70.05 | 78 | 54.54 | - |
| YUV | 225.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 180 | 0.00 | 0 | 0.22 | 0.09 | 61.15 | 0.53 | 0.81 |
| Hex | E7 | E8 | B4 | 0 | 0 | 16 | 9 | 3D | 35 | 51 |
| Octal | 347 | 350 | 264 | 0 | 0 | 26 | 11 | 75 | 65 | 121 |
| Binary | 11100111 | 11101000 | 10110100 | 0 | 0 | 10110 | 1001 | 111101 | 110101 | 1010001 |
Color Harmonies of #E7E8B4
Complementary color
Monochromatic Colors of #E7E8B4
Black with #E7E8B4
Text Example
Text Example
White with #E7E8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8B4; }
p { color: rgb(231,232,180); }
H1.HeaderClassName
{
color: #E7E8B4;
}
.AnyTagClassName
{
color: #E7E8B4;
}
</style>
background-color css
<style>
a { background-color: #E7E8B4; }
a { background-color: rgb(231,232,180); }
div.DivClassName
{
background-color: #E7E8B4;
}
.BgClassName
{
background-color: #E7E8B4;
}
</style>
border-color css
<style>
span { border-color: #E7E8B4; }
span { border-color: rgb(231,232,180); }
td.TdClassName
{
border-color: #E7E8B4;
}
.TagClassName
{
border-color: #E7E8B4;
}
</style>