Color Hex Logo

#eca94c Color Hex

#ECA94C
(236,169,76)
0 Favorites   0 Comments

Color spaces of #eca94c

RGB 23616976
HSL0.100.810.61
HSV35°68°93°
CMYK 0.000.280.68   0.07
XYZ50.084546.730613.2176
Yxy46.73060.45520.4247
Hunter Lab68.359811.150236.3879
CIE-Lab74.017115.849756.1733

#eca94c color RGB value is (236,169,76).

#eca94c hex color red value is 236, green value is 169 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eca94c hue: 0.10 , saturation: 0.81 and the lightness value of eca94c is 0.61.

The process color (four color CMYK) of #eca94c color hex is 0.00, 0.28, 0.68, 0.07. Web safe color of #eca94c is #ff9933. Color #eca94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01001100
Octal 354 251 114
Decimal 236 169 76
Hex EC A9 4C

RGB Percentages of Color #eca94c

%49.06
%35.14
%15.80

CMYK Percentages of Color #eca94c

%0
%28
%68
%7

Triadic Colors of #eca94c

#eca94c #4ceca9 #a94cec

Analogous Colors of #eca94c

#eca94c #dfec4c #ec594c

Monochromatic Colors of #eca94c

#eca94c

Complementary Color

#eca94c #4c8fec

#eca94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca94c Color CSS Codes

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

#eca94c Text Font Color

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

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


#eca94c Background Color

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

This div background color is #eca94c


#eca94c Border Color

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

This div border color is #eca94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca94c


Comments

No comments written yet.

Please login to write comment.