Shades of Mint Julep #E0DAA6
Tints of Mint Julep #E0DAA6
RGB
CMYK
RGB Variations
Color information
#E0DAA6 (or 0xE0DAA6) is known color: Mint Julep. HEX triplet: E0, DA and A6. RGB value is (224,218,166). Sum of RGB (Red+Green+Blue) = 224+218+166=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DAA6 is #1F2559. Grayscale: #D6D6D6. Windows color (decimal): -2041178 or 10935008. OLE color: 10935008.
HSL color Cylindrical-coordinate representation of color #E0DAA6: hue angle of 53.79º 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 #E0DAA6 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 166 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.12 |
| HSL | 53.79º | 0.48% | 0.76% | - |
| HSV(B) | 53.79º | 0.26% | 0.88% | - |
| XYZ | 62.69 | 68.74 | 46.04 | - |
| YUV | 213.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 166 | 0 | 0.03 | 0.26 | 0.12 | 53.79 | 0.48 | 0.76 |
| Hex | E0 | DA | A6 | 0 | 3 | 1A | C | 36 | 30 | 4C |
| Octal | 340 | 332 | 246 | 0 | 3 | 32 | 14 | 66 | 60 | 114 |
| Binary | 11100000 | 11011010 | 10100110 | 0 | 11 | 11010 | 1100 | 110110 | 110000 | 1001100 |
Color Harmonies of #E0DAA6
Complementary color
Monochromatic Colors of #E0DAA6
Black with #E0DAA6
Text Example
Text Example
White with #E0DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAA6; }
p { color: rgb(224,218,166); }
H1.HeaderClassName
{
color: #E0DAA6;
}
.AnyTagClassName
{
color: #E0DAA6;
}
</style>
background-color css
<style>
a { background-color: #E0DAA6; }
a { background-color: rgb(224,218,166); }
div.DivClassName
{
background-color: #E0DAA6;
}
.BgClassName
{
background-color: #E0DAA6;
}
</style>
border-color css
<style>
span { border-color: #E0DAA6; }
span { border-color: rgb(224,218,166); }
td.TdClassName
{
border-color: #E0DAA6;
}
.TagClassName
{
border-color: #E0DAA6;
}
</style>