Color Hex Logo

#eca20a Color Hex

#ECA20A
(236,162,10)
0 Favorites   0 Comments

Color spaces of #eca20a

RGB 23616210
HSL0.110.920.48
HSV40°96°93°
CMYK 0.000.310.96   0.07
XYZ47.567243.69546.2142
Yxy43.69540.48800.4483
Hunter Lab66.102512.768840.6980
CIE-Lab72.024417.556274.7637

#eca20a color RGB value is (236,162,10).

#eca20a hex color red value is 236, green value is 162 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eca20a hue: 0.11 , saturation: 0.92 and the lightness value of eca20a is 0.48.

The process color (four color CMYK) of #eca20a color hex is 0.00, 0.31, 0.96, 0.07. Web safe color of #eca20a is #ff9900. Color #eca20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 00001010
Octal 354 242 12
Decimal 236 162 10
Hex EC A2 A

RGB Percentages of Color #eca20a

%57.84
%39.71
%2.45

CMYK Percentages of Color #eca20a

%0
%31
%96
%7

Triadic Colors of #eca20a

#eca20a #0aeca2 #a20aec

Analogous Colors of #eca20a

#eca20a #c5ec0a #ec310a

Monochromatic Colors of #eca20a

#eca20a

Complementary Color

#eca20a #0a54ec

#eca20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca20a Color CSS Codes

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

#eca20a Text Font Color

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

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


#eca20a Background Color

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

This div background color is #eca20a


#eca20a Border Color

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

This div border color is #eca20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca20a


Comments

No comments written yet.

Please login to write comment.