Color Hex Logo

#e0c596 Color Hex

#E0C596
(224,197,150)
0 Favorites   0 Comments

Color spaces of #e0c596

RGB 224197150
HSL0.110.540.73
HSV38°33°88°
CMYK 0.000.120.33   0.12
XYZ56.211757.981837.0831
Yxy57.98180.37160.3833
Hunter Lab76.1458-1.484324.4277
CIE-Lab80.72872.760127.1039

#e0c596 color RGB value is (224,197,150).

#e0c596 hex color red value is 224, green value is 197 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e0c596 hue: 0.11 , saturation: 0.54 and the lightness value of e0c596 is 0.73.

The process color (four color CMYK) of #e0c596 color hex is 0.00, 0.12, 0.33, 0.12. Web safe color of #e0c596 is #cccc99. Color #e0c596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11000101 10010110
Octal 340 305 226
Decimal 224 197 150
Hex E0 C5 96

RGB Percentages of Color #e0c596

%39.23
%34.50
%26.27

CMYK Percentages of Color #e0c596

%0
%12
%33
%12

Triadic Colors of #e0c596

#e0c596 #96e0c5 #c596e0

Analogous Colors of #e0c596

#e0c596 #d6e096 #e0a096

Monochromatic Colors of #e0c596

#e0c596

Complementary Color

#e0c596 #96b1e0

#e0c596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c596 Color CSS Codes

.mybgcolor {background-color:#e0c596; } 
.myforecolor {color:#e0c596; }
.mybordercolor {border:3px solid #e0c596; }

#e0c596 Text Font Color

<p style="color:#e0c596">Text here</p>

This sample text font color is #e0c596
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e0c596 Background Color

<div style="background-color:#e0c596">
Div content here</div>

This div background color is #e0c596


#e0c596 Border Color

<div style="border:3px solid #e0c596">
Div here</div>

This div border color is #e0c596


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,197,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0c596; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0c596;
  -webkit-box-shadow: 1px 1px 3px 2px #e0c596;
  box-shadow:         1px 1px 3px 2px #e0c596; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,197,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0c596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e0c596;
  -webkit-box-shadow: 1px 1px 3px 2px #e0c596;
  box-shadow:         1px 1px 3px 2px #e0c596;">
Div content here</div>

This div box has shadow with color #e0c596


Comments

No comments written yet.

Please login to write comment.