Shades of Mint Julep #E2DCA0
Tints of Mint Julep #E2DCA0
RGB
CMYK
RGB Variations
Color information
#E2DCA0 (or 0xE2DCA0) is known color: Mint Julep. HEX triplet: E2, DC and A0. RGB value is (226,220,160). Sum of RGB (Red+Green+Blue) = 226+220+160=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCA0 is #1D235F. Grayscale: #D7D7D7. Windows color (decimal): -1909600 or 10542306. OLE color: 10542306.
HSL color Cylindrical-coordinate representation of color #E2DCA0: hue angle of 54.55º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2DCA0 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 160 | - |
CMYK | 0 | 0.03 | 0.29 | 0.11 |
HSL | 54.55º | 0.53% | 0.76% | - |
HSV(B) | 54.55º | 0.29% | 0.89% | - |
XYZ | 63.3 | 69.89 | 43.41 | - |
YUV | 214.95 | 96.99 | 135.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 160 | 0 | 0.03 | 0.29 | 0.11 | 54.55 | 0.53 | 0.76 |
Hex | E2 | DC | A0 | 0 | 3 | 1D | B | 37 | 35 | 4C |
Octal | 342 | 334 | 240 | 0 | 3 | 35 | 13 | 67 | 65 | 114 |
Binary | 11100010 | 11011100 | 10100000 | 0 | 11 | 11101 | 1011 | 110111 | 110101 | 1001100 |
Color Harmonies of #E2DCA0
Complementary color
Monochromatic Colors of #E2DCA0
Black with #E2DCA0
Text Example
Text Example
White with #E2DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCA0; }
p { color: rgb(226,220,160); }
H1.HeaderClassName
{
color: #E2DCA0;
}
.AnyTagClassName
{
color: #E2DCA0;
}
</style>
background-color css
<style>
a { background-color: #E2DCA0; }
a { background-color: rgb(226,220,160); }
div.DivClassName
{
background-color: #E2DCA0;
}
.BgClassName
{
background-color: #E2DCA0;
}
</style>
border-color css
<style>
span { border-color: #E2DCA0; }
span { border-color: rgb(226,220,160); }
td.TdClassName
{
border-color: #E2DCA0;
}
.TagClassName
{
border-color: #E2DCA0;
}
</style>