Shades of Mint Julep #E1DB9D
Tints of Mint Julep #E1DB9D
RGB
CMYK
RGB Variations
Color information
#E1DB9D (or 0xE1DB9D) is known color: Mint Julep. HEX triplet: E1, DB and 9D. RGB value is (225,219,157). Sum of RGB (Red+Green+Blue) = 225+219+157=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB9D is #1E2462. Grayscale: #D5D5D5. Windows color (decimal): -1975395 or 10345441. OLE color: 10345441.
HSL color Cylindrical-coordinate representation of color #E1DB9D: hue angle of 54.71º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1DB9D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 157 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.12 |
| HSL | 54.71º | 0.53% | 0.75% | - |
| HSV(B) | 54.71º | 0.3% | 0.88% | - |
| XYZ | 62.47 | 69.1 | 41.94 | - |
| YUV | 213.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 157 | 0 | 0.03 | 0.30 | 0.12 | 54.71 | 0.53 | 0.75 |
| Hex | E1 | DB | 9D | 0 | 3 | 1E | C | 37 | 35 | 4B |
| Octal | 341 | 333 | 235 | 0 | 3 | 36 | 14 | 67 | 65 | 113 |
| Binary | 11100001 | 11011011 | 10011101 | 0 | 11 | 11110 | 1100 | 110111 | 110101 | 1001011 |
Color Harmonies of #E1DB9D
Complementary color
Monochromatic Colors of #E1DB9D
Black with #E1DB9D
Text Example
Text Example
White with #E1DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB9D; }
p { color: rgb(225,219,157); }
H1.HeaderClassName
{
color: #E1DB9D;
}
.AnyTagClassName
{
color: #E1DB9D;
}
</style>
background-color css
<style>
a { background-color: #E1DB9D; }
a { background-color: rgb(225,219,157); }
div.DivClassName
{
background-color: #E1DB9D;
}
.BgClassName
{
background-color: #E1DB9D;
}
</style>
border-color css
<style>
span { border-color: #E1DB9D; }
span { border-color: rgb(225,219,157); }
td.TdClassName
{
border-color: #E1DB9D;
}
.TagClassName
{
border-color: #E1DB9D;
}
</style>