Shades of Mint Julep #E0DCA5
Tints of Mint Julep #E0DCA5
RGB
CMYK
RGB Variations
Color information
#E0DCA5 (or 0xE0DCA5) is known color: Mint Julep. HEX triplet: E0, DC and A5. RGB value is (224,220,165). Sum of RGB (Red+Green+Blue) = 224+220+165=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DCA5 is #1F235A. Grayscale: #D7D7D7. Windows color (decimal): -2040667 or 10869984. OLE color: 10869984.
HSL color Cylindrical-coordinate representation of color #E0DCA5: hue angle of 55.93º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0DCA5 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 165 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.12 |
| HSL | 55.93º | 0.49% | 0.76% | - |
| HSV(B) | 55.93º | 0.26% | 0.88% | - |
| XYZ | 63.13 | 69.75 | 45.73 | - |
| YUV | 214.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 165 | 0 | 0.02 | 0.26 | 0.12 | 55.93 | 0.49 | 0.76 |
| Hex | E0 | DC | A5 | 0 | 2 | 1A | C | 38 | 31 | 4C |
| Octal | 340 | 334 | 245 | 0 | 2 | 32 | 14 | 70 | 61 | 114 |
| Binary | 11100000 | 11011100 | 10100101 | 0 | 10 | 11010 | 1100 | 111000 | 110001 | 1001100 |
Color Harmonies of #E0DCA5
Complementary color
Monochromatic Colors of #E0DCA5
Black with #E0DCA5
Text Example
Text Example
White with #E0DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCA5; }
p { color: rgb(224,220,165); }
H1.HeaderClassName
{
color: #E0DCA5;
}
.AnyTagClassName
{
color: #E0DCA5;
}
</style>
background-color css
<style>
a { background-color: #E0DCA5; }
a { background-color: rgb(224,220,165); }
div.DivClassName
{
background-color: #E0DCA5;
}
.BgClassName
{
background-color: #E0DCA5;
}
</style>
border-color css
<style>
span { border-color: #E0DCA5; }
span { border-color: rgb(224,220,165); }
td.TdClassName
{
border-color: #E0DCA5;
}
.TagClassName
{
border-color: #E0DCA5;
}
</style>