Color Hex Logo

#ec8940 Color Hex

#EC8940
(236,137,64)
0 Favorites   0 Comments

Color spaces of #ec8940

RGB 23613764
HSL0.070.820.59
HSV25°73°93°
CMYK 0.000.420.73   0.07
XYZ44.463136.09449.4739
Yxy36.09440.49390.4009
Hunter Lab60.078626.967132.7055
CIE-Lab66.592032.141953.7757

#ec8940 color RGB value is (236,137,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 01000000
Octal 354 211 100
Decimal 236 137 64
Hex EC 89 40

RGB Percentages of Color #ec8940

%54.00
%31.35
%14.65

CMYK Percentages of Color #ec8940

%0
%42
%73
%7

Triadic Colors of #ec8940

#ec8940 #40ec89 #8940ec

Analogous Colors of #ec8940

#ec8940 #ecdf40 #ec404d

Monochromatic Colors of #ec8940

#ec8940

Complementary Color

#ec8940 #40a3ec

#ec8940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8940 Color CSS Codes

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

#ec8940 Text Font Color

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

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


#ec8940 Background Color

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

This div background color is #ec8940


#ec8940 Border Color

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

This div border color is #ec8940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8940


Comments

No comments written yet.

Please login to write comment.