#E1DA9F

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

Shades of Mint Julep #E1DA9F

Tints of Mint Julep #E1DA9F

Color information

#E1DA9F (or 0xE1DA9F) is unknown color: approx Mint Julep. HEX triplet: E1, DA and 9F. RGB value is (225,218,159). Sum of RGB (Red+Green+Blue) = 225+218+159=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA9F is #1E2560. Grayscale: #D5D5D5. Windows color (decimal): -1975649 or 10476257. OLE color: 10476257.

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

Color convert

RGB225218159-
CMYK00.030.290.12
HSL53.64º52.38%75.29%-
HSV(B)53.64º29.33%88.24%-
XYZ62.3868.6542.76-
YUV213.3797.32136.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=37.38%
G=36.21%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521815900.030.290.1253.6452.3875.29
HexE1DA9F031DC36344b
Octal3413322370335146664113
Binary1110000111011010100111110111110111001101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA9F; }

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

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

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

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

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

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

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

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