Color Hex Logo

#eca12f Color Hex

#ECA12F
(236,161,47)
0 Favorites   0 Comments

Color spaces of #eca12f

RGB 23616147
HSL0.100.830.55
HSV36°80°93°
CMYK 0.000.320.80   0.07
XYZ47.850043.52788.5691
Yxy43.52780.47880.4355
Hunter Lab65.975614.003138.4822
CIE-Lab71.911718.827165.8639

#eca12f color RGB value is (236,161,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00101111
Octal 354 241 57
Decimal 236 161 47
Hex EC A1 2F

RGB Percentages of Color #eca12f

%53.15
%36.26
%10.59

CMYK Percentages of Color #eca12f

%0
%32
%80
%7

Triadic Colors of #eca12f

#eca12f #2feca1 #a12fec

Analogous Colors of #eca12f

#eca12f #d9ec2f #ec422f

Monochromatic Colors of #eca12f

#eca12f

Complementary Color

#eca12f #2f7aec

#eca12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca12f Color CSS Codes

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

#eca12f Text Font Color

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

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


#eca12f Background Color

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

This div background color is #eca12f


#eca12f Border Color

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

This div border color is #eca12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca12f


Comments

No comments written yet.

Please login to write comment.