Shades of Mint Julep #E0DFA6
Tints of Mint Julep #E0DFA6
RGB
CMYK
RGB Variations
Color information
#E0DFA6 (or 0xE0DFA6) is known color: Mint Julep. HEX triplet: E0, DF and A6. RGB value is (224,223,166). Sum of RGB (Red+Green+Blue) = 224+223+166=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFA6 is #1F2059. Grayscale: #D9D9D9. Windows color (decimal): -2039898 or 10936288. OLE color: 10936288.
HSL color Cylindrical-coordinate representation of color #E0DFA6: hue angle of 58.97º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0DFA6 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 166 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.12 |
| HSL | 58.97º | 0.48% | 0.76% | - |
| HSV(B) | 58.97º | 0.26% | 0.88% | - |
| XYZ | 64.01 | 71.38 | 46.48 | - |
| YUV | 216.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 166 | 0 | 0.00 | 0.26 | 0.12 | 58.97 | 0.48 | 0.76 |
| Hex | E0 | DF | A6 | 0 | 0 | 1A | C | 3B | 30 | 4C |
| Octal | 340 | 337 | 246 | 0 | 0 | 32 | 14 | 73 | 60 | 114 |
| Binary | 11100000 | 11011111 | 10100110 | 0 | 0 | 11010 | 1100 | 111011 | 110000 | 1001100 |
Color Harmonies of #E0DFA6
Complementary color
Monochromatic Colors of #E0DFA6
Black with #E0DFA6
Text Example
Text Example
White with #E0DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFA6; }
p { color: rgb(224,223,166); }
H1.HeaderClassName
{
color: #E0DFA6;
}
.AnyTagClassName
{
color: #E0DFA6;
}
</style>
background-color css
<style>
a { background-color: #E0DFA6; }
a { background-color: rgb(224,223,166); }
div.DivClassName
{
background-color: #E0DFA6;
}
.BgClassName
{
background-color: #E0DFA6;
}
</style>
border-color css
<style>
span { border-color: #E0DFA6; }
span { border-color: rgb(224,223,166); }
td.TdClassName
{
border-color: #E0DFA6;
}
.TagClassName
{
border-color: #E0DFA6;
}
</style>