Shades of Tusk #E3EFAD
Tints of Tusk #E3EFAD
RGB
CMYK
RGB Variations
Color information
#E3EFAD (or 0xE3EFAD) is known color: Tusk. HEX triplet: E3, EF and AD. RGB value is (227,239,173). Sum of RGB (Red+Green+Blue) = 227+239+173=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EFAD is #1C1052. Grayscale: #E4E4E4. Windows color (decimal): -1839187 or 11399139. OLE color: 11399139.
HSL color Cylindrical-coordinate representation of color #E3EFAD: hue angle of 70.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3EFAD is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 173 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.06 |
| HSL | 70.91º | 0.67% | 0.81% | - |
| HSV(B) | 70.91º | 0.28% | 0.94% | - |
| XYZ | 70.09 | 81.08 | 51.49 | - |
| YUV | 227.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 173 | 0.05 | 0 | 0.28 | 0.06 | 70.91 | 0.67 | 0.81 |
| Hex | E3 | EF | AD | 5 | 0 | 1C | 6 | 47 | 43 | 51 |
| Octal | 343 | 357 | 255 | 5 | 0 | 34 | 6 | 107 | 103 | 121 |
| Binary | 11100011 | 11101111 | 10101101 | 101 | 0 | 11100 | 110 | 1000111 | 1000011 | 1010001 |
Color Harmonies of #E3EFAD
Complementary color
Monochromatic Colors of #E3EFAD
Black with #E3EFAD
Text Example
Text Example
White with #E3EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EFAD; }
p { color: rgb(227,239,173); }
H1.HeaderClassName
{
color: #E3EFAD;
}
.AnyTagClassName
{
color: #E3EFAD;
}
</style>
background-color css
<style>
a { background-color: #E3EFAD; }
a { background-color: rgb(227,239,173); }
div.DivClassName
{
background-color: #E3EFAD;
}
.BgClassName
{
background-color: #E3EFAD;
}
</style>
border-color css
<style>
span { border-color: #E3EFAD; }
span { border-color: rgb(227,239,173); }
td.TdClassName
{
border-color: #E3EFAD;
}
.TagClassName
{
border-color: #E3EFAD;
}
</style>