Shades of Mint Julep #E0D8AB
Tints of Mint Julep #E0D8AB
RGB
CMYK
RGB Variations
Color information
#E0D8AB (or 0xE0D8AB) is known color: Mint Julep. HEX triplet: E0, D8 and AB. RGB value is (224,216,171). Sum of RGB (Red+Green+Blue) = 224+216+171=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D8AB is #1F2754. Grayscale: #D5D5D5. Windows color (decimal): -2041685 or 11262176. OLE color: 11262176.
HSL color Cylindrical-coordinate representation of color #E0D8AB: hue angle of 50.94º 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 #E0D8AB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 171 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.12 |
| HSL | 50.94º | 0.46% | 0.77% | - |
| HSV(B) | 50.94º | 0.24% | 0.88% | - |
| XYZ | 62.65 | 67.9 | 48.33 | - |
| YUV | 213.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 171 | 0 | 0.04 | 0.24 | 0.12 | 50.94 | 0.46 | 0.77 |
| Hex | E0 | D8 | AB | 0 | 4 | 18 | C | 33 | 2E | 4D |
| Octal | 340 | 330 | 253 | 0 | 4 | 30 | 14 | 63 | 56 | 115 |
| Binary | 11100000 | 11011000 | 10101011 | 0 | 100 | 11000 | 1100 | 110011 | 101110 | 1001101 |
Color Harmonies of #E0D8AB
Complementary color
Monochromatic Colors of #E0D8AB
Black with #E0D8AB
Text Example
Text Example
White with #E0D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8AB; }
p { color: rgb(224,216,171); }
H1.HeaderClassName
{
color: #E0D8AB;
}
.AnyTagClassName
{
color: #E0D8AB;
}
</style>
background-color css
<style>
a { background-color: #E0D8AB; }
a { background-color: rgb(224,216,171); }
div.DivClassName
{
background-color: #E0D8AB;
}
.BgClassName
{
background-color: #E0D8AB;
}
</style>
border-color css
<style>
span { border-color: #E0D8AB; }
span { border-color: rgb(224,216,171); }
td.TdClassName
{
border-color: #E0D8AB;
}
.TagClassName
{
border-color: #E0D8AB;
}
</style>