Shades of Mint Julep #E0D9AC
Tints of Mint Julep #E0D9AC
RGB
CMYK
RGB Variations
Color information
#E0D9AC (or 0xE0D9AC) is known color: Mint Julep. HEX triplet: E0, D9 and AC. RGB value is (224,217,172). Sum of RGB (Red+Green+Blue) = 224+217+172=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D9AC is #1F2653. Grayscale: #D6D6D6. Windows color (decimal): -2041428 or 11327968. OLE color: 11327968.
HSL color Cylindrical-coordinate representation of color #E0D9AC: hue angle of 51.92º 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 #E0D9AC is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 172 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.12 |
| HSL | 51.92º | 0.46% | 0.78% | - |
| HSV(B) | 51.92º | 0.23% | 0.88% | - |
| XYZ | 63 | 68.45 | 48.92 | - |
| YUV | 213.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 172 | 0 | 0.03 | 0.23 | 0.12 | 51.92 | 0.46 | 0.78 |
| Hex | E0 | D9 | AC | 0 | 3 | 17 | C | 34 | 2E | 4E |
| Octal | 340 | 331 | 254 | 0 | 3 | 27 | 14 | 64 | 56 | 116 |
| Binary | 11100000 | 11011001 | 10101100 | 0 | 11 | 10111 | 1100 | 110100 | 101110 | 1001110 |
Color Harmonies of #E0D9AC
Complementary color
Monochromatic Colors of #E0D9AC
Black with #E0D9AC
Text Example
Text Example
White with #E0D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9AC; }
p { color: rgb(224,217,172); }
H1.HeaderClassName
{
color: #E0D9AC;
}
.AnyTagClassName
{
color: #E0D9AC;
}
</style>
background-color css
<style>
a { background-color: #E0D9AC; }
a { background-color: rgb(224,217,172); }
div.DivClassName
{
background-color: #E0D9AC;
}
.BgClassName
{
background-color: #E0D9AC;
}
</style>
border-color css
<style>
span { border-color: #E0D9AC; }
span { border-color: rgb(224,217,172); }
td.TdClassName
{
border-color: #E0D9AC;
}
.TagClassName
{
border-color: #E0D9AC;
}
</style>