Shades of Mint Julep #E0D7AB
Tints of Mint Julep #E0D7AB
RGB
CMYK
RGB Variations
Color information
#E0D7AB (or 0xE0D7AB) is known color: Mint Julep. HEX triplet: E0, D7 and AB. RGB value is (224,215,171). Sum of RGB (Red+Green+Blue) = 224+215+171=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D7AB is #1F2854. Grayscale: #D4D4D4. Windows color (decimal): -2041941 or 11261920. OLE color: 11261920.
HSL color Cylindrical-coordinate representation of color #E0D7AB: hue angle of 49.81º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0D7AB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 171 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.12 |
| HSL | 49.81º | 0.46% | 0.77% | - |
| HSV(B) | 49.81º | 0.24% | 0.88% | - |
| XYZ | 62.39 | 67.39 | 48.25 | - |
| YUV | 212.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 171 | 0 | 0.04 | 0.24 | 0.12 | 49.81 | 0.46 | 0.77 |
| Hex | E0 | D7 | AB | 0 | 4 | 18 | C | 32 | 2E | 4D |
| Octal | 340 | 327 | 253 | 0 | 4 | 30 | 14 | 62 | 56 | 115 |
| Binary | 11100000 | 11010111 | 10101011 | 0 | 100 | 11000 | 1100 | 110010 | 101110 | 1001101 |
Color Harmonies of #E0D7AB
Complementary color
Monochromatic Colors of #E0D7AB
Black with #E0D7AB
Text Example
Text Example
White with #E0D7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7AB; }
p { color: rgb(224,215,171); }
H1.HeaderClassName
{
color: #E0D7AB;
}
.AnyTagClassName
{
color: #E0D7AB;
}
</style>
background-color css
<style>
a { background-color: #E0D7AB; }
a { background-color: rgb(224,215,171); }
div.DivClassName
{
background-color: #E0D7AB;
}
.BgClassName
{
background-color: #E0D7AB;
}
</style>
border-color css
<style>
span { border-color: #E0D7AB; }
span { border-color: rgb(224,215,171); }
td.TdClassName
{
border-color: #E0D7AB;
}
.TagClassName
{
border-color: #E0D7AB;
}
</style>