#E0DC9F

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

Shades of Mint Julep #E0DC9F

Tints of Mint Julep #E0DC9F

Color information

#E0DC9F (or 0xE0DC9F) is unknown color: approx Mint Julep. HEX triplet: E0, DC and 9F. RGB value is (224,220,159). Sum of RGB (Red+Green+Blue) = 224+220+159=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC9F is #1F2360. Grayscale: #D6D6D6. Windows color (decimal): -2040673 or 10476768. OLE color: 10476768.

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

Color convert

RGB224220159-
CMYK00.020.290.12
HSL56.31º51.18%75.1%-
HSV(B)56.31º29.02%87.84%-
XYZ62.5969.5442.92-
YUV214.2496.83134.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=37.15%
G=36.48%
B=26.37%

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
Decimal22422015900.020.290.1256.3151.1875.1
HexE0DC9F021DC38334b
Octal3403342370235147063113
Binary1110000011011100100111110101110111001110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC9F; }

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

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

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

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

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

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

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

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