Shades of Mint Julep #E3DDA0
Tints of Mint Julep #E3DDA0
RGB
CMYK
RGB Variations
Color information
#E3DDA0 (or 0xE3DDA0) is known color: Mint Julep. HEX triplet: E3, DD and A0. RGB value is (227,221,160). Sum of RGB (Red+Green+Blue) = 227+221+160=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DDA0 is #1C225F. Grayscale: #D8D8D8. Windows color (decimal): -1843808 or 10542563. OLE color: 10542563.
HSL color Cylindrical-coordinate representation of color #E3DDA0: hue angle of 54.63º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3DDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 160 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.11 |
| HSL | 54.63º | 0.54% | 0.76% | - |
| HSV(B) | 54.63º | 0.3% | 0.89% | - |
| XYZ | 63.88 | 70.58 | 43.51 | - |
| YUV | 215.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 160 | 0 | 0.03 | 0.30 | 0.11 | 54.63 | 0.54 | 0.76 |
| Hex | E3 | DD | A0 | 0 | 3 | 1E | B | 37 | 36 | 4C |
| Octal | 343 | 335 | 240 | 0 | 3 | 36 | 13 | 67 | 66 | 114 |
| Binary | 11100011 | 11011101 | 10100000 | 0 | 11 | 11110 | 1011 | 110111 | 110110 | 1001100 |
Color Harmonies of #E3DDA0
Complementary color
Monochromatic Colors of #E3DDA0
Black with #E3DDA0
Text Example
Text Example
White with #E3DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDA0; }
p { color: rgb(227,221,160); }
H1.HeaderClassName
{
color: #E3DDA0;
}
.AnyTagClassName
{
color: #E3DDA0;
}
</style>
background-color css
<style>
a { background-color: #E3DDA0; }
a { background-color: rgb(227,221,160); }
div.DivClassName
{
background-color: #E3DDA0;
}
.BgClassName
{
background-color: #E3DDA0;
}
</style>
border-color css
<style>
span { border-color: #E3DDA0; }
span { border-color: rgb(227,221,160); }
td.TdClassName
{
border-color: #E3DDA0;
}
.TagClassName
{
border-color: #E3DDA0;
}
</style>