Shades of Mint Julep #E5DBA1
Tints of Mint Julep #E5DBA1
RGB
CMYK
RGB Variations
Color information
#E5DBA1 (or 0xE5DBA1) is known color: Mint Julep. HEX triplet: E5, DB and A1. RGB value is (229,219,161). Sum of RGB (Red+Green+Blue) = 229+219+161=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DBA1 is #1A245E. Grayscale: #D7D7D7. Windows color (decimal): -1713247 or 10607589. OLE color: 10607589.
HSL color Cylindrical-coordinate representation of color #E5DBA1: hue angle of 51.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5DBA1 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 161 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.10 |
| HSL | 51.18º | 0.57% | 0.76% | - |
| HSV(B) | 51.18º | 0.3% | 0.9% | - |
| XYZ | 64.08 | 69.89 | 43.83 | - |
| YUV | 215.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 161 | 0 | 0.04 | 0.30 | 0.10 | 51.18 | 0.57 | 0.76 |
| Hex | E5 | DB | A1 | 0 | 4 | 1E | A | 33 | 39 | 4C |
| Octal | 345 | 333 | 241 | 0 | 4 | 36 | 12 | 63 | 71 | 114 |
| Binary | 11100101 | 11011011 | 10100001 | 0 | 100 | 11110 | 1010 | 110011 | 111001 | 1001100 |
Color Harmonies of #E5DBA1
Complementary color
Monochromatic Colors of #E5DBA1
Black with #E5DBA1
Text Example
Text Example
White with #E5DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBA1; }
p { color: rgb(229,219,161); }
H1.HeaderClassName
{
color: #E5DBA1;
}
.AnyTagClassName
{
color: #E5DBA1;
}
</style>
background-color css
<style>
a { background-color: #E5DBA1; }
a { background-color: rgb(229,219,161); }
div.DivClassName
{
background-color: #E5DBA1;
}
.BgClassName
{
background-color: #E5DBA1;
}
</style>
border-color css
<style>
span { border-color: #E5DBA1; }
span { border-color: rgb(229,219,161); }
td.TdClassName
{
border-color: #E5DBA1;
}
.TagClassName
{
border-color: #E5DBA1;
}
</style>