Color Hex Logo

#ec430f Color Hex

#EC430F
(236,67,15)
0 Favorites   0 Comments

Color spaces of #ec430f

RGB 2366715
HSL0.040.880.49
HSV14°94°93°
CMYK 0.000.720.94   0.07
XYZ36.685521.88172.7420
Yxy21.88170.59840.3569
Hunter Lab46.777958.127129.2691
CIE-Lab53.901362.746761.8967

#ec430f color RGB value is (236,67,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000011 00001111
Octal 354 103 17
Decimal 236 67 15
Hex EC 43 F

RGB Percentages of Color #ec430f

%74.21
%21.07
%4.72

CMYK Percentages of Color #ec430f

%0
%72
%94
%7

Triadic Colors of #ec430f

#ec430f #0fec43 #430fec

Analogous Colors of #ec430f

#ec430f #ecb20f #ec0f49

Monochromatic Colors of #ec430f

#ec430f

Complementary Color

#ec430f #0fb8ec

#ec430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec430f Color CSS Codes

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

#ec430f Text Font Color

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

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


#ec430f Background Color

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

This div background color is #ec430f


#ec430f Border Color

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

This div border color is #ec430f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,67,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 #ec430f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec430f


Comments

No comments written yet.

Please login to write comment.