Shades of Mint Julep #E1DD9E
Tints of Mint Julep #E1DD9E
RGB
CMYK
RGB Variations
Color information
#E1DD9E (or 0xE1DD9E) is known color: Mint Julep. HEX triplet: E1, DD and 9E. RGB value is (225,221,158). Sum of RGB (Red+Green+Blue) = 225+221+158=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD9E is #1E2261. Grayscale: #D7D7D7. Windows color (decimal): -1974882 or 10411489. OLE color: 10411489.
HSL color Cylindrical-coordinate representation of color #E1DD9E: hue angle of 56.42º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1DD9E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 158 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.12 |
| HSL | 56.42º | 0.53% | 0.75% | - |
| HSV(B) | 56.42º | 0.3% | 0.88% | - |
| XYZ | 63.08 | 70.19 | 42.57 | - |
| YUV | 215.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 158 | 0 | 0.02 | 0.30 | 0.12 | 56.42 | 0.53 | 0.75 |
| Hex | E1 | DD | 9E | 0 | 2 | 1E | C | 38 | 35 | 4B |
| Octal | 341 | 335 | 236 | 0 | 2 | 36 | 14 | 70 | 65 | 113 |
| Binary | 11100001 | 11011101 | 10011110 | 0 | 10 | 11110 | 1100 | 111000 | 110101 | 1001011 |
Color Harmonies of #E1DD9E
Complementary color
Monochromatic Colors of #E1DD9E
Black with #E1DD9E
Text Example
Text Example
White with #E1DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD9E; }
p { color: rgb(225,221,158); }
H1.HeaderClassName
{
color: #E1DD9E;
}
.AnyTagClassName
{
color: #E1DD9E;
}
</style>
background-color css
<style>
a { background-color: #E1DD9E; }
a { background-color: rgb(225,221,158); }
div.DivClassName
{
background-color: #E1DD9E;
}
.BgClassName
{
background-color: #E1DD9E;
}
</style>
border-color css
<style>
span { border-color: #E1DD9E; }
span { border-color: rgb(225,221,158); }
td.TdClassName
{
border-color: #E1DD9E;
}
.TagClassName
{
border-color: #E1DD9E;
}
</style>