Shades of Mint Julep #E0DCAF
Tints of Mint Julep #E0DCAF
RGB
CMYK
RGB Variations
Color information
#E0DCAF (or 0xE0DCAF) is known color: Mint Julep. HEX triplet: E0, DC and AF. RGB value is (224,220,175). Sum of RGB (Red+Green+Blue) = 224+220+175=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DCAF is #1F2350. Grayscale: #D8D8D8. Windows color (decimal): -2040657 or 11525344. OLE color: 11525344.
HSL color Cylindrical-coordinate representation of color #E0DCAF: hue angle of 55.1º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0DCAF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 175 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.12 |
| HSL | 55.1º | 0.44% | 0.78% | - |
| HSV(B) | 55.1º | 0.22% | 0.88% | - |
| XYZ | 64.07 | 70.13 | 50.72 | - |
| YUV | 216.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 175 | 0 | 0.02 | 0.22 | 0.12 | 55.1 | 0.44 | 0.78 |
| Hex | E0 | DC | AF | 0 | 2 | 16 | C | 37 | 2C | 4E |
| Octal | 340 | 334 | 257 | 0 | 2 | 26 | 14 | 67 | 54 | 116 |
| Binary | 11100000 | 11011100 | 10101111 | 0 | 10 | 10110 | 1100 | 110111 | 101100 | 1001110 |
Color Harmonies of #E0DCAF
Complementary color
Monochromatic Colors of #E0DCAF
Black with #E0DCAF
Text Example
Text Example
White with #E0DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCAF; }
p { color: rgb(224,220,175); }
H1.HeaderClassName
{
color: #E0DCAF;
}
.AnyTagClassName
{
color: #E0DCAF;
}
</style>
background-color css
<style>
a { background-color: #E0DCAF; }
a { background-color: rgb(224,220,175); }
div.DivClassName
{
background-color: #E0DCAF;
}
.BgClassName
{
background-color: #E0DCAF;
}
</style>
border-color css
<style>
span { border-color: #E0DCAF; }
span { border-color: rgb(224,220,175); }
td.TdClassName
{
border-color: #E0DCAF;
}
.TagClassName
{
border-color: #E0DCAF;
}
</style>