Shades of Mint Julep #E0D8AD
Tints of Mint Julep #E0D8AD
RGB
CMYK
RGB Variations
Color information
#E0D8AD (or 0xE0D8AD) is known color: Mint Julep. HEX triplet: E0, D8 and AD. RGB value is (224,216,173). Sum of RGB (Red+Green+Blue) = 224+216+173=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D8AD is #1F2752. Grayscale: #D5D5D5. Windows color (decimal): -2041683 or 11393248. OLE color: 11393248.
HSL color Cylindrical-coordinate representation of color #E0D8AD: hue angle of 50.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0D8AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 173 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.12 |
| HSL | 50.59º | 0.45% | 0.78% | - |
| HSV(B) | 50.59º | 0.23% | 0.88% | - |
| XYZ | 62.84 | 67.98 | 49.34 | - |
| YUV | 213.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 173 | 0 | 0.04 | 0.23 | 0.12 | 50.59 | 0.45 | 0.78 |
| Hex | E0 | D8 | AD | 0 | 4 | 17 | C | 33 | 2D | 4E |
| Octal | 340 | 330 | 255 | 0 | 4 | 27 | 14 | 63 | 55 | 116 |
| Binary | 11100000 | 11011000 | 10101101 | 0 | 100 | 10111 | 1100 | 110011 | 101101 | 1001110 |
Color Harmonies of #E0D8AD
Complementary color
Monochromatic Colors of #E0D8AD
Black with #E0D8AD
Text Example
Text Example
White with #E0D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8AD; }
p { color: rgb(224,216,173); }
H1.HeaderClassName
{
color: #E0D8AD;
}
.AnyTagClassName
{
color: #E0D8AD;
}
</style>
background-color css
<style>
a { background-color: #E0D8AD; }
a { background-color: rgb(224,216,173); }
div.DivClassName
{
background-color: #E0D8AD;
}
.BgClassName
{
background-color: #E0D8AD;
}
</style>
border-color css
<style>
span { border-color: #E0D8AD; }
span { border-color: rgb(224,216,173); }
td.TdClassName
{
border-color: #E0D8AD;
}
.TagClassName
{
border-color: #E0D8AD;
}
</style>