Color Hex Logo

#ec8614 Color Hex

#EC8614
(236,134,20)
0 Favorites   0 Comments

Color spaces of #ec8614

RGB 23613420
HSL0.090.850.50
HSV32°92°93°
CMYK 0.000.430.92   0.07
XYZ43.243434.93365.1255
Yxy34.93360.51910.4194
Hunter Lab59.104727.164836.2317
CIE-Lab65.696932.417868.6427

#ec8614 color RGB value is (236,134,20).

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

The process color (four color CMYK) of #ec8614 color hex is 0.00, 0.43, 0.92, 0.07. Web safe color of #ec8614 is #ff9900. Color #ec8614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 00010100
Octal 354 206 24
Decimal 236 134 20
Hex EC 86 14

RGB Percentages of Color #ec8614

%60.51
%34.36
%5.13

CMYK Percentages of Color #ec8614

%0
%43
%92
%7

Triadic Colors of #ec8614

#ec8614 #14ec86 #8614ec

Analogous Colors of #ec8614

#ec8614 #e6ec14 #ec1a14

Monochromatic Colors of #ec8614

#ec8614

Complementary Color

#ec8614 #147aec

#ec8614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8614 Color CSS Codes

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

#ec8614 Text Font Color

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

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


#ec8614 Background Color

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

This div background color is #ec8614


#ec8614 Border Color

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

This div border color is #ec8614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8614


Comments

No comments written yet.

Please login to write comment.