Color Hex Logo

#ec744f Color Hex

#EC744F
(236,116,79)
0 Favorites   0 Comments

Color spaces of #ec744f

RGB 23611679
HSL0.040.810.62
HSV14°67°93°
CMYK 0.000.510.67   0.07
XYZ42.248730.888211.1324
Yxy30.88820.50140.3665
Hunter Lab55.577238.432327.0279
CIE-Lab62.413143.600641.6747

#ec744f color RGB value is (236,116,79).

#ec744f hex color red value is 236, green value is 116 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ec744f hue: 0.04 , saturation: 0.81 and the lightness value of ec744f is 0.62.

The process color (four color CMYK) of #ec744f color hex is 0.00, 0.51, 0.67, 0.07. Web safe color of #ec744f is #ff6666. Color #ec744f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 01001111
Octal 354 164 117
Decimal 236 116 79
Hex EC 74 4F

RGB Percentages of Color #ec744f

%54.76
%26.91
%18.33

CMYK Percentages of Color #ec744f

%0
%51
%67
%7

Triadic Colors of #ec744f

#ec744f #4fec74 #744fec

Analogous Colors of #ec744f

#ec744f #ecc34f #ec4f79

Monochromatic Colors of #ec744f

#ec744f

Complementary Color

#ec744f #4fc7ec

#ec744f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec744f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec744f Color CSS Codes

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

#ec744f Text Font Color

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

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


#ec744f Background Color

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

This div background color is #ec744f


#ec744f Border Color

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

This div border color is #ec744f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec744f


Comments

No comments written yet.

Please login to write comment.