Shades of Mint Julep #E1D9A6
Tints of Mint Julep #E1D9A6
RGB
CMYK
RGB Variations
Color information
#E1D9A6 (or 0xE1D9A6) is known color: Mint Julep. HEX triplet: E1, D9 and A6. RGB value is (225,217,166). Sum of RGB (Red+Green+Blue) = 225+217+166=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D9A6 is #1E2659. Grayscale: #D5D5D5. Windows color (decimal): -1975898 or 10934753. OLE color: 10934753.
HSL color Cylindrical-coordinate representation of color #E1D9A6: hue angle of 51.86º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1D9A6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 166 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.12 |
| HSL | 51.86º | 0.5% | 0.77% | - |
| HSV(B) | 51.86º | 0.26% | 0.88% | - |
| XYZ | 62.75 | 68.39 | 45.97 | - |
| YUV | 213.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 166 | 0 | 0.04 | 0.26 | 0.12 | 51.86 | 0.5 | 0.77 |
| Hex | E1 | D9 | A6 | 0 | 4 | 1A | C | 34 | 32 | 4D |
| Octal | 341 | 331 | 246 | 0 | 4 | 32 | 14 | 64 | 62 | 115 |
| Binary | 11100001 | 11011001 | 10100110 | 0 | 100 | 11010 | 1100 | 110100 | 110010 | 1001101 |
Color Harmonies of #E1D9A6
Complementary color
Monochromatic Colors of #E1D9A6
Black with #E1D9A6
Text Example
Text Example
White with #E1D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9A6; }
p { color: rgb(225,217,166); }
H1.HeaderClassName
{
color: #E1D9A6;
}
.AnyTagClassName
{
color: #E1D9A6;
}
</style>
background-color css
<style>
a { background-color: #E1D9A6; }
a { background-color: rgb(225,217,166); }
div.DivClassName
{
background-color: #E1D9A6;
}
.BgClassName
{
background-color: #E1D9A6;
}
</style>
border-color css
<style>
span { border-color: #E1D9A6; }
span { border-color: rgb(225,217,166); }
td.TdClassName
{
border-color: #E1D9A6;
}
.TagClassName
{
border-color: #E1D9A6;
}
</style>