Color Hex Logo

#ec901c Color Hex

#EC901C
(236,144,28)
0 Favorites   0 Comments

Color spaces of #ec901c

RGB 23614428
HSL0.090.850.52
HSV33°88°93°
CMYK 0.000.390.88   0.07
XYZ44.774937.86326.0470
Yxy37.86320.50490.4269
Hunter Lab61.533122.203737.2466
CIE-Lab67.919727.324368.3834

#ec901c color RGB value is (236,144,28).

#ec901c hex color red value is 236, green value is 144 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ec901c hue: 0.09 , saturation: 0.85 and the lightness value of ec901c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 00011100
Octal 354 220 34
Decimal 236 144 28
Hex EC 90 1C

RGB Percentages of Color #ec901c

%57.84
%35.29
%6.86

CMYK Percentages of Color #ec901c

%0
%39
%88
%7

Triadic Colors of #ec901c

#ec901c #1cec90 #901cec

Analogous Colors of #ec901c

#ec901c #e0ec1c #ec281c

Monochromatic Colors of #ec901c

#ec901c

Complementary Color

#ec901c #1c78ec

#ec901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec901c Color CSS Codes

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

#ec901c Text Font Color

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

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


#ec901c Background Color

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

This div background color is #ec901c


#ec901c Border Color

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

This div border color is #ec901c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec901c


Comments

No comments written yet.

Please login to write comment.