Shades of Mint Julep #E0DDAA
Tints of Mint Julep #E0DDAA
RGB
CMYK
RGB Variations
Color information
#E0DDAA (or 0xE0DDAA) is known color: Mint Julep. HEX triplet: E0, DD and AA. RGB value is (224,221,170). Sum of RGB (Red+Green+Blue) = 224+221+170=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDAA is #1F2255. Grayscale: #D8D8D8. Windows color (decimal): -2040406 or 11197920. OLE color: 11197920.
HSL color Cylindrical-coordinate representation of color #E0DDAA: hue angle of 56.67º 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 #E0DDAA is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 170 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.12 |
| HSL | 56.67º | 0.47% | 0.77% | - |
| HSV(B) | 56.67º | 0.24% | 0.88% | - |
| XYZ | 63.85 | 70.46 | 48.27 | - |
| YUV | 216.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 170 | 0 | 0.01 | 0.24 | 0.12 | 56.67 | 0.47 | 0.77 |
| Hex | E0 | DD | AA | 0 | 1 | 18 | C | 39 | 2F | 4D |
| Octal | 340 | 335 | 252 | 0 | 1 | 30 | 14 | 71 | 57 | 115 |
| Binary | 11100000 | 11011101 | 10101010 | 0 | 1 | 11000 | 1100 | 111001 | 101111 | 1001101 |
Color Harmonies of #E0DDAA
Complementary color
Monochromatic Colors of #E0DDAA
Black with #E0DDAA
Text Example
Text Example
White with #E0DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDAA; }
p { color: rgb(224,221,170); }
H1.HeaderClassName
{
color: #E0DDAA;
}
.AnyTagClassName
{
color: #E0DDAA;
}
</style>
background-color css
<style>
a { background-color: #E0DDAA; }
a { background-color: rgb(224,221,170); }
div.DivClassName
{
background-color: #E0DDAA;
}
.BgClassName
{
background-color: #E0DDAA;
}
</style>
border-color css
<style>
span { border-color: #E0DDAA; }
span { border-color: rgb(224,221,170); }
td.TdClassName
{
border-color: #E0DDAA;
}
.TagClassName
{
border-color: #E0DDAA;
}
</style>