Shades of Mint Julep #E0D7AD
Tints of Mint Julep #E0D7AD
RGB
CMYK
RGB Variations
Color information
#E0D7AD (or 0xE0D7AD) is known color: Mint Julep. HEX triplet: E0, D7 and AD. RGB value is (224,215,173). Sum of RGB (Red+Green+Blue) = 224+215+173=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D7AD is #1F2852. Grayscale: #D5D5D5. Windows color (decimal): -2041939 or 11392992. OLE color: 11392992.
HSL color Cylindrical-coordinate representation of color #E0D7AD: hue angle of 49.41º 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 #E0D7AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 173 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.12 |
| HSL | 49.41º | 0.45% | 0.78% | - |
| HSV(B) | 49.41º | 0.23% | 0.88% | - |
| XYZ | 62.58 | 67.47 | 49.26 | - |
| YUV | 212.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 173 | 0 | 0.04 | 0.23 | 0.12 | 49.41 | 0.45 | 0.78 |
| Hex | E0 | D7 | AD | 0 | 4 | 17 | C | 31 | 2D | 4E |
| Octal | 340 | 327 | 255 | 0 | 4 | 27 | 14 | 61 | 55 | 116 |
| Binary | 11100000 | 11010111 | 10101101 | 0 | 100 | 10111 | 1100 | 110001 | 101101 | 1001110 |
Color Harmonies of #E0D7AD
Complementary color
Monochromatic Colors of #E0D7AD
Black with #E0D7AD
Text Example
Text Example
White with #E0D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7AD; }
p { color: rgb(224,215,173); }
H1.HeaderClassName
{
color: #E0D7AD;
}
.AnyTagClassName
{
color: #E0D7AD;
}
</style>
background-color css
<style>
a { background-color: #E0D7AD; }
a { background-color: rgb(224,215,173); }
div.DivClassName
{
background-color: #E0D7AD;
}
.BgClassName
{
background-color: #E0D7AD;
}
</style>
border-color css
<style>
span { border-color: #E0D7AD; }
span { border-color: rgb(224,215,173); }
td.TdClassName
{
border-color: #E0D7AD;
}
.TagClassName
{
border-color: #E0D7AD;
}
</style>