Color Hex Logo

#eca311 Color Hex

#ECA311
(236,163,17)
0 Favorites   0 Comments

Color spaces of #eca311

RGB 23616317
HSL0.110.870.50
HSV40°93°93°
CMYK 0.000.310.93   0.07
XYZ47.790444.06776.5174
Yxy44.06770.48580.4480
Hunter Lab66.383512.333540.6475
CIE-Lab72.273717.101673.9610

#eca311 color RGB value is (236,163,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00010001
Octal 354 243 21
Decimal 236 163 17
Hex EC A3 11

RGB Percentages of Color #eca311

%56.73
%39.18
%4.09

CMYK Percentages of Color #eca311

%0
%31
%93
%7

Triadic Colors of #eca311

#eca311 #11eca3 #a311ec

Analogous Colors of #eca311

#eca311 #c8ec11 #ec3611

Monochromatic Colors of #eca311

#eca311

Complementary Color

#eca311 #115aec

#eca311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca311 Color CSS Codes

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

#eca311 Text Font Color

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

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


#eca311 Background Color

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

This div background color is #eca311


#eca311 Border Color

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

This div border color is #eca311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca311


Comments

No comments written yet.

Please login to write comment.