Shades of Mint Julep #E0D99A
Tints of Mint Julep #E0D99A
RGB
CMYK
RGB Variations
Color information
#E0D99A (or 0xE0D99A) is known color: Mint Julep. HEX triplet: E0, D9 and 9A. RGB value is (224,217,154). Sum of RGB (Red+Green+Blue) = 224+217+154=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D99A is #1F2665. Grayscale: #D4D4D4. Windows color (decimal): -2041446 or 10148320. OLE color: 10148320.
HSL color Cylindrical-coordinate representation of color #E0D99A: hue angle of 54º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0D99A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 154 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.12 |
| HSL | 54º | 0.53% | 0.74% | - |
| HSV(B) | 54º | 0.31% | 0.88% | - |
| XYZ | 61.39 | 67.81 | 40.42 | - |
| YUV | 211.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 154 | 0 | 0.03 | 0.31 | 0.12 | 54 | 0.53 | 0.74 |
| Hex | E0 | D9 | 9A | 0 | 3 | 1F | C | 36 | 35 | 4A |
| Octal | 340 | 331 | 232 | 0 | 3 | 37 | 14 | 66 | 65 | 112 |
| Binary | 11100000 | 11011001 | 10011010 | 0 | 11 | 11111 | 1100 | 110110 | 110101 | 1001010 |
Color Harmonies of #E0D99A
Complementary color
Monochromatic Colors of #E0D99A
Black with #E0D99A
Text Example
Text Example
White with #E0D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D99A; }
p { color: rgb(224,217,154); }
H1.HeaderClassName
{
color: #E0D99A;
}
.AnyTagClassName
{
color: #E0D99A;
}
</style>
background-color css
<style>
a { background-color: #E0D99A; }
a { background-color: rgb(224,217,154); }
div.DivClassName
{
background-color: #E0D99A;
}
.BgClassName
{
background-color: #E0D99A;
}
</style>
border-color css
<style>
span { border-color: #E0D99A; }
span { border-color: rgb(224,217,154); }
td.TdClassName
{
border-color: #E0D99A;
}
.TagClassName
{
border-color: #E0D99A;
}
</style>