#E1DC9F

Color #E1DC9F Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #E1DC9F

Tints of Mint Julep #E1DC9F

Color information

#E1DC9F (or 0xE1DC9F) is unknown color: approx Mint Julep. HEX triplet: E1, DC and 9F. RGB value is (225,220,159). Sum of RGB (Red+Green+Blue) = 225+220+159=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC9F is #1E2360. Grayscale: #D6D6D6. Windows color (decimal): -1975137 or 10476769. OLE color: 10476769.

HSL color Cylindrical-coordinate representation of color #E1DC9F: hue angle of 55.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1DC9F is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225220159-
CMYK00.020.290.12
HSL55.45º52.38%75.29%-
HSV(B)55.45º29.33%88.24%-
XYZ62.969.742.94-
YUV214.5496.66135.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=37.25%
G=36.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522015900.020.290.1255.4552.3875.29
HexE1DC9F021DC37344b
Octal3413342370235146764113
Binary1110000111011100100111110101110111001101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC9F; }

 p { color: rgb(225,220,159); }

 H1.HeaderClassName
 {
   color: #E1DC9F;
 }
 .AnyTagClassName
 {
   color: #E1DC9F;
 }
</style>
background-color css

<style>
 a { background-color: #E1DC9F; }

 a { background-color: rgb(225,220,159); }

 div.DivClassName
 {
   background-color: #E1DC9F;
 }
 .BgClassName
 {
   background-color: #E1DC9F;
 }
</style>
border-color css

<style>
 span { border-color: #E1DC9F; }

 span { border-color: rgb(225,220,159); }

 td.TdClassName
 {
   border-color: #E1DC9F;
 }
 .TagClassName
 {
   border-color: #E1DC9F;
 }
</style>