Shades of Mint Julep #E5DCAE
Tints of Mint Julep #E5DCAE
RGB
CMYK
RGB Variations
Color information
#E5DCAE (or 0xE5DCAE) is known color: Mint Julep. HEX triplet: E5, DC and AE. RGB value is (229,220,174). Sum of RGB (Red+Green+Blue) = 229+220+174=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCAE is #1A2351. Grayscale: #D9D9D9. Windows color (decimal): -1712978 or 11459813. OLE color: 11459813.
HSL color Cylindrical-coordinate representation of color #E5DCAE: hue angle of 50.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5DCAE is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 174 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.10 |
| HSL | 50.18º | 0.51% | 0.79% | - |
| HSV(B) | 50.18º | 0.24% | 0.9% | - |
| XYZ | 65.55 | 70.9 | 50.27 | - |
| YUV | 217.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 174 | 0 | 0.04 | 0.24 | 0.10 | 50.18 | 0.51 | 0.79 |
| Hex | E5 | DC | AE | 0 | 4 | 18 | A | 32 | 33 | 4F |
| Octal | 345 | 334 | 256 | 0 | 4 | 30 | 12 | 62 | 63 | 117 |
| Binary | 11100101 | 11011100 | 10101110 | 0 | 100 | 11000 | 1010 | 110010 | 110011 | 1001111 |
Color Harmonies of #E5DCAE
Complementary color
Monochromatic Colors of #E5DCAE
Black with #E5DCAE
Text Example
Text Example
White with #E5DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCAE; }
p { color: rgb(229,220,174); }
H1.HeaderClassName
{
color: #E5DCAE;
}
.AnyTagClassName
{
color: #E5DCAE;
}
</style>
background-color css
<style>
a { background-color: #E5DCAE; }
a { background-color: rgb(229,220,174); }
div.DivClassName
{
background-color: #E5DCAE;
}
.BgClassName
{
background-color: #E5DCAE;
}
</style>
border-color css
<style>
span { border-color: #E5DCAE; }
span { border-color: rgb(229,220,174); }
td.TdClassName
{
border-color: #E5DCAE;
}
.TagClassName
{
border-color: #E5DCAE;
}
</style>