Shades of Mint Julep #EADF9F
Tints of Mint Julep #EADF9F
RGB
CMYK
RGB Variations
Color information
#EADF9F (or 0xEADF9F) is known color: Mint Julep. HEX triplet: EA, DF and 9F. RGB value is (234,223,159). Sum of RGB (Red+Green+Blue) = 234+223+159=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9F is #152060. Grayscale: #DBDBDB. Windows color (decimal): -1384545 or 10477546. OLE color: 10477546.
HSL color Cylindrical-coordinate representation of color #EADF9F: hue angle of 51.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EADF9F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 159 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.08 |
| HSL | 51.2º | 0.64% | 0.77% | - |
| HSV(B) | 51.2º | 0.32% | 0.92% | - |
| XYZ | 66.58 | 72.77 | 43.34 | - |
| YUV | 218.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 159 | 0 | 0.05 | 0.32 | 0.08 | 51.2 | 0.64 | 0.77 |
| Hex | EA | DF | 9F | 0 | 5 | 20 | 8 | 33 | 40 | 4D |
| Octal | 352 | 337 | 237 | 0 | 5 | 40 | 10 | 63 | 100 | 115 |
| Binary | 11101010 | 11011111 | 10011111 | 0 | 101 | 100000 | 1000 | 110011 | 1000000 | 1001101 |
Color Harmonies of #EADF9F
Complementary color
Monochromatic Colors of #EADF9F
Black with #EADF9F
Text Example
Text Example
White with #EADF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9F; }
p { color: rgb(234,223,159); }
H1.HeaderClassName
{
color: #EADF9F;
}
.AnyTagClassName
{
color: #EADF9F;
}
</style>
background-color css
<style>
a { background-color: #EADF9F; }
a { background-color: rgb(234,223,159); }
div.DivClassName
{
background-color: #EADF9F;
}
.BgClassName
{
background-color: #EADF9F;
}
</style>
border-color css
<style>
span { border-color: #EADF9F; }
span { border-color: rgb(234,223,159); }
td.TdClassName
{
border-color: #EADF9F;
}
.TagClassName
{
border-color: #EADF9F;
}
</style>