Shades of Mint Julep #E2DA9C
Tints of Mint Julep #E2DA9C
RGB
CMYK
RGB Variations
Color information
#E2DA9C (or 0xE2DA9C) is known color: Mint Julep. HEX triplet: E2, DA and 9C. RGB value is (226,218,156). Sum of RGB (Red+Green+Blue) = 226+218+156=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA9C is #1D2563. Grayscale: #D5D5D5. Windows color (decimal): -1910116 or 10279650. OLE color: 10279650.
HSL color Cylindrical-coordinate representation of color #E2DA9C: hue angle of 53.14º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2DA9C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 156 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.11 |
| HSL | 53.14º | 0.55% | 0.75% | - |
| HSV(B) | 53.14º | 0.31% | 0.89% | - |
| XYZ | 62.44 | 68.71 | 41.42 | - |
| YUV | 213.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 156 | 0 | 0.04 | 0.31 | 0.11 | 53.14 | 0.55 | 0.75 |
| Hex | E2 | DA | 9C | 0 | 4 | 1F | B | 35 | 37 | 4B |
| Octal | 342 | 332 | 234 | 0 | 4 | 37 | 13 | 65 | 67 | 113 |
| Binary | 11100010 | 11011010 | 10011100 | 0 | 100 | 11111 | 1011 | 110101 | 110111 | 1001011 |
Color Harmonies of #E2DA9C
Complementary color
Monochromatic Colors of #E2DA9C
Black with #E2DA9C
Text Example
Text Example
White with #E2DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA9C; }
p { color: rgb(226,218,156); }
H1.HeaderClassName
{
color: #E2DA9C;
}
.AnyTagClassName
{
color: #E2DA9C;
}
</style>
background-color css
<style>
a { background-color: #E2DA9C; }
a { background-color: rgb(226,218,156); }
div.DivClassName
{
background-color: #E2DA9C;
}
.BgClassName
{
background-color: #E2DA9C;
}
</style>
border-color css
<style>
span { border-color: #E2DA9C; }
span { border-color: rgb(226,218,156); }
td.TdClassName
{
border-color: #E2DA9C;
}
.TagClassName
{
border-color: #E2DA9C;
}
</style>