Shades of Mint Julep #EADE9C
Tints of Mint Julep #EADE9C
RGB
CMYK
RGB Variations
Color information
#EADE9C (or 0xEADE9C) is known color: Mint Julep. HEX triplet: EA, DE and 9C. RGB value is (234,222,156). Sum of RGB (Red+Green+Blue) = 234+222+156=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9C is #152163. Grayscale: #DADADA. Windows color (decimal): -1384804 or 10280682. OLE color: 10280682.
HSL color Cylindrical-coordinate representation of color #EADE9C: hue angle of 50.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADE9C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 156 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.08 |
| HSL | 50.77º | 0.65% | 0.76% | - |
| HSV(B) | 50.77º | 0.33% | 0.92% | - |
| XYZ | 66.05 | 72.14 | 41.89 | - |
| YUV | 218.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 156 | 0 | 0.05 | 0.33 | 0.08 | 50.77 | 0.65 | 0.76 |
| Hex | EA | DE | 9C | 0 | 5 | 21 | 8 | 33 | 41 | 4C |
| Octal | 352 | 336 | 234 | 0 | 5 | 41 | 10 | 63 | 101 | 114 |
| Binary | 11101010 | 11011110 | 10011100 | 0 | 101 | 100001 | 1000 | 110011 | 1000001 | 1001100 |
Color Harmonies of #EADE9C
Complementary color
Monochromatic Colors of #EADE9C
Black with #EADE9C
Text Example
Text Example
White with #EADE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE9C; }
p { color: rgb(234,222,156); }
H1.HeaderClassName
{
color: #EADE9C;
}
.AnyTagClassName
{
color: #EADE9C;
}
</style>
background-color css
<style>
a { background-color: #EADE9C; }
a { background-color: rgb(234,222,156); }
div.DivClassName
{
background-color: #EADE9C;
}
.BgClassName
{
background-color: #EADE9C;
}
</style>
border-color css
<style>
span { border-color: #EADE9C; }
span { border-color: rgb(234,222,156); }
td.TdClassName
{
border-color: #EADE9C;
}
.TagClassName
{
border-color: #EADE9C;
}
</style>