Shades of Mint Julep #E1D79A
Tints of Mint Julep #E1D79A
RGB
CMYK
RGB Variations
Color information
#E1D79A (or 0xE1D79A) is known color: Mint Julep. HEX triplet: E1, D7 and 9A. RGB value is (225,215,154). Sum of RGB (Red+Green+Blue) = 225+215+154=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D79A is #1E2865. Grayscale: #D3D3D3. Windows color (decimal): -1976422 or 10147809. OLE color: 10147809.
HSL color Cylindrical-coordinate representation of color #E1D79A: hue angle of 51.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1D79A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 154 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.12 |
| HSL | 51.55º | 0.54% | 0.74% | - |
| HSV(B) | 51.55º | 0.32% | 0.88% | - |
| XYZ | 61.18 | 66.94 | 40.27 | - |
| YUV | 211.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 154 | 0 | 0.04 | 0.32 | 0.12 | 51.55 | 0.54 | 0.74 |
| Hex | E1 | D7 | 9A | 0 | 4 | 20 | C | 34 | 36 | 4A |
| Octal | 341 | 327 | 232 | 0 | 4 | 40 | 14 | 64 | 66 | 112 |
| Binary | 11100001 | 11010111 | 10011010 | 0 | 100 | 100000 | 1100 | 110100 | 110110 | 1001010 |
Color Harmonies of #E1D79A
Complementary color
Monochromatic Colors of #E1D79A
Black with #E1D79A
Text Example
Text Example
White with #E1D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D79A; }
p { color: rgb(225,215,154); }
H1.HeaderClassName
{
color: #E1D79A;
}
.AnyTagClassName
{
color: #E1D79A;
}
</style>
background-color css
<style>
a { background-color: #E1D79A; }
a { background-color: rgb(225,215,154); }
div.DivClassName
{
background-color: #E1D79A;
}
.BgClassName
{
background-color: #E1D79A;
}
</style>
border-color css
<style>
span { border-color: #E1D79A; }
span { border-color: rgb(225,215,154); }
td.TdClassName
{
border-color: #E1D79A;
}
.TagClassName
{
border-color: #E1D79A;
}
</style>