Color Hex Logo

#ec571a Color Hex

#EC571A
(236,87,26)
0 Favorites   0 Comments

Color spaces of #ec571a

RGB 2368726
HSL0.050.850.51
HSV17°89°93°
CMYK 0.000.630.89   0.07
XYZ38.186724.72383.7368
Yxy24.72380.57300.3710
Hunter Lab49.723050.070630.3503
CIE-Lab56.805355.128760.5319

#ec571a color RGB value is (236,87,26).

#ec571a hex color red value is 236, green value is 87 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ec571a hue: 0.05 , saturation: 0.85 and the lightness value of ec571a is 0.51.

The process color (four color CMYK) of #ec571a color hex is 0.00, 0.63, 0.89, 0.07. Web safe color of #ec571a is #ff6633. Color #ec571a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 00011010
Octal 354 127 32
Decimal 236 87 26
Hex EC 57 1A

RGB Percentages of Color #ec571a

%67.62
%24.93
%7.45

CMYK Percentages of Color #ec571a

%0
%63
%89
%7

Triadic Colors of #ec571a

#ec571a #1aec57 #571aec

Analogous Colors of #ec571a

#ec571a #ecc01a #ec1a46

Monochromatic Colors of #ec571a

#ec571a

Complementary Color

#ec571a #1aafec

#ec571a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec571a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec571a Color CSS Codes

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

#ec571a Text Font Color

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

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


#ec571a Background Color

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

This div background color is #ec571a


#ec571a Border Color

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

This div border color is #ec571a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec571a


Comments

No comments written yet.

Please login to write comment.