Shades of Mint Julep #E2DB9B
Tints of Mint Julep #E2DB9B
RGB
CMYK
RGB Variations
Color information
#E2DB9B (or 0xE2DB9B) is known color: Mint Julep. HEX triplet: E2, DB and 9B. RGB value is (226,219,155). Sum of RGB (Red+Green+Blue) = 226+219+155=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB9B is #1D2464. Grayscale: #D6D6D6. Windows color (decimal): -1909861 or 10214370. OLE color: 10214370.
HSL color Cylindrical-coordinate representation of color #E2DB9B: hue angle of 54.08º 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 #E2DB9B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 155 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.11 |
| HSL | 54.08º | 0.55% | 0.75% | - |
| HSV(B) | 54.08º | 0.31% | 0.89% | - |
| XYZ | 62.61 | 69.2 | 41.07 | - |
| YUV | 213.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 155 | 0 | 0.03 | 0.31 | 0.11 | 54.08 | 0.55 | 0.75 |
| Hex | E2 | DB | 9B | 0 | 3 | 1F | B | 36 | 37 | 4B |
| Octal | 342 | 333 | 233 | 0 | 3 | 37 | 13 | 66 | 67 | 113 |
| Binary | 11100010 | 11011011 | 10011011 | 0 | 11 | 11111 | 1011 | 110110 | 110111 | 1001011 |
Color Harmonies of #E2DB9B
Complementary color
Monochromatic Colors of #E2DB9B
Black with #E2DB9B
Text Example
Text Example
White with #E2DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB9B; }
p { color: rgb(226,219,155); }
H1.HeaderClassName
{
color: #E2DB9B;
}
.AnyTagClassName
{
color: #E2DB9B;
}
</style>
background-color css
<style>
a { background-color: #E2DB9B; }
a { background-color: rgb(226,219,155); }
div.DivClassName
{
background-color: #E2DB9B;
}
.BgClassName
{
background-color: #E2DB9B;
}
</style>
border-color css
<style>
span { border-color: #E2DB9B; }
span { border-color: rgb(226,219,155); }
td.TdClassName
{
border-color: #E2DB9B;
}
.TagClassName
{
border-color: #E2DB9B;
}
</style>