Shades of Mint Julep #E0DDA9
Tints of Mint Julep #E0DDA9
RGB
CMYK
RGB Variations
Color information
#E0DDA9 (or 0xE0DDA9) is known color: Mint Julep. HEX triplet: E0, DD and A9. RGB value is (224,221,169). Sum of RGB (Red+Green+Blue) = 224+221+169=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDA9 is #1F2256. Grayscale: #D8D8D8. Windows color (decimal): -2040407 or 11132384. OLE color: 11132384.
HSL color Cylindrical-coordinate representation of color #E0DDA9: hue angle of 56.73º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0DDA9 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 169 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.12 |
| HSL | 56.73º | 0.47% | 0.77% | - |
| HSV(B) | 56.73º | 0.25% | 0.88% | - |
| XYZ | 63.76 | 70.42 | 47.77 | - |
| YUV | 215.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 169 | 0 | 0.01 | 0.25 | 0.12 | 56.73 | 0.47 | 0.77 |
| Hex | E0 | DD | A9 | 0 | 1 | 19 | C | 39 | 2F | 4D |
| Octal | 340 | 335 | 251 | 0 | 1 | 31 | 14 | 71 | 57 | 115 |
| Binary | 11100000 | 11011101 | 10101001 | 0 | 1 | 11001 | 1100 | 111001 | 101111 | 1001101 |
Color Harmonies of #E0DDA9
Complementary color
Monochromatic Colors of #E0DDA9
Black with #E0DDA9
Text Example
Text Example
White with #E0DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDA9; }
p { color: rgb(224,221,169); }
H1.HeaderClassName
{
color: #E0DDA9;
}
.AnyTagClassName
{
color: #E0DDA9;
}
</style>
background-color css
<style>
a { background-color: #E0DDA9; }
a { background-color: rgb(224,221,169); }
div.DivClassName
{
background-color: #E0DDA9;
}
.BgClassName
{
background-color: #E0DDA9;
}
</style>
border-color css
<style>
span { border-color: #E0DDA9; }
span { border-color: rgb(224,221,169); }
td.TdClassName
{
border-color: #E0DDA9;
}
.TagClassName
{
border-color: #E0DDA9;
}
</style>