Shades of Mint Julep #E0D9AD
Tints of Mint Julep #E0D9AD
RGB
CMYK
RGB Variations
Color information
#E0D9AD (or 0xE0D9AD) is known color: Mint Julep. HEX triplet: E0, D9 and AD. RGB value is (224,217,173). Sum of RGB (Red+Green+Blue) = 224+217+173=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D9AD is #1F2652. Grayscale: #D6D6D6. Windows color (decimal): -2041427 or 11393504. OLE color: 11393504.
HSL color Cylindrical-coordinate representation of color #E0D9AD: hue angle of 51.76º degrees, saturation: 0.45, 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 #E0D9AD is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 173 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.12 |
| HSL | 51.76º | 0.45% | 0.78% | - |
| HSV(B) | 51.76º | 0.23% | 0.88% | - |
| XYZ | 63.1 | 68.49 | 49.43 | - |
| YUV | 214.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 173 | 0 | 0.03 | 0.23 | 0.12 | 51.76 | 0.45 | 0.78 |
| Hex | E0 | D9 | AD | 0 | 3 | 17 | C | 34 | 2D | 4E |
| Octal | 340 | 331 | 255 | 0 | 3 | 27 | 14 | 64 | 55 | 116 |
| Binary | 11100000 | 11011001 | 10101101 | 0 | 11 | 10111 | 1100 | 110100 | 101101 | 1001110 |
Color Harmonies of #E0D9AD
Complementary color
Monochromatic Colors of #E0D9AD
Black with #E0D9AD
Text Example
Text Example
White with #E0D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9AD; }
p { color: rgb(224,217,173); }
H1.HeaderClassName
{
color: #E0D9AD;
}
.AnyTagClassName
{
color: #E0D9AD;
}
</style>
background-color css
<style>
a { background-color: #E0D9AD; }
a { background-color: rgb(224,217,173); }
div.DivClassName
{
background-color: #E0D9AD;
}
.BgClassName
{
background-color: #E0D9AD;
}
</style>
border-color css
<style>
span { border-color: #E0D9AD; }
span { border-color: rgb(224,217,173); }
td.TdClassName
{
border-color: #E0D9AD;
}
.TagClassName
{
border-color: #E0D9AD;
}
</style>