Color Hex Logo

#ec943f Color Hex

#EC943F
(236,148,63)
0 Favorites   0 Comments

Color spaces of #ec943f

RGB 23614863
HSL0.080.820.59
HSV29°73°93°
CMYK 0.000.370.73   0.07
XYZ46.079239.37169.8735
Yxy39.37160.48340.4130
Hunter Lab62.746821.277734.5932
CIE-Lab69.019626.324856.7323

#ec943f color RGB value is (236,148,63).

#ec943f hex color red value is 236, green value is 148 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ec943f hue: 0.08 , saturation: 0.82 and the lightness value of ec943f is 0.59.

The process color (four color CMYK) of #ec943f color hex is 0.00, 0.37, 0.73, 0.07. Web safe color of #ec943f is #ff9933. Color #ec943f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 00111111
Octal 354 224 77
Decimal 236 148 63
Hex EC 94 3F

RGB Percentages of Color #ec943f

%52.80
%33.11
%14.09

CMYK Percentages of Color #ec943f

%0
%37
%73
%7

Triadic Colors of #ec943f

#ec943f #3fec94 #943fec

Analogous Colors of #ec943f

#ec943f #eceb3f #ec3f40

Monochromatic Colors of #ec943f

#ec943f

Complementary Color

#ec943f #3f97ec

#ec943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec943f Color CSS Codes

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

#ec943f Text Font Color

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

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


#ec943f Background Color

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

This div background color is #ec943f


#ec943f Border Color

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

This div border color is #ec943f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec943f


Comments

No comments written yet.

Please login to write comment.