Shades of Mint Julep #E2D8AA
Tints of Mint Julep #E2D8AA
RGB
CMYK
RGB Variations
Color information
#E2D8AA (or 0xE2D8AA) is known color: Mint Julep. HEX triplet: E2, D8 and AA. RGB value is (226,216,170). Sum of RGB (Red+Green+Blue) = 226+216+170=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D8AA is #1D2755. Grayscale: #D5D5D5. Windows color (decimal): -1910614 or 11196642. OLE color: 11196642.
HSL color Cylindrical-coordinate representation of color #E2D8AA: hue angle of 49.29º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2D8AA is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 170 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.11 |
| HSL | 49.29º | 0.49% | 0.78% | - |
| HSV(B) | 49.29º | 0.25% | 0.89% | - |
| XYZ | 63.18 | 68.18 | 47.86 | - |
| YUV | 213.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 170 | 0 | 0.04 | 0.25 | 0.11 | 49.29 | 0.49 | 0.78 |
| Hex | E2 | D8 | AA | 0 | 4 | 19 | B | 31 | 31 | 4E |
| Octal | 342 | 330 | 252 | 0 | 4 | 31 | 13 | 61 | 61 | 116 |
| Binary | 11100010 | 11011000 | 10101010 | 0 | 100 | 11001 | 1011 | 110001 | 110001 | 1001110 |
Color Harmonies of #E2D8AA
Complementary color
Monochromatic Colors of #E2D8AA
Black with #E2D8AA
Text Example
Text Example
White with #E2D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8AA; }
p { color: rgb(226,216,170); }
H1.HeaderClassName
{
color: #E2D8AA;
}
.AnyTagClassName
{
color: #E2D8AA;
}
</style>
background-color css
<style>
a { background-color: #E2D8AA; }
a { background-color: rgb(226,216,170); }
div.DivClassName
{
background-color: #E2D8AA;
}
.BgClassName
{
background-color: #E2D8AA;
}
</style>
border-color css
<style>
span { border-color: #E2D8AA; }
span { border-color: rgb(226,216,170); }
td.TdClassName
{
border-color: #E2D8AA;
}
.TagClassName
{
border-color: #E2D8AA;
}
</style>