Color Hex Logo

#ec740c Color Hex

#EC740C
(236,116,12)
0 Favorites   0 Comments

Color spaces of #ec740c

RGB 23611612
HSL0.080.900.49
HSV28°95°93°
CMYK 0.000.510.95   0.07
XYZ40.903830.35024.0501
Yxy30.35020.54320.4030
Hunter Lab55.091036.122834.2049
CIE-Lab61.955241.481667.6432

#ec740c color RGB value is (236,116,12).

#ec740c hex color red value is 236, green value is 116 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ec740c hue: 0.08 , saturation: 0.90 and the lightness value of ec740c is 0.49.

The process color (four color CMYK) of #ec740c color hex is 0.00, 0.51, 0.95, 0.07. Web safe color of #ec740c is #ff6600. Color #ec740c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 00001100
Octal 354 164 14
Decimal 236 116 12
Hex EC 74 C

RGB Percentages of Color #ec740c

%64.84
%31.87
%3.30

CMYK Percentages of Color #ec740c

%0
%51
%95
%7

Triadic Colors of #ec740c

#ec740c #0cec74 #740cec

Analogous Colors of #ec740c

#ec740c #ece40c #ec0c14

Monochromatic Colors of #ec740c

#ec740c

Complementary Color

#ec740c #0c84ec

#ec740c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec740c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec740c Color CSS Codes

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

#ec740c Text Font Color

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

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


#ec740c Background Color

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

This div background color is #ec740c


#ec740c Border Color

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

This div border color is #ec740c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec740c


Comments

No comments written yet.

Please login to write comment.