Shades of Mint Julep #E5DEA5
Tints of Mint Julep #E5DEA5
RGB
CMYK
RGB Variations
Color information
#E5DEA5 (or 0xE5DEA5) is known color: Mint Julep. HEX triplet: E5, DE and A5. RGB value is (229,222,165). Sum of RGB (Red+Green+Blue) = 229+222+165=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DEA5 is #1A215A. Grayscale: #D9D9D9. Windows color (decimal): -1712475 or 10870501. OLE color: 10870501.
HSL color Cylindrical-coordinate representation of color #E5DEA5: hue angle of 53.44º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5DEA5 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 165 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.10 |
| HSL | 53.44º | 0.55% | 0.77% | - |
| HSV(B) | 53.44º | 0.28% | 0.9% | - |
| XYZ | 65.23 | 71.62 | 45.98 | - |
| YUV | 217.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 165 | 0 | 0.03 | 0.28 | 0.10 | 53.44 | 0.55 | 0.77 |
| Hex | E5 | DE | A5 | 0 | 3 | 1C | A | 35 | 37 | 4D |
| Octal | 345 | 336 | 245 | 0 | 3 | 34 | 12 | 65 | 67 | 115 |
| Binary | 11100101 | 11011110 | 10100101 | 0 | 11 | 11100 | 1010 | 110101 | 110111 | 1001101 |
Color Harmonies of #E5DEA5
Complementary color
Monochromatic Colors of #E5DEA5
Black with #E5DEA5
Text Example
Text Example
White with #E5DEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEA5; }
p { color: rgb(229,222,165); }
H1.HeaderClassName
{
color: #E5DEA5;
}
.AnyTagClassName
{
color: #E5DEA5;
}
</style>
background-color css
<style>
a { background-color: #E5DEA5; }
a { background-color: rgb(229,222,165); }
div.DivClassName
{
background-color: #E5DEA5;
}
.BgClassName
{
background-color: #E5DEA5;
}
</style>
border-color css
<style>
span { border-color: #E5DEA5; }
span { border-color: rgb(229,222,165); }
td.TdClassName
{
border-color: #E5DEA5;
}
.TagClassName
{
border-color: #E5DEA5;
}
</style>