Shades of Mint Julep #E4DDA0
Tints of Mint Julep #E4DDA0
RGB
CMYK
RGB Variations
Color information
#E4DDA0 (or 0xE4DDA0) is known color: Mint Julep. HEX triplet: E4, DD and A0. RGB value is (228,221,160). Sum of RGB (Red+Green+Blue) = 228+221+160=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DDA0 is #1B225F. Grayscale: #D8D8D8. Windows color (decimal): -1778272 or 10542564. OLE color: 10542564.
HSL color Cylindrical-coordinate representation of color #E4DDA0: hue angle of 53.82º degrees, saturation: 0.56, 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 #E4DDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 160 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.11 |
| HSL | 53.82º | 0.56% | 0.76% | - |
| HSV(B) | 53.82º | 0.3% | 0.89% | - |
| XYZ | 64.2 | 70.74 | 43.53 | - |
| YUV | 216.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 160 | 0 | 0.03 | 0.30 | 0.11 | 53.82 | 0.56 | 0.76 |
| Hex | E4 | DD | A0 | 0 | 3 | 1E | B | 36 | 38 | 4C |
| Octal | 344 | 335 | 240 | 0 | 3 | 36 | 13 | 66 | 70 | 114 |
| Binary | 11100100 | 11011101 | 10100000 | 0 | 11 | 11110 | 1011 | 110110 | 111000 | 1001100 |
Color Harmonies of #E4DDA0
Complementary color
Monochromatic Colors of #E4DDA0
Black with #E4DDA0
Text Example
Text Example
White with #E4DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDA0; }
p { color: rgb(228,221,160); }
H1.HeaderClassName
{
color: #E4DDA0;
}
.AnyTagClassName
{
color: #E4DDA0;
}
</style>
background-color css
<style>
a { background-color: #E4DDA0; }
a { background-color: rgb(228,221,160); }
div.DivClassName
{
background-color: #E4DDA0;
}
.BgClassName
{
background-color: #E4DDA0;
}
</style>
border-color css
<style>
span { border-color: #E4DDA0; }
span { border-color: rgb(228,221,160); }
td.TdClassName
{
border-color: #E4DDA0;
}
.TagClassName
{
border-color: #E4DDA0;
}
</style>