Color Hex Logo

#ec943c Color Hex

#EC943C
(236,148,60)
0 Favorites   0 Comments

Color spaces of #ec943c

RGB 23614860
HSL0.080.820.58
HSV30°75°93°
CMYK 0.000.370.75   0.07
XYZ45.997639.33899.4438
Yxy39.33890.48530.4151
Hunter Lab62.720721.145534.9773
CIE-Lab68.996026.194358.0145

#ec943c color RGB value is (236,148,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 00111100
Octal 354 224 74
Decimal 236 148 60
Hex EC 94 3C

RGB Percentages of Color #ec943c

%53.15
%33.33
%13.51

CMYK Percentages of Color #ec943c

%0
%37
%75
%7

Triadic Colors of #ec943c

#ec943c #3cec94 #943cec

Analogous Colors of #ec943c

#ec943c #ecec3c #ec3c3c

Monochromatic Colors of #ec943c

#ec943c

Complementary Color

#ec943c #3c94ec

#ec943c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec943c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec943c Color CSS Codes

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

#ec943c Text Font Color

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

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


#ec943c Background Color

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

This div background color is #ec943c


#ec943c Border Color

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

This div border color is #ec943c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec943c


Comments

No comments written yet.

Please login to write comment.