Shades of Mint Julep #E2DCAF
Tints of Mint Julep #E2DCAF
RGB
CMYK
RGB Variations
Color information
#E2DCAF (or 0xE2DCAF) is known color: Mint Julep. HEX triplet: E2, DC and AF. RGB value is (226,220,175). Sum of RGB (Red+Green+Blue) = 226+220+175=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCAF is #1D2350. Grayscale: #D8D8D8. Windows color (decimal): -1909585 or 11525346. OLE color: 11525346.
HSL color Cylindrical-coordinate representation of color #E2DCAF: hue angle of 52.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DCAF is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 175 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.11 |
| HSL | 52.94º | 0.47% | 0.79% | - |
| HSV(B) | 52.94º | 0.23% | 0.89% | - |
| XYZ | 64.7 | 70.45 | 50.75 | - |
| YUV | 216.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 175 | 0 | 0.03 | 0.23 | 0.11 | 52.94 | 0.47 | 0.79 |
| Hex | E2 | DC | AF | 0 | 3 | 17 | B | 35 | 2F | 4F |
| Octal | 342 | 334 | 257 | 0 | 3 | 27 | 13 | 65 | 57 | 117 |
| Binary | 11100010 | 11011100 | 10101111 | 0 | 11 | 10111 | 1011 | 110101 | 101111 | 1001111 |
Color Harmonies of #E2DCAF
Complementary color
Monochromatic Colors of #E2DCAF
Black with #E2DCAF
Text Example
Text Example
White with #E2DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCAF; }
p { color: rgb(226,220,175); }
H1.HeaderClassName
{
color: #E2DCAF;
}
.AnyTagClassName
{
color: #E2DCAF;
}
</style>
background-color css
<style>
a { background-color: #E2DCAF; }
a { background-color: rgb(226,220,175); }
div.DivClassName
{
background-color: #E2DCAF;
}
.BgClassName
{
background-color: #E2DCAF;
}
</style>
border-color css
<style>
span { border-color: #E2DCAF; }
span { border-color: rgb(226,220,175); }
td.TdClassName
{
border-color: #E2DCAF;
}
.TagClassName
{
border-color: #E2DCAF;
}
</style>