Color Hex Logo

#eac591 Color Hex

#EAC591
(234,197,145)
0 Favorites   0 Comments

Color spaces of #eac591

RGB 234197145
HSL0.100.680.74
HSV35°38°92°
CMYK 0.000.160.38   0.08
XYZ59.008859.469335.1567
Yxy59.46930.38410.3871
Hunter Lab77.11631.633226.9516
CIE-Lab81.54896.073730.9797

#eac591 color RGB value is (234,197,145).

#eac591 hex color red value is 234, green value is 197 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eac591 hue: 0.10 , saturation: 0.68 and the lightness value of eac591 is 0.74.

The process color (four color CMYK) of #eac591 color hex is 0.00, 0.16, 0.38, 0.08. Web safe color of #eac591 is #ffcc99. Color #eac591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10010001
Octal 352 305 221
Decimal 234 197 145
Hex EA C5 91

RGB Percentages of Color #eac591

%40.63
%34.20
%25.17

CMYK Percentages of Color #eac591

%0
%16
%38
%8

Triadic Colors of #eac591

#eac591 #91eac5 #c591ea

Analogous Colors of #eac591

#eac591 #e3ea91 #ea9991

Monochromatic Colors of #eac591

#eac591

Complementary Color

#eac591 #91b6ea

#eac591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac591 Color CSS Codes

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

#eac591 Text Font Color

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

This sample text font color is #eac591
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.


#eac591 Background Color

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

This div background color is #eac591


#eac591 Border Color

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

This div border color is #eac591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac591


Comments

No comments written yet.

Please login to write comment.