Color Hex Logo

#ec913a Color Hex

#EC913A
(236,145,58)
0 Favorites   0 Comments

Color spaces of #ec913a

RGB 23614558
HSL0.080.820.58
HSV29°75°93°
CMYK 0.000.390.75   0.07
XYZ45.481238.38929.0157
Yxy38.38920.48960.4133
Hunter Lab61.959022.600234.7440
CIE-Lab68.306527.692058.1841

#ec913a color RGB value is (236,145,58).

#ec913a hex color red value is 236, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ec913a hue: 0.08 , saturation: 0.82 and the lightness value of ec913a is 0.58.

The process color (four color CMYK) of #ec913a color hex is 0.00, 0.39, 0.75, 0.07. Web safe color of #ec913a is #ff9933. Color #ec913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 00111010
Octal 354 221 72
Decimal 236 145 58
Hex EC 91 3A

RGB Percentages of Color #ec913a

%53.76
%33.03
%13.21

CMYK Percentages of Color #ec913a

%0
%39
%75
%7

Triadic Colors of #ec913a

#ec913a #3aec91 #913aec

Analogous Colors of #ec913a

#ec913a #ecea3a #ec3a3c

Monochromatic Colors of #ec913a

#ec913a

Complementary Color

#ec913a #3a95ec

#ec913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec913a Color CSS Codes

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

#ec913a Text Font Color

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

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


#ec913a Background Color

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

This div background color is #ec913a


#ec913a Border Color

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

This div border color is #ec913a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec913a


Comments

No comments written yet.

Please login to write comment.