Shades of Mint Julep #EADF9E
Tints of Mint Julep #EADF9E
RGB
CMYK
RGB Variations
Color information
#EADF9E (or 0xEADF9E) is known color: Mint Julep. HEX triplet: EA, DF and 9E. RGB value is (234,223,158). Sum of RGB (Red+Green+Blue) = 234+223+158=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9E is #152061. Grayscale: #DBDBDB. Windows color (decimal): -1384546 or 10412010. OLE color: 10412010.
HSL color Cylindrical-coordinate representation of color #EADF9E: hue angle of 51.32º 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 #EADF9E is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 158 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.08 |
| HSL | 51.32º | 0.64% | 0.77% | - |
| HSV(B) | 51.32º | 0.32% | 0.92% | - |
| XYZ | 66.49 | 72.74 | 42.88 | - |
| YUV | 218.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 158 | 0 | 0.05 | 0.32 | 0.08 | 51.32 | 0.64 | 0.77 |
| Hex | EA | DF | 9E | 0 | 5 | 20 | 8 | 33 | 40 | 4D |
| Octal | 352 | 337 | 236 | 0 | 5 | 40 | 10 | 63 | 100 | 115 |
| Binary | 11101010 | 11011111 | 10011110 | 0 | 101 | 100000 | 1000 | 110011 | 1000000 | 1001101 |
Color Harmonies of #EADF9E
Complementary color
Monochromatic Colors of #EADF9E
Black with #EADF9E
Text Example
Text Example
White with #EADF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9E; }
p { color: rgb(234,223,158); }
H1.HeaderClassName
{
color: #EADF9E;
}
.AnyTagClassName
{
color: #EADF9E;
}
</style>
background-color css
<style>
a { background-color: #EADF9E; }
a { background-color: rgb(234,223,158); }
div.DivClassName
{
background-color: #EADF9E;
}
.BgClassName
{
background-color: #EADF9E;
}
</style>
border-color css
<style>
span { border-color: #EADF9E; }
span { border-color: rgb(234,223,158); }
td.TdClassName
{
border-color: #EADF9E;
}
.TagClassName
{
border-color: #EADF9E;
}
</style>