Shades of Mint Julep #E2D9AD
Tints of Mint Julep #E2D9AD
RGB
CMYK
RGB Variations
Color information
#E2D9AD (or 0xE2D9AD) is known color: Mint Julep. HEX triplet: E2, D9 and AD. RGB value is (226,217,173). Sum of RGB (Red+Green+Blue) = 226+217+173=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D9AD is #1D2652. Grayscale: #D6D6D6. Windows color (decimal): -1910355 or 11393506. OLE color: 11393506.
HSL color Cylindrical-coordinate representation of color #E2D9AD: hue angle of 49.81º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2D9AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 173 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.11 |
| HSL | 49.81º | 0.48% | 0.78% | - |
| HSV(B) | 49.81º | 0.23% | 0.89% | - |
| XYZ | 63.72 | 68.81 | 49.46 | - |
| YUV | 214.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 173 | 0 | 0.04 | 0.23 | 0.11 | 49.81 | 0.48 | 0.78 |
| Hex | E2 | D9 | AD | 0 | 4 | 17 | B | 32 | 30 | 4E |
| Octal | 342 | 331 | 255 | 0 | 4 | 27 | 13 | 62 | 60 | 116 |
| Binary | 11100010 | 11011001 | 10101101 | 0 | 100 | 10111 | 1011 | 110010 | 110000 | 1001110 |
Color Harmonies of #E2D9AD
Complementary color
Monochromatic Colors of #E2D9AD
Black with #E2D9AD
Text Example
Text Example
White with #E2D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9AD; }
p { color: rgb(226,217,173); }
H1.HeaderClassName
{
color: #E2D9AD;
}
.AnyTagClassName
{
color: #E2D9AD;
}
</style>
background-color css
<style>
a { background-color: #E2D9AD; }
a { background-color: rgb(226,217,173); }
div.DivClassName
{
background-color: #E2D9AD;
}
.BgClassName
{
background-color: #E2D9AD;
}
</style>
border-color css
<style>
span { border-color: #E2D9AD; }
span { border-color: rgb(226,217,173); }
td.TdClassName
{
border-color: #E2D9AD;
}
.TagClassName
{
border-color: #E2D9AD;
}
</style>