Color Hex Logo

#ec590a Color Hex

#EC590A
(236,89,10)
0 Favorites   0 Comments

Color spaces of #ec590a

RGB 2368910
HSL0.060.920.48
HSV21°96°93°
CMYK 0.000.620.96   0.07
XYZ38.219224.99953.0982
Yxy24.99950.57630.3770
Hunter Lab49.999548.944831.3258
CIE-Lab57.074954.071164.9327

#ec590a color RGB value is (236,89,10).

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

The process color (four color CMYK) of #ec590a color hex is 0.00, 0.62, 0.96, 0.07. Web safe color of #ec590a is #ff6600. Color #ec590a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011001 00001010
Octal 354 131 12
Decimal 236 89 10
Hex EC 59 A

RGB Percentages of Color #ec590a

%70.45
%26.57
%2.99

CMYK Percentages of Color #ec590a

%0
%62
%96
%7

Triadic Colors of #ec590a

#ec590a #0aec59 #590aec

Analogous Colors of #ec590a

#ec590a #ecca0a #ec0a2c

Monochromatic Colors of #ec590a

#ec590a

Complementary Color

#ec590a #0a9dec

#ec590a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec590a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec590a Color CSS Codes

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

#ec590a Text Font Color

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

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


#ec590a Background Color

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

This div background color is #ec590a


#ec590a Border Color

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

This div border color is #ec590a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec590a


Comments

No comments written yet.

Please login to write comment.