Shades of Mint Julep #E2DB9C
Tints of Mint Julep #E2DB9C
RGB
CMYK
RGB Variations
Color information
#E2DB9C (or 0xE2DB9C) is known color: Mint Julep. HEX triplet: E2, DB and 9C. RGB value is (226,219,156). Sum of RGB (Red+Green+Blue) = 226+219+156=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB9C is #1D2463. Grayscale: #D6D6D6. Windows color (decimal): -1909860 or 10279906. OLE color: 10279906.
HSL color Cylindrical-coordinate representation of color #E2DB9C: hue angle of 54º 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 #E2DB9C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 156 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.11 |
| HSL | 54º | 0.55% | 0.75% | - |
| HSV(B) | 54º | 0.31% | 0.89% | - |
| XYZ | 62.7 | 69.23 | 41.51 | - |
| YUV | 213.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 156 | 0 | 0.03 | 0.31 | 0.11 | 54 | 0.55 | 0.75 |
| Hex | E2 | DB | 9C | 0 | 3 | 1F | B | 36 | 37 | 4B |
| Octal | 342 | 333 | 234 | 0 | 3 | 37 | 13 | 66 | 67 | 113 |
| Binary | 11100010 | 11011011 | 10011100 | 0 | 11 | 11111 | 1011 | 110110 | 110111 | 1001011 |
Color Harmonies of #E2DB9C
Complementary color
Monochromatic Colors of #E2DB9C
Black with #E2DB9C
Text Example
Text Example
White with #E2DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB9C; }
p { color: rgb(226,219,156); }
H1.HeaderClassName
{
color: #E2DB9C;
}
.AnyTagClassName
{
color: #E2DB9C;
}
</style>
background-color css
<style>
a { background-color: #E2DB9C; }
a { background-color: rgb(226,219,156); }
div.DivClassName
{
background-color: #E2DB9C;
}
.BgClassName
{
background-color: #E2DB9C;
}
</style>
border-color css
<style>
span { border-color: #E2DB9C; }
span { border-color: rgb(226,219,156); }
td.TdClassName
{
border-color: #E2DB9C;
}
.TagClassName
{
border-color: #E2DB9C;
}
</style>