Shades of Mint Julep #E4DAA8
Tints of Mint Julep #E4DAA8
RGB
CMYK
RGB Variations
Color information
#E4DAA8 (or 0xE4DAA8) is known color: Mint Julep. HEX triplet: E4, DA and A8. RGB value is (228,218,168). Sum of RGB (Red+Green+Blue) = 228+218+168=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DAA8 is #1B2557. Grayscale: #D7D7D7. Windows color (decimal): -1779032 or 11066084. OLE color: 11066084.
HSL color Cylindrical-coordinate representation of color #E4DAA8: hue angle of 50º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4DAA8 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 168 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.11 |
| HSL | 50º | 0.53% | 0.78% | - |
| HSV(B) | 50º | 0.26% | 0.89% | - |
| XYZ | 64.13 | 69.46 | 47.07 | - |
| YUV | 215.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 168 | 0 | 0.04 | 0.26 | 0.11 | 50 | 0.53 | 0.78 |
| Hex | E4 | DA | A8 | 0 | 4 | 1A | B | 32 | 35 | 4E |
| Octal | 344 | 332 | 250 | 0 | 4 | 32 | 13 | 62 | 65 | 116 |
| Binary | 11100100 | 11011010 | 10101000 | 0 | 100 | 11010 | 1011 | 110010 | 110101 | 1001110 |
Color Harmonies of #E4DAA8
Complementary color
Monochromatic Colors of #E4DAA8
Black with #E4DAA8
Text Example
Text Example
White with #E4DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DAA8; }
p { color: rgb(228,218,168); }
H1.HeaderClassName
{
color: #E4DAA8;
}
.AnyTagClassName
{
color: #E4DAA8;
}
</style>
background-color css
<style>
a { background-color: #E4DAA8; }
a { background-color: rgb(228,218,168); }
div.DivClassName
{
background-color: #E4DAA8;
}
.BgClassName
{
background-color: #E4DAA8;
}
</style>
border-color css
<style>
span { border-color: #E4DAA8; }
span { border-color: rgb(228,218,168); }
td.TdClassName
{
border-color: #E4DAA8;
}
.TagClassName
{
border-color: #E4DAA8;
}
</style>