Shades of Mint Julep #E5DCA0
Tints of Mint Julep #E5DCA0
RGB
CMYK
RGB Variations
Color information
#E5DCA0 (or 0xE5DCA0) is known color: Mint Julep. HEX triplet: E5, DC and A0. RGB value is (229,220,160). Sum of RGB (Red+Green+Blue) = 229+220+160=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCA0 is #1A235F. Grayscale: #D8D8D8. Windows color (decimal): -1712992 or 10542309. OLE color: 10542309.
HSL color Cylindrical-coordinate representation of color #E5DCA0: hue angle of 52.17º 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 #E5DCA0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 160 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.10 |
| HSL | 52.17º | 0.57% | 0.76% | - |
| HSV(B) | 52.17º | 0.3% | 0.9% | - |
| XYZ | 64.25 | 70.38 | 43.46 | - |
| YUV | 215.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 160 | 0 | 0.04 | 0.30 | 0.10 | 52.17 | 0.57 | 0.76 |
| Hex | E5 | DC | A0 | 0 | 4 | 1E | A | 34 | 39 | 4C |
| Octal | 345 | 334 | 240 | 0 | 4 | 36 | 12 | 64 | 71 | 114 |
| Binary | 11100101 | 11011100 | 10100000 | 0 | 100 | 11110 | 1010 | 110100 | 111001 | 1001100 |
Color Harmonies of #E5DCA0
Complementary color
Monochromatic Colors of #E5DCA0
Black with #E5DCA0
Text Example
Text Example
White with #E5DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCA0; }
p { color: rgb(229,220,160); }
H1.HeaderClassName
{
color: #E5DCA0;
}
.AnyTagClassName
{
color: #E5DCA0;
}
</style>
background-color css
<style>
a { background-color: #E5DCA0; }
a { background-color: rgb(229,220,160); }
div.DivClassName
{
background-color: #E5DCA0;
}
.BgClassName
{
background-color: #E5DCA0;
}
</style>
border-color css
<style>
span { border-color: #E5DCA0; }
span { border-color: rgb(229,220,160); }
td.TdClassName
{
border-color: #E5DCA0;
}
.TagClassName
{
border-color: #E5DCA0;
}
</style>