Shades of Mint Julep #E0DFA2
Tints of Mint Julep #E0DFA2
RGB
CMYK
RGB Variations
Color information
#E0DFA2 (or 0xE0DFA2) is known color: Mint Julep. HEX triplet: E0, DF and A2. RGB value is (224,223,162). Sum of RGB (Red+Green+Blue) = 224+223+162=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFA2 is #1F205D. Grayscale: #D8D8D8. Windows color (decimal): -2039902 or 10674144. OLE color: 10674144.
HSL color Cylindrical-coordinate representation of color #E0DFA2: hue angle of 59.03º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0DFA2 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 162 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.12 |
| HSL | 59.03º | 0.5% | 0.76% | - |
| HSV(B) | 59.03º | 0.28% | 0.88% | - |
| XYZ | 63.65 | 71.23 | 44.58 | - |
| YUV | 216.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 162 | 0 | 0.00 | 0.28 | 0.12 | 59.03 | 0.5 | 0.76 |
| Hex | E0 | DF | A2 | 0 | 0 | 1C | C | 3B | 32 | 4C |
| Octal | 340 | 337 | 242 | 0 | 0 | 34 | 14 | 73 | 62 | 114 |
| Binary | 11100000 | 11011111 | 10100010 | 0 | 0 | 11100 | 1100 | 111011 | 110010 | 1001100 |
Color Harmonies of #E0DFA2
Complementary color
Monochromatic Colors of #E0DFA2
Black with #E0DFA2
Text Example
Text Example
White with #E0DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFA2; }
p { color: rgb(224,223,162); }
H1.HeaderClassName
{
color: #E0DFA2;
}
.AnyTagClassName
{
color: #E0DFA2;
}
</style>
background-color css
<style>
a { background-color: #E0DFA2; }
a { background-color: rgb(224,223,162); }
div.DivClassName
{
background-color: #E0DFA2;
}
.BgClassName
{
background-color: #E0DFA2;
}
</style>
border-color css
<style>
span { border-color: #E0DFA2; }
span { border-color: rgb(224,223,162); }
td.TdClassName
{
border-color: #E0DFA2;
}
.TagClassName
{
border-color: #E0DFA2;
}
</style>