Shades of Tusk #E4E6AF
Tints of Tusk #E4E6AF
RGB
CMYK
RGB Variations
Color information
#E4E6AF (or 0xE4E6AF) is known color: Tusk. HEX triplet: E4, E6 and AF. RGB value is (228,230,175). Sum of RGB (Red+Green+Blue) = 228+230+175=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E6AF is #1B1950. Grayscale: #DFDFDF. Windows color (decimal): -1775953 or 11527908. OLE color: 11527908.
HSL color Cylindrical-coordinate representation of color #E4E6AF: hue angle of 62.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4E6AF is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 175 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.10 |
| HSL | 62.18º | 0.52% | 0.79% | - |
| HSV(B) | 62.18º | 0.24% | 0.9% | - |
| XYZ | 68.03 | 76.18 | 51.68 | - |
| YUV | 223.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 175 | 0.01 | 0 | 0.24 | 0.10 | 62.18 | 0.52 | 0.79 |
| Hex | E4 | E6 | AF | 1 | 0 | 18 | A | 3E | 34 | 4F |
| Octal | 344 | 346 | 257 | 1 | 0 | 30 | 12 | 76 | 64 | 117 |
| Binary | 11100100 | 11100110 | 10101111 | 1 | 0 | 11000 | 1010 | 111110 | 110100 | 1001111 |
Color Harmonies of #E4E6AF
Complementary color
Monochromatic Colors of #E4E6AF
Black with #E4E6AF
Text Example
Text Example
White with #E4E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6AF; }
p { color: rgb(228,230,175); }
H1.HeaderClassName
{
color: #E4E6AF;
}
.AnyTagClassName
{
color: #E4E6AF;
}
</style>
background-color css
<style>
a { background-color: #E4E6AF; }
a { background-color: rgb(228,230,175); }
div.DivClassName
{
background-color: #E4E6AF;
}
.BgClassName
{
background-color: #E4E6AF;
}
</style>
border-color css
<style>
span { border-color: #E4E6AF; }
span { border-color: rgb(228,230,175); }
td.TdClassName
{
border-color: #E4E6AF;
}
.TagClassName
{
border-color: #E4E6AF;
}
</style>