Shades of Mint Julep #E5DCAF
Tints of Mint Julep #E5DCAF
RGB
CMYK
RGB Variations
Color information
#E5DCAF (or 0xE5DCAF) is known color: Mint Julep. HEX triplet: E5, DC and AF. RGB value is (229,220,175). Sum of RGB (Red+Green+Blue) = 229+220+175=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCAF is #1A2350. Grayscale: #D9D9D9. Windows color (decimal): -1712977 or 11525349. OLE color: 11525349.
HSL color Cylindrical-coordinate representation of color #E5DCAF: hue angle of 50º 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 #E5DCAF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 175 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.10 |
| HSL | 50º | 0.51% | 0.79% | - |
| HSV(B) | 50º | 0.24% | 0.9% | - |
| XYZ | 65.64 | 70.94 | 50.79 | - |
| YUV | 217.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 175 | 0 | 0.04 | 0.24 | 0.10 | 50 | 0.51 | 0.79 |
| Hex | E5 | DC | AF | 0 | 4 | 18 | A | 32 | 33 | 4F |
| Octal | 345 | 334 | 257 | 0 | 4 | 30 | 12 | 62 | 63 | 117 |
| Binary | 11100101 | 11011100 | 10101111 | 0 | 100 | 11000 | 1010 | 110010 | 110011 | 1001111 |
Color Harmonies of #E5DCAF
Complementary color
Monochromatic Colors of #E5DCAF
Black with #E5DCAF
Text Example
Text Example
White with #E5DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCAF; }
p { color: rgb(229,220,175); }
H1.HeaderClassName
{
color: #E5DCAF;
}
.AnyTagClassName
{
color: #E5DCAF;
}
</style>
background-color css
<style>
a { background-color: #E5DCAF; }
a { background-color: rgb(229,220,175); }
div.DivClassName
{
background-color: #E5DCAF;
}
.BgClassName
{
background-color: #E5DCAF;
}
</style>
border-color css
<style>
span { border-color: #E5DCAF; }
span { border-color: rgb(229,220,175); }
td.TdClassName
{
border-color: #E5DCAF;
}
.TagClassName
{
border-color: #E5DCAF;
}
</style>