Shades of Mint Julep #E0D8AF
Tints of Mint Julep #E0D8AF
RGB
CMYK
RGB Variations
Color information
#E0D8AF (or 0xE0D8AF) is known color: Mint Julep. HEX triplet: E0, D8 and AF. RGB value is (224,216,175). Sum of RGB (Red+Green+Blue) = 224+216+175=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D8AF is #1F2750. Grayscale: #D5D5D5. Windows color (decimal): -2041681 or 11524320. OLE color: 11524320.
HSL color Cylindrical-coordinate representation of color #E0D8AF: hue angle of 50.2º degrees, saturation: 0.44, 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 #E0D8AF is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 175 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.12 |
| HSL | 50.2º | 0.44% | 0.78% | - |
| HSV(B) | 50.2º | 0.22% | 0.88% | - |
| XYZ | 63.03 | 68.05 | 50.37 | - |
| YUV | 213.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 175 | 0 | 0.04 | 0.22 | 0.12 | 50.2 | 0.44 | 0.78 |
| Hex | E0 | D8 | AF | 0 | 4 | 16 | C | 32 | 2C | 4E |
| Octal | 340 | 330 | 257 | 0 | 4 | 26 | 14 | 62 | 54 | 116 |
| Binary | 11100000 | 11011000 | 10101111 | 0 | 100 | 10110 | 1100 | 110010 | 101100 | 1001110 |
Color Harmonies of #E0D8AF
Complementary color
Monochromatic Colors of #E0D8AF
Black with #E0D8AF
Text Example
Text Example
White with #E0D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8AF; }
p { color: rgb(224,216,175); }
H1.HeaderClassName
{
color: #E0D8AF;
}
.AnyTagClassName
{
color: #E0D8AF;
}
</style>
background-color css
<style>
a { background-color: #E0D8AF; }
a { background-color: rgb(224,216,175); }
div.DivClassName
{
background-color: #E0D8AF;
}
.BgClassName
{
background-color: #E0D8AF;
}
</style>
border-color css
<style>
span { border-color: #E0D8AF; }
span { border-color: rgb(224,216,175); }
td.TdClassName
{
border-color: #E0D8AF;
}
.TagClassName
{
border-color: #E0D8AF;
}
</style>