Shades of Mint Julep #E1DC9F
Tints of Mint Julep #E1DC9F
RGB
CMYK
RGB Variations
Color information
#E1DC9F (or 0xE1DC9F) is known color: Mint Julep. HEX triplet: E1, DC and 9F. RGB value is (225,220,159). Sum of RGB (Red+Green+Blue) = 225+220+159=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC9F is #1E2360. Grayscale: #D6D6D6. Windows color (decimal): -1975137 or 10476769. OLE color: 10476769.
HSL color Cylindrical-coordinate representation of color #E1DC9F: hue angle of 55.45º 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 #E1DC9F is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 159 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.12 |
| HSL | 55.45º | 0.52% | 0.75% | - |
| HSV(B) | 55.45º | 0.29% | 0.88% | - |
| XYZ | 62.9 | 69.7 | 42.94 | - |
| YUV | 214.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 159 | 0 | 0.02 | 0.29 | 0.12 | 55.45 | 0.52 | 0.75 |
| Hex | E1 | DC | 9F | 0 | 2 | 1D | C | 37 | 34 | 4B |
| Octal | 341 | 334 | 237 | 0 | 2 | 35 | 14 | 67 | 64 | 113 |
| Binary | 11100001 | 11011100 | 10011111 | 0 | 10 | 11101 | 1100 | 110111 | 110100 | 1001011 |
Color Harmonies of #E1DC9F
Complementary color
Monochromatic Colors of #E1DC9F
Black with #E1DC9F
Text Example
Text Example
White with #E1DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC9F; }
p { color: rgb(225,220,159); }
H1.HeaderClassName
{
color: #E1DC9F;
}
.AnyTagClassName
{
color: #E1DC9F;
}
</style>
background-color css
<style>
a { background-color: #E1DC9F; }
a { background-color: rgb(225,220,159); }
div.DivClassName
{
background-color: #E1DC9F;
}
.BgClassName
{
background-color: #E1DC9F;
}
</style>
border-color css
<style>
span { border-color: #E1DC9F; }
span { border-color: rgb(225,220,159); }
td.TdClassName
{
border-color: #E1DC9F;
}
.TagClassName
{
border-color: #E1DC9F;
}
</style>