color codes Logo

#ec501e color codes

#EC501E
(236,80,30)
0 Favorites   0 Comments

Color spaces of #ec501e

RGB 2368030
HSL0.040.840.52
HSV15°87°93°
CMYK 0.000.660.87   0.07
XYZ37.695123.66393.8091
Yxy23.66390.57840.3631
Hunter Lab48.645653.188729.4093
CIE-Lab55.749758.088758.2954

#ec501e color RGB value is (236,80,30).

#ec501e hex color red value is 236, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ec501e hue: 0.04 , saturation: 0.84 and the lightness value of ec501e is 0.52.

The process color (four color CMYK) of #ec501e color code is 0.00, 0.66, 0.87, 0.07. Web safe color of #ec501e is #ff6633. Color #ec501e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 00011110
Octal 354 120 36
Decimal 236 80 30
Hex EC 50 1E

RGB Percentages of Color #ec501e

%68.21
%23.12
%8.67

CMYK Percentages of Color #ec501e

%0
%66
%87
%7

Triadic Colors of #ec501e

#ec501e #1eec50 #501eec

Analogous Colors of #ec501e

#ec501e #ecb71e #ec1e53

Monochromatic Colors of #ec501e

#ec501e

Complementary Color

#ec501e #1ebaec

#ec501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec501e Color CSS Codes

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

#ec501e Text Font Color

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

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


#ec501e Background Color

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

This div background color is #ec501e


#ec501e Border Color

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

This div border color is #ec501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec501e


Comments

No comments written yet.

Please login to write comment.