Shades of Mint Julep #E0D9AE
Tints of Mint Julep #E0D9AE
RGB
CMYK
RGB Variations
Color information
#E0D9AE (or 0xE0D9AE) is known color: Mint Julep. HEX triplet: E0, D9 and AE. RGB value is (224,217,174). Sum of RGB (Red+Green+Blue) = 224+217+174=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D9AE is #1F2651. Grayscale: #D6D6D6. Windows color (decimal): -2041426 or 11459040. OLE color: 11459040.
HSL color Cylindrical-coordinate representation of color #E0D9AE: hue angle of 51.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D9AE is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 174 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.12 |
| HSL | 51.6º | 0.45% | 0.78% | - |
| HSV(B) | 51.6º | 0.22% | 0.88% | - |
| XYZ | 63.19 | 68.53 | 49.94 | - |
| YUV | 214.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 174 | 0 | 0.03 | 0.22 | 0.12 | 51.6 | 0.45 | 0.78 |
| Hex | E0 | D9 | AE | 0 | 3 | 16 | C | 34 | 2D | 4E |
| Octal | 340 | 331 | 256 | 0 | 3 | 26 | 14 | 64 | 55 | 116 |
| Binary | 11100000 | 11011001 | 10101110 | 0 | 11 | 10110 | 1100 | 110100 | 101101 | 1001110 |
Color Harmonies of #E0D9AE
Complementary color
Monochromatic Colors of #E0D9AE
Black with #E0D9AE
Text Example
Text Example
White with #E0D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9AE; }
p { color: rgb(224,217,174); }
H1.HeaderClassName
{
color: #E0D9AE;
}
.AnyTagClassName
{
color: #E0D9AE;
}
</style>
background-color css
<style>
a { background-color: #E0D9AE; }
a { background-color: rgb(224,217,174); }
div.DivClassName
{
background-color: #E0D9AE;
}
.BgClassName
{
background-color: #E0D9AE;
}
</style>
border-color css
<style>
span { border-color: #E0D9AE; }
span { border-color: rgb(224,217,174); }
td.TdClassName
{
border-color: #E0D9AE;
}
.TagClassName
{
border-color: #E0D9AE;
}
</style>