Color Hex Logo

#ec440f Color Hex

#EC440F
(236,68,15)
0 Favorites   0 Comments

Color spaces of #ec440f

RGB 2366815
HSL0.040.880.49
HSV14°94°93°
CMYK 0.000.710.94   0.07
XYZ36.745422.00162.7620
Yxy22.00160.59740.3577
Hunter Lab46.905957.749229.3429
CIE-Lab54.028762.395461.9743

#ec440f color RGB value is (236,68,15).

#ec440f hex color red value is 236, green value is 68 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ec440f hue: 0.04 , saturation: 0.88 and the lightness value of ec440f is 0.49.

The process color (four color CMYK) of #ec440f color hex is 0.00, 0.71, 0.94, 0.07. Web safe color of #ec440f is #ff3300. Color #ec440f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 00001111
Octal 354 104 17
Decimal 236 68 15
Hex EC 44 F

RGB Percentages of Color #ec440f

%73.98
%21.32
%4.70

CMYK Percentages of Color #ec440f

%0
%71
%94
%7

Triadic Colors of #ec440f

#ec440f #0fec44 #440fec

Analogous Colors of #ec440f

#ec440f #ecb30f #ec0f48

Monochromatic Colors of #ec440f

#ec440f

Complementary Color

#ec440f #0fb7ec

#ec440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec440f Color CSS Codes

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

#ec440f Text Font Color

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

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


#ec440f Background Color

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

This div background color is #ec440f


#ec440f Border Color

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

This div border color is #ec440f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec440f


Comments

No comments written yet.

Please login to write comment.