Shades of Mint Julep #E2DCAE
Tints of Mint Julep #E2DCAE
RGB
CMYK
RGB Variations
Color information
#E2DCAE (or 0xE2DCAE) is known color: Mint Julep. HEX triplet: E2, DC and AE. RGB value is (226,220,174). Sum of RGB (Red+Green+Blue) = 226+220+174=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCAE is #1D2351. Grayscale: #D8D8D8. Windows color (decimal): -1909586 or 11459810. OLE color: 11459810.
HSL color Cylindrical-coordinate representation of color #E2DCAE: hue angle of 53.08º degrees, saturation: 0.47, 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 #E2DCAE is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 174 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.11 |
| HSL | 53.08º | 0.47% | 0.78% | - |
| HSV(B) | 53.08º | 0.23% | 0.89% | - |
| XYZ | 64.6 | 70.41 | 50.23 | - |
| YUV | 216.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 174 | 0 | 0.03 | 0.23 | 0.11 | 53.08 | 0.47 | 0.78 |
| Hex | E2 | DC | AE | 0 | 3 | 17 | B | 35 | 2F | 4E |
| Octal | 342 | 334 | 256 | 0 | 3 | 27 | 13 | 65 | 57 | 116 |
| Binary | 11100010 | 11011100 | 10101110 | 0 | 11 | 10111 | 1011 | 110101 | 101111 | 1001110 |
Color Harmonies of #E2DCAE
Complementary color
Monochromatic Colors of #E2DCAE
Black with #E2DCAE
Text Example
Text Example
White with #E2DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCAE; }
p { color: rgb(226,220,174); }
H1.HeaderClassName
{
color: #E2DCAE;
}
.AnyTagClassName
{
color: #E2DCAE;
}
</style>
background-color css
<style>
a { background-color: #E2DCAE; }
a { background-color: rgb(226,220,174); }
div.DivClassName
{
background-color: #E2DCAE;
}
.BgClassName
{
background-color: #E2DCAE;
}
</style>
border-color css
<style>
span { border-color: #E2DCAE; }
span { border-color: rgb(226,220,174); }
td.TdClassName
{
border-color: #E2DCAE;
}
.TagClassName
{
border-color: #E2DCAE;
}
</style>