Shades of Mint Julep #E0DAAA
Tints of Mint Julep #E0DAAA
RGB
CMYK
RGB Variations
Color information
#E0DAAA (or 0xE0DAAA) is known color: Mint Julep. HEX triplet: E0, DA and AA. RGB value is (224,218,170). Sum of RGB (Red+Green+Blue) = 224+218+170=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DAAA is #1F2555. Grayscale: #D6D6D6. Windows color (decimal): -2041174 or 11197152. OLE color: 11197152.
HSL color Cylindrical-coordinate representation of color #E0DAAA: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0DAAA is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 170 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.12 |
| HSL | 53.33º | 0.47% | 0.77% | - |
| HSV(B) | 53.33º | 0.24% | 0.88% | - |
| XYZ | 63.07 | 68.89 | 48 | - |
| YUV | 214.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 170 | 0 | 0.03 | 0.24 | 0.12 | 53.33 | 0.47 | 0.77 |
| Hex | E0 | DA | AA | 0 | 3 | 18 | C | 35 | 2F | 4D |
| Octal | 340 | 332 | 252 | 0 | 3 | 30 | 14 | 65 | 57 | 115 |
| Binary | 11100000 | 11011010 | 10101010 | 0 | 11 | 11000 | 1100 | 110101 | 101111 | 1001101 |
Color Harmonies of #E0DAAA
Complementary color
Monochromatic Colors of #E0DAAA
Black with #E0DAAA
Text Example
Text Example
White with #E0DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAAA; }
p { color: rgb(224,218,170); }
H1.HeaderClassName
{
color: #E0DAAA;
}
.AnyTagClassName
{
color: #E0DAAA;
}
</style>
background-color css
<style>
a { background-color: #E0DAAA; }
a { background-color: rgb(224,218,170); }
div.DivClassName
{
background-color: #E0DAAA;
}
.BgClassName
{
background-color: #E0DAAA;
}
</style>
border-color css
<style>
span { border-color: #E0DAAA; }
span { border-color: rgb(224,218,170); }
td.TdClassName
{
border-color: #E0DAAA;
}
.TagClassName
{
border-color: #E0DAAA;
}
</style>