Shades of Mint Julep #E5DAA8
Tints of Mint Julep #E5DAA8
RGB
CMYK
RGB Variations
Color information
#E5DAA8 (or 0xE5DAA8) is known color: Mint Julep. HEX triplet: E5, DA and A8. RGB value is (229,218,168). Sum of RGB (Red+Green+Blue) = 229+218+168=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DAA8 is #1A2557. Grayscale: #D7D7D7. Windows color (decimal): -1713496 or 11066085. OLE color: 11066085.
HSL color Cylindrical-coordinate representation of color #E5DAA8: hue angle of 49.18º 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 #E5DAA8 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 168 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.10 |
| HSL | 49.18º | 0.54% | 0.78% | - |
| HSV(B) | 49.18º | 0.27% | 0.9% | - |
| XYZ | 64.45 | 69.63 | 47.09 | - |
| YUV | 215.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 168 | 0 | 0.05 | 0.27 | 0.10 | 49.18 | 0.54 | 0.78 |
| Hex | E5 | DA | A8 | 0 | 5 | 1B | A | 31 | 36 | 4E |
| Octal | 345 | 332 | 250 | 0 | 5 | 33 | 12 | 61 | 66 | 116 |
| Binary | 11100101 | 11011010 | 10101000 | 0 | 101 | 11011 | 1010 | 110001 | 110110 | 1001110 |
Color Harmonies of #E5DAA8
Complementary color
Monochromatic Colors of #E5DAA8
Black with #E5DAA8
Text Example
Text Example
White with #E5DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAA8; }
p { color: rgb(229,218,168); }
H1.HeaderClassName
{
color: #E5DAA8;
}
.AnyTagClassName
{
color: #E5DAA8;
}
</style>
background-color css
<style>
a { background-color: #E5DAA8; }
a { background-color: rgb(229,218,168); }
div.DivClassName
{
background-color: #E5DAA8;
}
.BgClassName
{
background-color: #E5DAA8;
}
</style>
border-color css
<style>
span { border-color: #E5DAA8; }
span { border-color: rgb(229,218,168); }
td.TdClassName
{
border-color: #E5DAA8;
}
.TagClassName
{
border-color: #E5DAA8;
}
</style>