Color Hex Logo

#eca13e Color Hex

#ECA13E
(236,161,62)
0 Favorites   0 Comments

Color spaces of #eca13e

RGB 23616162
HSL0.090.820.58
HSV34°74°93°
CMYK 0.000.320.74   0.07
XYZ48.206443.670410.4459
Yxy43.67040.47110.4268
Hunter Lab66.083614.565236.8865
CIE-Lab72.007619.398860.1802

#eca13e color RGB value is (236,161,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00111110
Octal 354 241 76
Decimal 236 161 62
Hex EC A1 3E

RGB Percentages of Color #eca13e

%51.42
%35.08
%13.51

CMYK Percentages of Color #eca13e

%0
%32
%74
%7

Triadic Colors of #eca13e

#eca13e #3eeca1 #a13eec

Analogous Colors of #eca13e

#eca13e #e0ec3e #ec4a3e

Monochromatic Colors of #eca13e

#eca13e

Complementary Color

#eca13e #3e89ec

#eca13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca13e Color CSS Codes

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

#eca13e Text Font Color

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

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


#eca13e Background Color

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

This div background color is #eca13e


#eca13e Border Color

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

This div border color is #eca13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca13e


Comments

No comments written yet.

Please login to write comment.