Shades of Mint Julep #E1DEA0
Tints of Mint Julep #E1DEA0
RGB
CMYK
RGB Variations
Color information
#E1DEA0 (or 0xE1DEA0) is known color: Mint Julep. HEX triplet: E1, DE and A0. RGB value is (225,222,160). Sum of RGB (Red+Green+Blue) = 225+222+160=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEA0 is #1E215F. Grayscale: #D8D8D8. Windows color (decimal): -1974624 or 10542817. OLE color: 10542817.
HSL color Cylindrical-coordinate representation of color #E1DEA0: hue angle of 57.23º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1DEA0 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 160 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.12 |
| HSL | 57.23º | 0.52% | 0.75% | - |
| HSV(B) | 57.23º | 0.29% | 0.88% | - |
| XYZ | 63.52 | 70.79 | 43.57 | - |
| YUV | 215.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 160 | 0 | 0.01 | 0.29 | 0.12 | 57.23 | 0.52 | 0.75 |
| Hex | E1 | DE | A0 | 0 | 1 | 1D | C | 39 | 34 | 4B |
| Octal | 341 | 336 | 240 | 0 | 1 | 35 | 14 | 71 | 64 | 113 |
| Binary | 11100001 | 11011110 | 10100000 | 0 | 1 | 11101 | 1100 | 111001 | 110100 | 1001011 |
Color Harmonies of #E1DEA0
Complementary color
Monochromatic Colors of #E1DEA0
Black with #E1DEA0
Text Example
Text Example
White with #E1DEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEA0; }
p { color: rgb(225,222,160); }
H1.HeaderClassName
{
color: #E1DEA0;
}
.AnyTagClassName
{
color: #E1DEA0;
}
</style>
background-color css
<style>
a { background-color: #E1DEA0; }
a { background-color: rgb(225,222,160); }
div.DivClassName
{
background-color: #E1DEA0;
}
.BgClassName
{
background-color: #E1DEA0;
}
</style>
border-color css
<style>
span { border-color: #E1DEA0; }
span { border-color: rgb(225,222,160); }
td.TdClassName
{
border-color: #E1DEA0;
}
.TagClassName
{
border-color: #E1DEA0;
}
</style>