Color Hex Logo

#eca30a Color Hex

#ECA30A
(236,163,10)
0 Favorites   0 Comments

Color spaces of #eca30a

RGB 23616310
HSL0.110.920.48
HSV41°96°93°
CMYK 0.000.310.96   0.07
XYZ47.744144.04926.2731
Yxy44.04920.48690.4492
Hunter Lab66.369612.260340.8547
CIE-Lab72.261417.026474.9297

#eca30a color RGB value is (236,163,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00001010
Octal 354 243 12
Decimal 236 163 10
Hex EC A3 A

RGB Percentages of Color #eca30a

%57.70
%39.85
%2.44

CMYK Percentages of Color #eca30a

%0
%31
%96
%7

Triadic Colors of #eca30a

#eca30a #0aeca3 #a30aec

Analogous Colors of #eca30a

#eca30a #c4ec0a #ec320a

Monochromatic Colors of #eca30a

#eca30a

Complementary Color

#eca30a #0a53ec

#eca30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca30a Color CSS Codes

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

#eca30a Text Font Color

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

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


#eca30a Background Color

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

This div background color is #eca30a


#eca30a Border Color

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

This div border color is #eca30a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,163,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 #eca30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca30a


Comments

No comments written yet.

Please login to write comment.