Shades of Mint Julep #E5E0AE
Tints of Mint Julep #E5E0AE
RGB
CMYK
RGB Variations
Color information
#E5E0AE (or 0xE5E0AE) is known color: Mint Julep. HEX triplet: E5, E0 and AE. RGB value is (229,224,174). Sum of RGB (Red+Green+Blue) = 229+224+174=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E0AE is #1A1F51. Grayscale: #DCDCDC. Windows color (decimal): -1711954 or 11460837. OLE color: 11460837.
HSL color Cylindrical-coordinate representation of color #E5E0AE: hue angle of 54.55º 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 #E5E0AE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 174 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.10 |
| HSL | 54.55º | 0.51% | 0.79% | - |
| HSV(B) | 54.55º | 0.24% | 0.9% | - |
| XYZ | 66.61 | 73.03 | 50.63 | - |
| YUV | 219.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 174 | 0 | 0.02 | 0.24 | 0.10 | 54.55 | 0.51 | 0.79 |
| Hex | E5 | E0 | AE | 0 | 2 | 18 | A | 37 | 33 | 4F |
| Octal | 345 | 340 | 256 | 0 | 2 | 30 | 12 | 67 | 63 | 117 |
| Binary | 11100101 | 11100000 | 10101110 | 0 | 10 | 11000 | 1010 | 110111 | 110011 | 1001111 |
Color Harmonies of #E5E0AE
Complementary color
Monochromatic Colors of #E5E0AE
Black with #E5E0AE
Text Example
Text Example
White with #E5E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0AE; }
p { color: rgb(229,224,174); }
H1.HeaderClassName
{
color: #E5E0AE;
}
.AnyTagClassName
{
color: #E5E0AE;
}
</style>
background-color css
<style>
a { background-color: #E5E0AE; }
a { background-color: rgb(229,224,174); }
div.DivClassName
{
background-color: #E5E0AE;
}
.BgClassName
{
background-color: #E5E0AE;
}
</style>
border-color css
<style>
span { border-color: #E5E0AE; }
span { border-color: rgb(229,224,174); }
td.TdClassName
{
border-color: #E5E0AE;
}
.TagClassName
{
border-color: #E5E0AE;
}
</style>