Shades of Mint Julep #E6DDA0
Tints of Mint Julep #E6DDA0
RGB
CMYK
RGB Variations
Color information
#E6DDA0 (or 0xE6DDA0) is known color: Mint Julep. HEX triplet: E6, DD and A0. RGB value is (230,221,160). Sum of RGB (Red+Green+Blue) = 230+221+160=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DDA0 is #19225F. Grayscale: #D8D8D8. Windows color (decimal): -1647200 or 10542566. OLE color: 10542566.
HSL color Cylindrical-coordinate representation of color #E6DDA0: hue angle of 52.29º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6DDA0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 160 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.10 |
| HSL | 52.29º | 0.58% | 0.76% | - |
| HSV(B) | 52.29º | 0.3% | 0.9% | - |
| XYZ | 64.83 | 71.07 | 43.56 | - |
| YUV | 216.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 160 | 0 | 0.04 | 0.30 | 0.10 | 52.29 | 0.58 | 0.76 |
| Hex | E6 | DD | A0 | 0 | 4 | 1E | A | 34 | 3A | 4C |
| Octal | 346 | 335 | 240 | 0 | 4 | 36 | 12 | 64 | 72 | 114 |
| Binary | 11100110 | 11011101 | 10100000 | 0 | 100 | 11110 | 1010 | 110100 | 111010 | 1001100 |
Color Harmonies of #E6DDA0
Complementary color
Monochromatic Colors of #E6DDA0
Black with #E6DDA0
Text Example
Text Example
White with #E6DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDA0; }
p { color: rgb(230,221,160); }
H1.HeaderClassName
{
color: #E6DDA0;
}
.AnyTagClassName
{
color: #E6DDA0;
}
</style>
background-color css
<style>
a { background-color: #E6DDA0; }
a { background-color: rgb(230,221,160); }
div.DivClassName
{
background-color: #E6DDA0;
}
.BgClassName
{
background-color: #E6DDA0;
}
</style>
border-color css
<style>
span { border-color: #E6DDA0; }
span { border-color: rgb(230,221,160); }
td.TdClassName
{
border-color: #E6DDA0;
}
.TagClassName
{
border-color: #E6DDA0;
}
</style>