Shades of Mint Julep #EADF9D
Tints of Mint Julep #EADF9D
RGB
CMYK
RGB Variations
Color information
#EADF9D (or 0xEADF9D) is known color: Mint Julep. HEX triplet: EA, DF and 9D. RGB value is (234,223,157). Sum of RGB (Red+Green+Blue) = 234+223+157=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9D is #152062. Grayscale: #DBDBDB. Windows color (decimal): -1384547 or 10346474. OLE color: 10346474.
HSL color Cylindrical-coordinate representation of color #EADF9D: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADF9D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 157 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.08 |
| HSL | 51.43º | 0.65% | 0.77% | - |
| HSV(B) | 51.43º | 0.33% | 0.92% | - |
| XYZ | 66.41 | 72.7 | 42.43 | - |
| YUV | 218.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 157 | 0 | 0.05 | 0.33 | 0.08 | 51.43 | 0.65 | 0.77 |
| Hex | EA | DF | 9D | 0 | 5 | 21 | 8 | 33 | 41 | 4D |
| Octal | 352 | 337 | 235 | 0 | 5 | 41 | 10 | 63 | 101 | 115 |
| Binary | 11101010 | 11011111 | 10011101 | 0 | 101 | 100001 | 1000 | 110011 | 1000001 | 1001101 |
Color Harmonies of #EADF9D
Complementary color
Monochromatic Colors of #EADF9D
Black with #EADF9D
Text Example
Text Example
White with #EADF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9D; }
p { color: rgb(234,223,157); }
H1.HeaderClassName
{
color: #EADF9D;
}
.AnyTagClassName
{
color: #EADF9D;
}
</style>
background-color css
<style>
a { background-color: #EADF9D; }
a { background-color: rgb(234,223,157); }
div.DivClassName
{
background-color: #EADF9D;
}
.BgClassName
{
background-color: #EADF9D;
}
</style>
border-color css
<style>
span { border-color: #EADF9D; }
span { border-color: rgb(234,223,157); }
td.TdClassName
{
border-color: #EADF9D;
}
.TagClassName
{
border-color: #EADF9D;
}
</style>