#E0DCA3

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

Shades of Mint Julep #E0DCA3

Tints of Mint Julep #E0DCA3

Color information

#E0DCA3 (or 0xE0DCA3) is unknown color: approx Mint Julep. HEX triplet: E0, DC and A3. RGB value is (224,220,163). Sum of RGB (Red+Green+Blue) = 224+220+163=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DCA3 is #1F235C. Grayscale: #D6D6D6. Windows color (decimal): -2040669 or 10738912. OLE color: 10738912.

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

Color convert

RGB224220163-
CMYK00.020.270.12
HSL56.07º49.59%75.88%-
HSV(B)56.07º27.23%87.84%-
XYZ62.9469.6844.78-
YUV214.798.83134.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 163 (64.06% from 255) = 26.85%
R=36.90%
G=36.24%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422016300.020.270.1256.0749.5975.88
HexE0DCA3021BC38324c
Octal3403342430233147062114
Binary1110000011011100101000110101101111001110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCA3; }

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

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

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

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

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

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

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

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