#E1E1A0

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

Shades of Mint Julep #E1E1A0

Tints of Mint Julep #E1E1A0

Color information

#E1E1A0 (or 0xE1E1A0) is unknown color: approx Mint Julep. HEX triplet: E1, E1 and A0. RGB value is (225,225,160). Sum of RGB (Red+Green+Blue) = 225+225+160=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E1A0 is #1E1E5F. Grayscale: #D9D9D9. Windows color (decimal): -1973856 or 10543585. OLE color: 10543585.

HSL color Cylindrical-coordinate representation of color #E1E1A0: hue angle of 60º 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 #E1E1A0 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225225160-
CMYK000.290.12
HSL60º52%75.49%-
HSV(B)60º28.89%88.24%-
XYZ64.3272.443.84-
YUV217.5995.5133.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=36.89%
G=36.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225160000.290.12605275.49
HexE1E1A0001DC3c344b
Octal3413412400035147464113
Binary111000011110000110100000001110111001111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1A0; }

 p { color: rgb(225,225,160); }

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

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

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

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

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

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

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