Shades of Tusk #E4EDAD
Tints of Tusk #E4EDAD
RGB
CMYK
RGB Variations
Color information
#E4EDAD (or 0xE4EDAD) is known color: Tusk. HEX triplet: E4, ED and AD. RGB value is (228,237,173). Sum of RGB (Red+Green+Blue) = 228+237+173=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EDAD is #1B1252. Grayscale: #E3E3E3. Windows color (decimal): -1774163 or 11398628. OLE color: 11398628.
HSL color Cylindrical-coordinate representation of color #E4EDAD: hue angle of 68.44º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4EDAD is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 237 | 173 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.07 |
| HSL | 68.44º | 0.64% | 0.8% | - |
| HSV(B) | 68.44º | 0.27% | 0.93% | - |
| XYZ | 69.82 | 80.08 | 51.31 | - |
| YUV | 227.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 173 | 0.04 | 0 | 0.27 | 0.07 | 68.44 | 0.64 | 0.8 |
| Hex | E4 | ED | AD | 4 | 0 | 1B | 7 | 44 | 40 | 50 |
| Octal | 344 | 355 | 255 | 4 | 0 | 33 | 7 | 104 | 100 | 120 |
| Binary | 11100100 | 11101101 | 10101101 | 100 | 0 | 11011 | 111 | 1000100 | 1000000 | 1010000 |
Color Harmonies of #E4EDAD
Complementary color
Monochromatic Colors of #E4EDAD
Black with #E4EDAD
Text Example
Text Example
White with #E4EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDAD; }
p { color: rgb(228,237,173); }
H1.HeaderClassName
{
color: #E4EDAD;
}
.AnyTagClassName
{
color: #E4EDAD;
}
</style>
background-color css
<style>
a { background-color: #E4EDAD; }
a { background-color: rgb(228,237,173); }
div.DivClassName
{
background-color: #E4EDAD;
}
.BgClassName
{
background-color: #E4EDAD;
}
</style>
border-color css
<style>
span { border-color: #E4EDAD; }
span { border-color: rgb(228,237,173); }
td.TdClassName
{
border-color: #E4EDAD;
}
.TagClassName
{
border-color: #E4EDAD;
}
</style>