Shades of Mint Julep #E0DE9F
Tints of Mint Julep #E0DE9F
RGB
CMYK
RGB Variations
Color information
#E0DE9F (or 0xE0DE9F) is known color: Mint Julep. HEX triplet: E0, DE and 9F. RGB value is (224,222,159). Sum of RGB (Red+Green+Blue) = 224+222+159=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE9F is #1F2160. Grayscale: #D7D7D7. Windows color (decimal): -2040161 or 10477280. OLE color: 10477280.
HSL color Cylindrical-coordinate representation of color #E0DE9F: hue angle of 58.15º degrees, saturation: 0.51, 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 #E0DE9F is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 159 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.12 |
| HSL | 58.15º | 0.51% | 0.75% | - |
| HSV(B) | 58.15º | 0.29% | 0.88% | - |
| XYZ | 63.12 | 70.59 | 43.1 | - |
| YUV | 215.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 159 | 0 | 0.01 | 0.29 | 0.12 | 58.15 | 0.51 | 0.75 |
| Hex | E0 | DE | 9F | 0 | 1 | 1D | C | 3A | 33 | 4B |
| Octal | 340 | 336 | 237 | 0 | 1 | 35 | 14 | 72 | 63 | 113 |
| Binary | 11100000 | 11011110 | 10011111 | 0 | 1 | 11101 | 1100 | 111010 | 110011 | 1001011 |
Color Harmonies of #E0DE9F
Complementary color
Monochromatic Colors of #E0DE9F
Black with #E0DE9F
Text Example
Text Example
White with #E0DE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE9F; }
p { color: rgb(224,222,159); }
H1.HeaderClassName
{
color: #E0DE9F;
}
.AnyTagClassName
{
color: #E0DE9F;
}
</style>
background-color css
<style>
a { background-color: #E0DE9F; }
a { background-color: rgb(224,222,159); }
div.DivClassName
{
background-color: #E0DE9F;
}
.BgClassName
{
background-color: #E0DE9F;
}
</style>
border-color css
<style>
span { border-color: #E0DE9F; }
span { border-color: rgb(224,222,159); }
td.TdClassName
{
border-color: #E0DE9F;
}
.TagClassName
{
border-color: #E0DE9F;
}
</style>