Shades of Mint Julep #E1DCAE
Tints of Mint Julep #E1DCAE
RGB
CMYK
RGB Variations
Color information
#E1DCAE (or 0xE1DCAE) is known color: Mint Julep. HEX triplet: E1, DC and AE. RGB value is (225,220,174). Sum of RGB (Red+Green+Blue) = 225+220+174=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCAE is #1E2351. Grayscale: #D8D8D8. Windows color (decimal): -1975122 or 11459809. OLE color: 11459809.
HSL color Cylindrical-coordinate representation of color #E1DCAE: hue angle of 54.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1DCAE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 174 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.12 |
| HSL | 54.12º | 0.46% | 0.78% | - |
| HSV(B) | 54.12º | 0.23% | 0.88% | - |
| XYZ | 64.28 | 70.25 | 50.22 | - |
| YUV | 216.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 174 | 0 | 0.02 | 0.23 | 0.12 | 54.12 | 0.46 | 0.78 |
| Hex | E1 | DC | AE | 0 | 2 | 17 | C | 36 | 2E | 4E |
| Octal | 341 | 334 | 256 | 0 | 2 | 27 | 14 | 66 | 56 | 116 |
| Binary | 11100001 | 11011100 | 10101110 | 0 | 10 | 10111 | 1100 | 110110 | 101110 | 1001110 |
Color Harmonies of #E1DCAE
Complementary color
Monochromatic Colors of #E1DCAE
Black with #E1DCAE
Text Example
Text Example
White with #E1DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCAE; }
p { color: rgb(225,220,174); }
H1.HeaderClassName
{
color: #E1DCAE;
}
.AnyTagClassName
{
color: #E1DCAE;
}
</style>
background-color css
<style>
a { background-color: #E1DCAE; }
a { background-color: rgb(225,220,174); }
div.DivClassName
{
background-color: #E1DCAE;
}
.BgClassName
{
background-color: #E1DCAE;
}
</style>
border-color css
<style>
span { border-color: #E1DCAE; }
span { border-color: rgb(225,220,174); }
td.TdClassName
{
border-color: #E1DCAE;
}
.TagClassName
{
border-color: #E1DCAE;
}
</style>