Shades of Mint Julep #E5DAA7
Tints of Mint Julep #E5DAA7
RGB
CMYK
RGB Variations
Color information
#E5DAA7 (or 0xE5DAA7) is known color: Mint Julep. HEX triplet: E5, DA and A7. RGB value is (229,218,167). Sum of RGB (Red+Green+Blue) = 229+218+167=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DAA7 is #1A2558. Grayscale: #D7D7D7. Windows color (decimal): -1713497 or 11000549. OLE color: 11000549.
HSL color Cylindrical-coordinate representation of color #E5DAA7: hue angle of 49.35º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5DAA7 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 167 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.10 |
| HSL | 49.35º | 0.54% | 0.78% | - |
| HSV(B) | 49.35º | 0.27% | 0.9% | - |
| XYZ | 64.36 | 69.59 | 46.6 | - |
| YUV | 215.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 167 | 0 | 0.05 | 0.27 | 0.10 | 49.35 | 0.54 | 0.78 |
| Hex | E5 | DA | A7 | 0 | 5 | 1B | A | 31 | 36 | 4E |
| Octal | 345 | 332 | 247 | 0 | 5 | 33 | 12 | 61 | 66 | 116 |
| Binary | 11100101 | 11011010 | 10100111 | 0 | 101 | 11011 | 1010 | 110001 | 110110 | 1001110 |
Color Harmonies of #E5DAA7
Complementary color
Monochromatic Colors of #E5DAA7
Black with #E5DAA7
Text Example
Text Example
White with #E5DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAA7; }
p { color: rgb(229,218,167); }
H1.HeaderClassName
{
color: #E5DAA7;
}
.AnyTagClassName
{
color: #E5DAA7;
}
</style>
background-color css
<style>
a { background-color: #E5DAA7; }
a { background-color: rgb(229,218,167); }
div.DivClassName
{
background-color: #E5DAA7;
}
.BgClassName
{
background-color: #E5DAA7;
}
</style>
border-color css
<style>
span { border-color: #E5DAA7; }
span { border-color: rgb(229,218,167); }
td.TdClassName
{
border-color: #E5DAA7;
}
.TagClassName
{
border-color: #E5DAA7;
}
</style>