Shades of Mint Julep #E0D79F
Tints of Mint Julep #E0D79F
RGB
CMYK
RGB Variations
Color information
#E0D79F (or 0xE0D79F) is known color: Mint Julep. HEX triplet: E0, D7 and 9F. RGB value is (224,215,159). Sum of RGB (Red+Green+Blue) = 224+215+159=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D79F is #1F2860. Grayscale: #D3D3D3. Windows color (decimal): -2041953 or 10475488. OLE color: 10475488.
HSL color Cylindrical-coordinate representation of color #E0D79F: hue angle of 51.69º 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 #E0D79F is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 159 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.12 |
| HSL | 51.69º | 0.51% | 0.75% | - |
| HSV(B) | 51.69º | 0.29% | 0.88% | - |
| XYZ | 61.3 | 66.95 | 42.49 | - |
| YUV | 211.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 159 | 0 | 0.04 | 0.29 | 0.12 | 51.69 | 0.51 | 0.75 |
| Hex | E0 | D7 | 9F | 0 | 4 | 1D | C | 34 | 33 | 4B |
| Octal | 340 | 327 | 237 | 0 | 4 | 35 | 14 | 64 | 63 | 113 |
| Binary | 11100000 | 11010111 | 10011111 | 0 | 100 | 11101 | 1100 | 110100 | 110011 | 1001011 |
Color Harmonies of #E0D79F
Complementary color
Monochromatic Colors of #E0D79F
Black with #E0D79F
Text Example
Text Example
White with #E0D79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D79F; }
p { color: rgb(224,215,159); }
H1.HeaderClassName
{
color: #E0D79F;
}
.AnyTagClassName
{
color: #E0D79F;
}
</style>
background-color css
<style>
a { background-color: #E0D79F; }
a { background-color: rgb(224,215,159); }
div.DivClassName
{
background-color: #E0D79F;
}
.BgClassName
{
background-color: #E0D79F;
}
</style>
border-color css
<style>
span { border-color: #E0D79F; }
span { border-color: rgb(224,215,159); }
td.TdClassName
{
border-color: #E0D79F;
}
.TagClassName
{
border-color: #E0D79F;
}
</style>