Color Hex Logo

#eca74c Color Hex

#ECA74C
(236,167,76)
0 Favorites   0 Comments

Color spaces of #eca74c

RGB 23616776
HSL0.090.810.61
HSV34°68°93°
CMYK 0.000.290.68   0.07
XYZ49.715345.992113.0946
Yxy45.99210.45690.4227
Hunter Lab67.817512.173336.0242
CIE-Lab73.540416.909755.6595

#eca74c color RGB value is (236,167,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100111 01001100
Octal 354 247 114
Decimal 236 167 76
Hex EC A7 4C

RGB Percentages of Color #eca74c

%49.27
%34.86
%15.87

CMYK Percentages of Color #eca74c

%0
%29
%68
%7

Triadic Colors of #eca74c

#eca74c #4ceca7 #a74cec

Analogous Colors of #eca74c

#eca74c #e1ec4c #ec574c

Monochromatic Colors of #eca74c

#eca74c

Complementary Color

#eca74c #4c91ec

#eca74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca74c Color CSS Codes

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

#eca74c Text Font Color

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

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


#eca74c Background Color

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

This div background color is #eca74c


#eca74c Border Color

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

This div border color is #eca74c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,167,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 #eca74c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca74c


Comments

No comments written yet.

Please login to write comment.