Shades of Mint Julep #E7DC9D
Tints of Mint Julep #E7DC9D
RGB
CMYK
RGB Variations
Color information
#E7DC9D (or 0xE7DC9D) is known color: Mint Julep. HEX triplet: E7, DC and 9D. RGB value is (231,220,157). Sum of RGB (Red+Green+Blue) = 231+220+157=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC9D is #182362. Grayscale: #D8D8D8. Windows color (decimal): -1581923 or 10345703. OLE color: 10345703.
HSL color Cylindrical-coordinate representation of color #E7DC9D: hue angle of 51.08º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7DC9D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 157 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.09 |
| HSL | 51.08º | 0.61% | 0.76% | - |
| HSV(B) | 51.08º | 0.32% | 0.91% | - |
| XYZ | 64.63 | 70.61 | 42.12 | - |
| YUV | 216.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 157 | 0 | 0.05 | 0.32 | 0.09 | 51.08 | 0.61 | 0.76 |
| Hex | E7 | DC | 9D | 0 | 5 | 20 | 9 | 33 | 3D | 4C |
| Octal | 347 | 334 | 235 | 0 | 5 | 40 | 11 | 63 | 75 | 114 |
| Binary | 11100111 | 11011100 | 10011101 | 0 | 101 | 100000 | 1001 | 110011 | 111101 | 1001100 |
Color Harmonies of #E7DC9D
Complementary color
Monochromatic Colors of #E7DC9D
Black with #E7DC9D
Text Example
Text Example
White with #E7DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC9D; }
p { color: rgb(231,220,157); }
H1.HeaderClassName
{
color: #E7DC9D;
}
.AnyTagClassName
{
color: #E7DC9D;
}
</style>
background-color css
<style>
a { background-color: #E7DC9D; }
a { background-color: rgb(231,220,157); }
div.DivClassName
{
background-color: #E7DC9D;
}
.BgClassName
{
background-color: #E7DC9D;
}
</style>
border-color css
<style>
span { border-color: #E7DC9D; }
span { border-color: rgb(231,220,157); }
td.TdClassName
{
border-color: #E7DC9D;
}
.TagClassName
{
border-color: #E7DC9D;
}
</style>