Shades of Mint Julep #E0DEA7
Tints of Mint Julep #E0DEA7
RGB
CMYK
RGB Variations
Color information
#E0DEA7 (or 0xE0DEA7) is known color: Mint Julep. HEX triplet: E0, DE and A7. RGB value is (224,222,167). Sum of RGB (Red+Green+Blue) = 224+222+167=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DEA7 is #1F2158. Grayscale: #D8D8D8. Windows color (decimal): -2040153 or 11001568. OLE color: 11001568.
HSL color Cylindrical-coordinate representation of color #E0DEA7: hue angle of 57.89º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0DEA7 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 167 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.12 |
| HSL | 57.89º | 0.48% | 0.77% | - |
| HSV(B) | 57.89º | 0.25% | 0.88% | - |
| XYZ | 63.84 | 70.88 | 46.88 | - |
| YUV | 216.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 167 | 0 | 0.01 | 0.25 | 0.12 | 57.89 | 0.48 | 0.77 |
| Hex | E0 | DE | A7 | 0 | 1 | 19 | C | 3A | 30 | 4D |
| Octal | 340 | 336 | 247 | 0 | 1 | 31 | 14 | 72 | 60 | 115 |
| Binary | 11100000 | 11011110 | 10100111 | 0 | 1 | 11001 | 1100 | 111010 | 110000 | 1001101 |
Color Harmonies of #E0DEA7
Complementary color
Monochromatic Colors of #E0DEA7
Black with #E0DEA7
Text Example
Text Example
White with #E0DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEA7; }
p { color: rgb(224,222,167); }
H1.HeaderClassName
{
color: #E0DEA7;
}
.AnyTagClassName
{
color: #E0DEA7;
}
</style>
background-color css
<style>
a { background-color: #E0DEA7; }
a { background-color: rgb(224,222,167); }
div.DivClassName
{
background-color: #E0DEA7;
}
.BgClassName
{
background-color: #E0DEA7;
}
</style>
border-color css
<style>
span { border-color: #E0DEA7; }
span { border-color: rgb(224,222,167); }
td.TdClassName
{
border-color: #E0DEA7;
}
.TagClassName
{
border-color: #E0DEA7;
}
</style>