Shades of Mint Julep #E0D8AE
Tints of Mint Julep #E0D8AE
RGB
CMYK
RGB Variations
Color information
#E0D8AE (or 0xE0D8AE) is known color: Mint Julep. HEX triplet: E0, D8 and AE. RGB value is (224,216,174). Sum of RGB (Red+Green+Blue) = 224+216+174=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D8AE is #1F2751. Grayscale: #D5D5D5. Windows color (decimal): -2041682 or 11458784. OLE color: 11458784.
HSL color Cylindrical-coordinate representation of color #E0D8AE: hue angle of 50.4º 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 #E0D8AE is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 174 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.12 |
| HSL | 50.4º | 0.45% | 0.78% | - |
| HSV(B) | 50.4º | 0.22% | 0.88% | - |
| XYZ | 62.94 | 68.02 | 49.86 | - |
| YUV | 213.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 174 | 0 | 0.04 | 0.22 | 0.12 | 50.4 | 0.45 | 0.78 |
| Hex | E0 | D8 | AE | 0 | 4 | 16 | C | 32 | 2D | 4E |
| Octal | 340 | 330 | 256 | 0 | 4 | 26 | 14 | 62 | 55 | 116 |
| Binary | 11100000 | 11011000 | 10101110 | 0 | 100 | 10110 | 1100 | 110010 | 101101 | 1001110 |
Color Harmonies of #E0D8AE
Complementary color
Monochromatic Colors of #E0D8AE
Black with #E0D8AE
Text Example
Text Example
White with #E0D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8AE; }
p { color: rgb(224,216,174); }
H1.HeaderClassName
{
color: #E0D8AE;
}
.AnyTagClassName
{
color: #E0D8AE;
}
</style>
background-color css
<style>
a { background-color: #E0D8AE; }
a { background-color: rgb(224,216,174); }
div.DivClassName
{
background-color: #E0D8AE;
}
.BgClassName
{
background-color: #E0D8AE;
}
</style>
border-color css
<style>
span { border-color: #E0D8AE; }
span { border-color: rgb(224,216,174); }
td.TdClassName
{
border-color: #E0D8AE;
}
.TagClassName
{
border-color: #E0D8AE;
}
</style>