Shades of Mint Julep #E4DCAE
Tints of Mint Julep #E4DCAE
RGB
CMYK
RGB Variations
Color information
#E4DCAE (or 0xE4DCAE) is known color: Mint Julep. HEX triplet: E4, DC and AE. RGB value is (228,220,174). Sum of RGB (Red+Green+Blue) = 228+220+174=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DCAE is #1B2351. Grayscale: #D9D9D9. Windows color (decimal): -1778514 or 11459812. OLE color: 11459812.
HSL color Cylindrical-coordinate representation of color #E4DCAE: hue angle of 51.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4DCAE is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 174 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.11 |
| HSL | 51.11º | 0.5% | 0.79% | - |
| HSV(B) | 51.11º | 0.24% | 0.89% | - |
| XYZ | 65.23 | 70.74 | 50.26 | - |
| YUV | 217.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 174 | 0 | 0.04 | 0.24 | 0.11 | 51.11 | 0.5 | 0.79 |
| Hex | E4 | DC | AE | 0 | 4 | 18 | B | 33 | 32 | 4F |
| Octal | 344 | 334 | 256 | 0 | 4 | 30 | 13 | 63 | 62 | 117 |
| Binary | 11100100 | 11011100 | 10101110 | 0 | 100 | 11000 | 1011 | 110011 | 110010 | 1001111 |
Color Harmonies of #E4DCAE
Complementary color
Monochromatic Colors of #E4DCAE
Black with #E4DCAE
Text Example
Text Example
White with #E4DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCAE; }
p { color: rgb(228,220,174); }
H1.HeaderClassName
{
color: #E4DCAE;
}
.AnyTagClassName
{
color: #E4DCAE;
}
</style>
background-color css
<style>
a { background-color: #E4DCAE; }
a { background-color: rgb(228,220,174); }
div.DivClassName
{
background-color: #E4DCAE;
}
.BgClassName
{
background-color: #E4DCAE;
}
</style>
border-color css
<style>
span { border-color: #E4DCAE; }
span { border-color: rgb(228,220,174); }
td.TdClassName
{
border-color: #E4DCAE;
}
.TagClassName
{
border-color: #E4DCAE;
}
</style>