Color Hex Logo

#eca95a Color Hex

#ECA95A
(236,169,90)
0 Favorites   0 Comments

Color spaces of #eca95a

RGB 23616990
HSL0.090.790.64
HSV32°62°93°
CMYK 0.000.280.62   0.07
XYZ50.625546.947016.0663
Yxy46.94700.44550.4131
Hunter Lab68.517911.981234.0600
CIE-Lab74.155916.700649.7557

#eca95a color RGB value is (236,169,90).

#eca95a hex color red value is 236, green value is 169 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eca95a hue: 0.09 , saturation: 0.79 and the lightness value of eca95a is 0.64.

The process color (four color CMYK) of #eca95a color hex is 0.00, 0.28, 0.62, 0.07. Web safe color of #eca95a is #ff9966. Color #eca95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01011010
Octal 354 251 132
Decimal 236 169 90
Hex EC A9 5A

RGB Percentages of Color #eca95a

%47.68
%34.14
%18.18

CMYK Percentages of Color #eca95a

%0
%28
%62
%7

Triadic Colors of #eca95a

#eca95a #5aeca9 #a95aec

Analogous Colors of #eca95a

#eca95a #e6ec5a #ec605a

Monochromatic Colors of #eca95a

#eca95a

Complementary Color

#eca95a #5a9dec

#eca95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca95a Color CSS Codes

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

#eca95a Text Font Color

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

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


#eca95a Background Color

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

This div background color is #eca95a


#eca95a Border Color

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

This div border color is #eca95a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,169,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eca95a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eca95a;
  -webkit-box-shadow: 1px 1px 3px 2px #eca95a;
  box-shadow:         1px 1px 3px 2px #eca95a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,169,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca95a


Comments

No comments written yet.

Please login to write comment.