Shades of Mint Julep #E5DCA2
Tints of Mint Julep #E5DCA2
RGB
CMYK
RGB Variations
Color information
#E5DCA2 (or 0xE5DCA2) is known color: Mint Julep. HEX triplet: E5, DC and A2. RGB value is (229,220,162). Sum of RGB (Red+Green+Blue) = 229+220+162=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCA2 is #1A235D. Grayscale: #D8D8D8. Windows color (decimal): -1712990 or 10673381. OLE color: 10673381.
HSL color Cylindrical-coordinate representation of color #E5DCA2: hue angle of 51.94º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5DCA2 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 162 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.10 |
| HSL | 51.94º | 0.56% | 0.77% | - |
| HSV(B) | 51.94º | 0.29% | 0.9% | - |
| XYZ | 64.43 | 70.45 | 44.39 | - |
| YUV | 216.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 162 | 0 | 0.04 | 0.29 | 0.10 | 51.94 | 0.56 | 0.77 |
| Hex | E5 | DC | A2 | 0 | 4 | 1D | A | 34 | 38 | 4D |
| Octal | 345 | 334 | 242 | 0 | 4 | 35 | 12 | 64 | 70 | 115 |
| Binary | 11100101 | 11011100 | 10100010 | 0 | 100 | 11101 | 1010 | 110100 | 111000 | 1001101 |
Color Harmonies of #E5DCA2
Complementary color
Monochromatic Colors of #E5DCA2
Black with #E5DCA2
Text Example
Text Example
White with #E5DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCA2; }
p { color: rgb(229,220,162); }
H1.HeaderClassName
{
color: #E5DCA2;
}
.AnyTagClassName
{
color: #E5DCA2;
}
</style>
background-color css
<style>
a { background-color: #E5DCA2; }
a { background-color: rgb(229,220,162); }
div.DivClassName
{
background-color: #E5DCA2;
}
.BgClassName
{
background-color: #E5DCA2;
}
</style>
border-color css
<style>
span { border-color: #E5DCA2; }
span { border-color: rgb(229,220,162); }
td.TdClassName
{
border-color: #E5DCA2;
}
.TagClassName
{
border-color: #E5DCA2;
}
</style>