Shades of Mint Julep #E1D9AD
Tints of Mint Julep #E1D9AD
RGB
CMYK
RGB Variations
Color information
#E1D9AD (or 0xE1D9AD) is known color: Mint Julep. HEX triplet: E1, D9 and AD. RGB value is (225,217,173). Sum of RGB (Red+Green+Blue) = 225+217+173=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D9AD is #1E2652. Grayscale: #D6D6D6. Windows color (decimal): -1975891 or 11393505. OLE color: 11393505.
HSL color Cylindrical-coordinate representation of color #E1D9AD: hue angle of 50.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D9AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 173 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.12 |
| HSL | 50.77º | 0.46% | 0.78% | - |
| HSV(B) | 50.77º | 0.23% | 0.88% | - |
| XYZ | 63.41 | 68.65 | 49.44 | - |
| YUV | 214.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 173 | 0 | 0.04 | 0.23 | 0.12 | 50.77 | 0.46 | 0.78 |
| Hex | E1 | D9 | AD | 0 | 4 | 17 | C | 33 | 2E | 4E |
| Octal | 341 | 331 | 255 | 0 | 4 | 27 | 14 | 63 | 56 | 116 |
| Binary | 11100001 | 11011001 | 10101101 | 0 | 100 | 10111 | 1100 | 110011 | 101110 | 1001110 |
Color Harmonies of #E1D9AD
Complementary color
Monochromatic Colors of #E1D9AD
Black with #E1D9AD
Text Example
Text Example
White with #E1D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9AD; }
p { color: rgb(225,217,173); }
H1.HeaderClassName
{
color: #E1D9AD;
}
.AnyTagClassName
{
color: #E1D9AD;
}
</style>
background-color css
<style>
a { background-color: #E1D9AD; }
a { background-color: rgb(225,217,173); }
div.DivClassName
{
background-color: #E1D9AD;
}
.BgClassName
{
background-color: #E1D9AD;
}
</style>
border-color css
<style>
span { border-color: #E1D9AD; }
span { border-color: rgb(225,217,173); }
td.TdClassName
{
border-color: #E1D9AD;
}
.TagClassName
{
border-color: #E1D9AD;
}
</style>