Shades of Tusk #E4E7AC
Tints of Tusk #E4E7AC
RGB
CMYK
RGB Variations
Color information
#E4E7AC (or 0xE4E7AC) is known color: Tusk. HEX triplet: E4, E7 and AC. RGB value is (228,231,172). Sum of RGB (Red+Green+Blue) = 228+231+172=631 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.13% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #E4E7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E7AC is #1B1853. Grayscale: #DFDFDF. Windows color (decimal): -1775700 or 11331556. OLE color: 11331556.
HSL color Cylindrical-coordinate representation of color #E4E7AC: hue angle of 63.05º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4E7AC is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 231 | 172 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.09 |
| HSL | 63.05º | 0.55% | 0.79% | - |
| HSV(B) | 63.05º | 0.26% | 0.91% | - |
| XYZ | 68.02 | 76.62 | 50.23 | - |
| YUV | 223.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 231 | 172 | 0.01 | 0 | 0.26 | 0.09 | 63.05 | 0.55 | 0.79 |
| Hex | E4 | E7 | AC | 1 | 0 | 1A | 9 | 3F | 37 | 4F |
| Octal | 344 | 347 | 254 | 1 | 0 | 32 | 11 | 77 | 67 | 117 |
| Binary | 11100100 | 11100111 | 10101100 | 1 | 0 | 11010 | 1001 | 111111 | 110111 | 1001111 |
Color Harmonies of #E4E7AC
Complementary color
Monochromatic Colors of #E4E7AC
Black with #E4E7AC
Text Example
Text Example
White with #E4E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E7AC; }
p { color: rgb(228,231,172); }
H1.HeaderClassName
{
color: #E4E7AC;
}
.AnyTagClassName
{
color: #E4E7AC;
}
</style>
background-color css
<style>
a { background-color: #E4E7AC; }
a { background-color: rgb(228,231,172); }
div.DivClassName
{
background-color: #E4E7AC;
}
.BgClassName
{
background-color: #E4E7AC;
}
</style>
border-color css
<style>
span { border-color: #E4E7AC; }
span { border-color: rgb(228,231,172); }
td.TdClassName
{
border-color: #E4E7AC;
}
.TagClassName
{
border-color: #E4E7AC;
}
</style>