Color Hex Logo

#eca129 Color Hex

#ECA129
(236,161,41)
0 Favorites   0 Comments

Color spaces of #eca129

RGB 23616141
HSL0.100.840.54
HSV37°83°93°
CMYK 0.000.320.83   0.07
XYZ47.737243.48277.9748
Yxy43.48270.48120.4384
Hunter Lab65.941413.824738.9886
CIE-Lab71.881418.645267.8406

#eca129 color RGB value is (236,161,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00101001
Octal 354 241 51
Decimal 236 161 41
Hex EC A1 29

RGB Percentages of Color #eca129

%53.88
%36.76
%9.36

CMYK Percentages of Color #eca129

%0
%32
%83
%7

Triadic Colors of #eca129

#eca129 #29eca1 #a129ec

Analogous Colors of #eca129

#eca129 #d6ec29 #ec4029

Monochromatic Colors of #eca129

#eca129

Complementary Color

#eca129 #2974ec

#eca129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca129 Color CSS Codes

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

#eca129 Text Font Color

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

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


#eca129 Background Color

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

This div background color is #eca129


#eca129 Border Color

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

This div border color is #eca129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca129


Comments

No comments written yet.

Please login to write comment.