Shades of Mint Julep #E5DDA0
Tints of Mint Julep #E5DDA0
RGB
CMYK
RGB Variations
Color information
#E5DDA0 (or 0xE5DDA0) is known color: Mint Julep. HEX triplet: E5, DD and A0. RGB value is (229,221,160). Sum of RGB (Red+Green+Blue) = 229+221+160=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DDA0 is #1A225F. Grayscale: #D8D8D8. Windows color (decimal): -1712736 or 10542565. OLE color: 10542565.
HSL color Cylindrical-coordinate representation of color #E5DDA0: hue angle of 53.04º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5DDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 160 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.10 |
| HSL | 53.04º | 0.57% | 0.76% | - |
| HSV(B) | 53.04º | 0.3% | 0.9% | - |
| XYZ | 64.51 | 70.91 | 43.54 | - |
| YUV | 216.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 160 | 0 | 0.03 | 0.30 | 0.10 | 53.04 | 0.57 | 0.76 |
| Hex | E5 | DD | A0 | 0 | 3 | 1E | A | 35 | 39 | 4C |
| Octal | 345 | 335 | 240 | 0 | 3 | 36 | 12 | 65 | 71 | 114 |
| Binary | 11100101 | 11011101 | 10100000 | 0 | 11 | 11110 | 1010 | 110101 | 111001 | 1001100 |
Color Harmonies of #E5DDA0
Complementary color
Monochromatic Colors of #E5DDA0
Black with #E5DDA0
Text Example
Text Example
White with #E5DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDA0; }
p { color: rgb(229,221,160); }
H1.HeaderClassName
{
color: #E5DDA0;
}
.AnyTagClassName
{
color: #E5DDA0;
}
</style>
background-color css
<style>
a { background-color: #E5DDA0; }
a { background-color: rgb(229,221,160); }
div.DivClassName
{
background-color: #E5DDA0;
}
.BgClassName
{
background-color: #E5DDA0;
}
</style>
border-color css
<style>
span { border-color: #E5DDA0; }
span { border-color: rgb(229,221,160); }
td.TdClassName
{
border-color: #E5DDA0;
}
.TagClassName
{
border-color: #E5DDA0;
}
</style>