Color Hex Logo

#eca94f Color Hex

#ECA94F
(236,169,79)
0 Favorites   0 Comments

Color spaces of #eca94f

RGB 23616979
HSL0.100.810.62
HSV34°67°93°
CMYK 0.000.280.67   0.07
XYZ50.191346.773313.7799
Yxy46.77330.45320.4224
Hunter Lab68.391011.314635.9275
CIE-Lab74.044516.018454.8357

#eca94f color RGB value is (236,169,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01001111
Octal 354 251 117
Decimal 236 169 79
Hex EC A9 4F

RGB Percentages of Color #eca94f

%48.76
%34.92
%16.32

CMYK Percentages of Color #eca94f

%0
%28
%67
%7

Triadic Colors of #eca94f

#eca94f #4feca9 #a94fec

Analogous Colors of #eca94f

#eca94f #e1ec4f #ec5b4f

Monochromatic Colors of #eca94f

#eca94f

Complementary Color

#eca94f #4f92ec

#eca94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca94f Color CSS Codes

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

#eca94f Text Font Color

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

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


#eca94f Background Color

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

This div background color is #eca94f


#eca94f Border Color

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

This div border color is #eca94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca94f


Comments

No comments written yet.

Please login to write comment.