Shades of Mint Julep #E0D9AF
Tints of Mint Julep #E0D9AF
RGB
CMYK
RGB Variations
Color information
#E0D9AF (or 0xE0D9AF) is known color: Mint Julep. HEX triplet: E0, D9 and AF. RGB value is (224,217,175). Sum of RGB (Red+Green+Blue) = 224+217+175=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D9AF is #1F2650. Grayscale: #D6D6D6. Windows color (decimal): -2041425 or 11524576. OLE color: 11524576.
HSL color Cylindrical-coordinate representation of color #E0D9AF: hue angle of 51.43º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D9AF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 175 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.12 |
| HSL | 51.43º | 0.44% | 0.78% | - |
| HSV(B) | 51.43º | 0.22% | 0.88% | - |
| XYZ | 63.29 | 68.57 | 50.46 | - |
| YUV | 214.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 175 | 0 | 0.03 | 0.22 | 0.12 | 51.43 | 0.44 | 0.78 |
| Hex | E0 | D9 | AF | 0 | 3 | 16 | C | 33 | 2C | 4E |
| Octal | 340 | 331 | 257 | 0 | 3 | 26 | 14 | 63 | 54 | 116 |
| Binary | 11100000 | 11011001 | 10101111 | 0 | 11 | 10110 | 1100 | 110011 | 101100 | 1001110 |
Color Harmonies of #E0D9AF
Complementary color
Monochromatic Colors of #E0D9AF
Black with #E0D9AF
Text Example
Text Example
White with #E0D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9AF; }
p { color: rgb(224,217,175); }
H1.HeaderClassName
{
color: #E0D9AF;
}
.AnyTagClassName
{
color: #E0D9AF;
}
</style>
background-color css
<style>
a { background-color: #E0D9AF; }
a { background-color: rgb(224,217,175); }
div.DivClassName
{
background-color: #E0D9AF;
}
.BgClassName
{
background-color: #E0D9AF;
}
</style>
border-color css
<style>
span { border-color: #E0D9AF; }
span { border-color: rgb(224,217,175); }
td.TdClassName
{
border-color: #E0D9AF;
}
.TagClassName
{
border-color: #E0D9AF;
}
</style>