Shades of Mint Julep #E0D7A6
Tints of Mint Julep #E0D7A6
RGB
CMYK
RGB Variations
Color information
#E0D7A6 (or 0xE0D7A6) is known color: Mint Julep. HEX triplet: E0, D7 and A6. RGB value is (224,215,166). Sum of RGB (Red+Green+Blue) = 224+215+166=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D7A6 is #1F2859. Grayscale: #D4D4D4. Windows color (decimal): -2041946 or 10934240. OLE color: 10934240.
HSL color Cylindrical-coordinate representation of color #E0D7A6: hue angle of 50.69º 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 #E0D7A6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 166 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.12 |
| HSL | 50.69º | 0.48% | 0.76% | - |
| HSV(B) | 50.69º | 0.26% | 0.88% | - |
| XYZ | 61.92 | 67.2 | 45.78 | - |
| YUV | 212.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 166 | 0 | 0.04 | 0.26 | 0.12 | 50.69 | 0.48 | 0.76 |
| Hex | E0 | D7 | A6 | 0 | 4 | 1A | C | 33 | 30 | 4C |
| Octal | 340 | 327 | 246 | 0 | 4 | 32 | 14 | 63 | 60 | 114 |
| Binary | 11100000 | 11010111 | 10100110 | 0 | 100 | 11010 | 1100 | 110011 | 110000 | 1001100 |
Color Harmonies of #E0D7A6
Complementary color
Monochromatic Colors of #E0D7A6
Black with #E0D7A6
Text Example
Text Example
White with #E0D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7A6; }
p { color: rgb(224,215,166); }
H1.HeaderClassName
{
color: #E0D7A6;
}
.AnyTagClassName
{
color: #E0D7A6;
}
</style>
background-color css
<style>
a { background-color: #E0D7A6; }
a { background-color: rgb(224,215,166); }
div.DivClassName
{
background-color: #E0D7A6;
}
.BgClassName
{
background-color: #E0D7A6;
}
</style>
border-color css
<style>
span { border-color: #E0D7A6; }
span { border-color: rgb(224,215,166); }
td.TdClassName
{
border-color: #E0D7A6;
}
.TagClassName
{
border-color: #E0D7A6;
}
</style>