Color Hex Logo

#eca13c Color Hex

#ECA13C
(236,161,60)
0 Favorites   0 Comments

Color spaces of #eca13c

RGB 23616160
HSL0.100.820.58
HSV34°75°93°
CMYK 0.000.320.75   0.07
XYZ48.152643.648810.1621
Yxy43.64880.47230.4281
Hunter Lab66.067214.480737.1274
CIE-Lab71.993119.313060.9920

#eca13c color RGB value is (236,161,60).

#eca13c hex color red value is 236, green value is 161 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eca13c hue: 0.10 , saturation: 0.82 and the lightness value of eca13c is 0.58.

The process color (four color CMYK) of #eca13c color hex is 0.00, 0.32, 0.75, 0.07. Web safe color of #eca13c is #ff9933. Color #eca13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00111100
Octal 354 241 74
Decimal 236 161 60
Hex EC A1 3C

RGB Percentages of Color #eca13c

%51.64
%35.23
%13.13

CMYK Percentages of Color #eca13c

%0
%32
%75
%7

Triadic Colors of #eca13c

#eca13c #3ceca1 #a13cec

Analogous Colors of #eca13c

#eca13c #dfec3c #ec493c

Monochromatic Colors of #eca13c

#eca13c

Complementary Color

#eca13c #3c87ec

#eca13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca13c Color CSS Codes

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

#eca13c Text Font Color

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

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


#eca13c Background Color

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

This div background color is #eca13c


#eca13c Border Color

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

This div border color is #eca13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca13c


Comments

No comments written yet.

Please login to write comment.