Shades of Tusk #E5EFAF
Tints of Tusk #E5EFAF
RGB
CMYK
RGB Variations
Color information
#E5EFAF (or 0xE5EFAF) is known color: Tusk. HEX triplet: E5, EF and AF. RGB value is (229,239,175). Sum of RGB (Red+Green+Blue) = 229+239+175=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EFAF is #1A1050. Grayscale: #E4E4E4. Windows color (decimal): -1708113 or 11530213. OLE color: 11530213.
HSL color Cylindrical-coordinate representation of color #E5EFAF: hue angle of 69.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5EFAF is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 175 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.06 |
| HSL | 69.38º | 0.67% | 0.81% | - |
| HSV(B) | 69.38º | 0.27% | 0.94% | - |
| XYZ | 70.92 | 81.49 | 52.55 | - |
| YUV | 228.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 175 | 0.04 | 0 | 0.27 | 0.06 | 69.38 | 0.67 | 0.81 |
| Hex | E5 | EF | AF | 4 | 0 | 1B | 6 | 45 | 43 | 51 |
| Octal | 345 | 357 | 257 | 4 | 0 | 33 | 6 | 105 | 103 | 121 |
| Binary | 11100101 | 11101111 | 10101111 | 100 | 0 | 11011 | 110 | 1000101 | 1000011 | 1010001 |
Color Harmonies of #E5EFAF
Complementary color
Monochromatic Colors of #E5EFAF
Black with #E5EFAF
Text Example
Text Example
White with #E5EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFAF; }
p { color: rgb(229,239,175); }
H1.HeaderClassName
{
color: #E5EFAF;
}
.AnyTagClassName
{
color: #E5EFAF;
}
</style>
background-color css
<style>
a { background-color: #E5EFAF; }
a { background-color: rgb(229,239,175); }
div.DivClassName
{
background-color: #E5EFAF;
}
.BgClassName
{
background-color: #E5EFAF;
}
</style>
border-color css
<style>
span { border-color: #E5EFAF; }
span { border-color: rgb(229,239,175); }
td.TdClassName
{
border-color: #E5EFAF;
}
.TagClassName
{
border-color: #E5EFAF;
}
</style>