Shades of Mint Julep #E0DBAE
Tints of Mint Julep #E0DBAE
RGB
CMYK
RGB Variations
Color information
#E0DBAE (or 0xE0DBAE) is known color: Mint Julep. HEX triplet: E0, DB and AE. RGB value is (224,219,174). Sum of RGB (Red+Green+Blue) = 224+219+174=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DBAE is #1F2451. Grayscale: #D7D7D7. Windows color (decimal): -2040914 or 11459552. OLE color: 11459552.
HSL color Cylindrical-coordinate representation of color #E0DBAE: hue angle of 54º degrees, saturation: 0.45, 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 #E0DBAE is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 174 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.12 |
| HSL | 54º | 0.45% | 0.78% | - |
| HSV(B) | 54º | 0.22% | 0.88% | - |
| XYZ | 63.71 | 69.57 | 50.11 | - |
| YUV | 215.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 174 | 0 | 0.02 | 0.22 | 0.12 | 54 | 0.45 | 0.78 |
| Hex | E0 | DB | AE | 0 | 2 | 16 | C | 36 | 2D | 4E |
| Octal | 340 | 333 | 256 | 0 | 2 | 26 | 14 | 66 | 55 | 116 |
| Binary | 11100000 | 11011011 | 10101110 | 0 | 10 | 10110 | 1100 | 110110 | 101101 | 1001110 |
Color Harmonies of #E0DBAE
Complementary color
Monochromatic Colors of #E0DBAE
Black with #E0DBAE
Text Example
Text Example
White with #E0DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBAE; }
p { color: rgb(224,219,174); }
H1.HeaderClassName
{
color: #E0DBAE;
}
.AnyTagClassName
{
color: #E0DBAE;
}
</style>
background-color css
<style>
a { background-color: #E0DBAE; }
a { background-color: rgb(224,219,174); }
div.DivClassName
{
background-color: #E0DBAE;
}
.BgClassName
{
background-color: #E0DBAE;
}
</style>
border-color css
<style>
span { border-color: #E0DBAE; }
span { border-color: rgb(224,219,174); }
td.TdClassName
{
border-color: #E0DBAE;
}
.TagClassName
{
border-color: #E0DBAE;
}
</style>