Shades of Tusk #E3EFAE
Tints of Tusk #E3EFAE
RGB
CMYK
RGB Variations
Color information
#E3EFAE (or 0xE3EFAE) is known color: Tusk. HEX triplet: E3, EF and AE. RGB value is (227,239,174). Sum of RGB (Red+Green+Blue) = 227+239+174=640 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.47% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EFAE is #1C1051. Grayscale: #E4E4E4. Windows color (decimal): -1839186 or 11464675. OLE color: 11464675.
HSL color Cylindrical-coordinate representation of color #E3EFAE: hue angle of 71.08º 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 #E3EFAE is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 174 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.06 |
| HSL | 71.08º | 0.67% | 0.81% | - |
| HSV(B) | 71.08º | 0.27% | 0.94% | - |
| XYZ | 70.19 | 81.12 | 52 | - |
| YUV | 228 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 174 | 0.05 | 0 | 0.27 | 0.06 | 71.08 | 0.67 | 0.81 |
| Hex | E3 | EF | AE | 5 | 0 | 1B | 6 | 47 | 43 | 51 |
| Octal | 343 | 357 | 256 | 5 | 0 | 33 | 6 | 107 | 103 | 121 |
| Binary | 11100011 | 11101111 | 10101110 | 101 | 0 | 11011 | 110 | 1000111 | 1000011 | 1010001 |
Color Harmonies of #E3EFAE
Complementary color
Monochromatic Colors of #E3EFAE
Black with #E3EFAE
Text Example
Text Example
White with #E3EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EFAE; }
p { color: rgb(227,239,174); }
H1.HeaderClassName
{
color: #E3EFAE;
}
.AnyTagClassName
{
color: #E3EFAE;
}
</style>
background-color css
<style>
a { background-color: #E3EFAE; }
a { background-color: rgb(227,239,174); }
div.DivClassName
{
background-color: #E3EFAE;
}
.BgClassName
{
background-color: #E3EFAE;
}
</style>
border-color css
<style>
span { border-color: #E3EFAE; }
span { border-color: rgb(227,239,174); }
td.TdClassName
{
border-color: #E3EFAE;
}
.TagClassName
{
border-color: #E3EFAE;
}
</style>