Shades of Mint Julep #E6DCA2
Tints of Mint Julep #E6DCA2
RGB
CMYK
RGB Variations
Color information
#E6DCA2 (or 0xE6DCA2) is known color: Mint Julep. HEX triplet: E6, DC and A2. RGB value is (230,220,162). Sum of RGB (Red+Green+Blue) = 230+220+162=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DCA2 is #19235D. Grayscale: #D8D8D8. Windows color (decimal): -1647454 or 10673382. OLE color: 10673382.
HSL color Cylindrical-coordinate representation of color #E6DCA2: hue angle of 51.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6DCA2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 162 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.10 |
| HSL | 51.18º | 0.58% | 0.77% | - |
| HSV(B) | 51.18º | 0.3% | 0.9% | - |
| XYZ | 64.75 | 70.62 | 44.4 | - |
| YUV | 216.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 162 | 0 | 0.04 | 0.30 | 0.10 | 51.18 | 0.58 | 0.77 |
| Hex | E6 | DC | A2 | 0 | 4 | 1E | A | 33 | 3A | 4D |
| Octal | 346 | 334 | 242 | 0 | 4 | 36 | 12 | 63 | 72 | 115 |
| Binary | 11100110 | 11011100 | 10100010 | 0 | 100 | 11110 | 1010 | 110011 | 111010 | 1001101 |
Color Harmonies of #E6DCA2
Complementary color
Monochromatic Colors of #E6DCA2
Black with #E6DCA2
Text Example
Text Example
White with #E6DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCA2; }
p { color: rgb(230,220,162); }
H1.HeaderClassName
{
color: #E6DCA2;
}
.AnyTagClassName
{
color: #E6DCA2;
}
</style>
background-color css
<style>
a { background-color: #E6DCA2; }
a { background-color: rgb(230,220,162); }
div.DivClassName
{
background-color: #E6DCA2;
}
.BgClassName
{
background-color: #E6DCA2;
}
</style>
border-color css
<style>
span { border-color: #E6DCA2; }
span { border-color: rgb(230,220,162); }
td.TdClassName
{
border-color: #E6DCA2;
}
.TagClassName
{
border-color: #E6DCA2;
}
</style>