Shades of Mint Julep #E0DAAC
Tints of Mint Julep #E0DAAC
RGB
CMYK
RGB Variations
Color information
#E0DAAC (or 0xE0DAAC) is known color: Mint Julep. HEX triplet: E0, DA and AC. RGB value is (224,218,172). Sum of RGB (Red+Green+Blue) = 224+218+172=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DAAC is #1F2553. Grayscale: #D6D6D6. Windows color (decimal): -2041172 or 11328224. OLE color: 11328224.
HSL color Cylindrical-coordinate representation of color #E0DAAC: hue angle of 53.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0DAAC is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 172 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.12 |
| HSL | 53.08º | 0.46% | 0.78% | - |
| HSV(B) | 53.08º | 0.23% | 0.88% | - |
| XYZ | 63.26 | 68.97 | 49.01 | - |
| YUV | 214.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 172 | 0 | 0.03 | 0.23 | 0.12 | 53.08 | 0.46 | 0.78 |
| Hex | E0 | DA | AC | 0 | 3 | 17 | C | 35 | 2E | 4E |
| Octal | 340 | 332 | 254 | 0 | 3 | 27 | 14 | 65 | 56 | 116 |
| Binary | 11100000 | 11011010 | 10101100 | 0 | 11 | 10111 | 1100 | 110101 | 101110 | 1001110 |
Color Harmonies of #E0DAAC
Complementary color
Monochromatic Colors of #E0DAAC
Black with #E0DAAC
Text Example
Text Example
White with #E0DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAAC; }
p { color: rgb(224,218,172); }
H1.HeaderClassName
{
color: #E0DAAC;
}
.AnyTagClassName
{
color: #E0DAAC;
}
</style>
background-color css
<style>
a { background-color: #E0DAAC; }
a { background-color: rgb(224,218,172); }
div.DivClassName
{
background-color: #E0DAAC;
}
.BgClassName
{
background-color: #E0DAAC;
}
</style>
border-color css
<style>
span { border-color: #E0DAAC; }
span { border-color: rgb(224,218,172); }
td.TdClassName
{
border-color: #E0DAAC;
}
.TagClassName
{
border-color: #E0DAAC;
}
</style>