Color Hex Logo

#eca12b Color Hex

#ECA12B
(236,161,43)
0 Favorites   0 Comments

Color spaces of #eca12b

RGB 23616143
HSL0.100.840.55
HSV37°82°93°
CMYK 0.000.320.82   0.07
XYZ47.773043.49708.1634
Yxy43.49700.48050.4374
Hunter Lab65.952313.881338.8278
CIE-Lab71.891018.703067.2027

#eca12b color RGB value is (236,161,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00101011
Octal 354 241 53
Decimal 236 161 43
Hex EC A1 2B

RGB Percentages of Color #eca12b

%53.64
%36.59
%9.77

CMYK Percentages of Color #eca12b

%0
%32
%82
%7

Triadic Colors of #eca12b

#eca12b #2beca1 #a12bec

Analogous Colors of #eca12b

#eca12b #d7ec2b #ec412b

Monochromatic Colors of #eca12b

#eca12b

Complementary Color

#eca12b #2b76ec

#eca12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca12b Color CSS Codes

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

#eca12b Text Font Color

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

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


#eca12b Background Color

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

This div background color is #eca12b


#eca12b Border Color

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

This div border color is #eca12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca12b


Comments

No comments written yet.

Please login to write comment.