Shades of Mint Julep #E1DAA6
Tints of Mint Julep #E1DAA6
RGB
CMYK
RGB Variations
Color information
#E1DAA6 (or 0xE1DAA6) is known color: Mint Julep. HEX triplet: E1, DA and A6. RGB value is (225,218,166). Sum of RGB (Red+Green+Blue) = 225+218+166=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DAA6 is #1E2559. Grayscale: #D6D6D6. Windows color (decimal): -1975642 or 10935009. OLE color: 10935009.
HSL color Cylindrical-coordinate representation of color #E1DAA6: hue angle of 52.88º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1DAA6 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 166 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.12 |
| HSL | 52.88º | 0.5% | 0.77% | - |
| HSV(B) | 52.88º | 0.26% | 0.88% | - |
| XYZ | 63.01 | 68.9 | 46.06 | - |
| YUV | 214.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 166 | 0 | 0.03 | 0.26 | 0.12 | 52.88 | 0.5 | 0.77 |
| Hex | E1 | DA | A6 | 0 | 3 | 1A | C | 35 | 32 | 4D |
| Octal | 341 | 332 | 246 | 0 | 3 | 32 | 14 | 65 | 62 | 115 |
| Binary | 11100001 | 11011010 | 10100110 | 0 | 11 | 11010 | 1100 | 110101 | 110010 | 1001101 |
Color Harmonies of #E1DAA6
Complementary color
Monochromatic Colors of #E1DAA6
Black with #E1DAA6
Text Example
Text Example
White with #E1DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAA6; }
p { color: rgb(225,218,166); }
H1.HeaderClassName
{
color: #E1DAA6;
}
.AnyTagClassName
{
color: #E1DAA6;
}
</style>
background-color css
<style>
a { background-color: #E1DAA6; }
a { background-color: rgb(225,218,166); }
div.DivClassName
{
background-color: #E1DAA6;
}
.BgClassName
{
background-color: #E1DAA6;
}
</style>
border-color css
<style>
span { border-color: #E1DAA6; }
span { border-color: rgb(225,218,166); }
td.TdClassName
{
border-color: #E1DAA6;
}
.TagClassName
{
border-color: #E1DAA6;
}
</style>