color codes Logo

#ec941f color codes

#EC941F
(236,148,31)
0 Favorites   0 Comments

Color spaces of #ec941f

RGB 23614831
HSL0.100.840.52
HSV34°87°93°
CMYK 0.000.370.87   0.07
XYZ45.429339.11166.4512
Yxy39.11160.49930.4298
Hunter Lab62.539320.220937.6615
CIE-Lab68.832025.277968.2928

#ec941f color RGB value is (236,148,31).

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

The process color (four color CMYK) of #ec941f color code is 0.00, 0.37, 0.87, 0.07. Web safe color of #ec941f is #ff9933. Color #ec941f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 00011111
Octal 354 224 37
Decimal 236 148 31
Hex EC 94 1F

RGB Percentages of Color #ec941f

%56.87
%35.66
%7.47

CMYK Percentages of Color #ec941f

%0
%37
%87
%7

Triadic Colors of #ec941f

#ec941f #1fec94 #941fec

Analogous Colors of #ec941f

#ec941f #deec1f #ec2e1f

Monochromatic Colors of #ec941f

#ec941f

Complementary Color

#ec941f #1f77ec

#ec941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec941f Color CSS Codes

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

#ec941f Text Font Color

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

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


#ec941f Background Color

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

This div background color is #ec941f


#ec941f Border Color

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

This div border color is #ec941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec941f


Comments

No comments written yet.

Please login to write comment.