Color Hex Logo

#ec330c Color Hex

#EC330C
(236,51,12)
0 Favorites   0 Comments

Color spaces of #ec330c

RGB 2365112
HSL0.030.900.49
HSV10°95°93°
CMYK 0.000.780.95   0.07
XYZ35.842320.22712.3629
Yxy20.22710.61340.3462
Hunter Lab44.974563.549528.3672
CIE-Lab52.093067.730161.6158

#ec330c color RGB value is (236,51,12).

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

The process color (four color CMYK) of #ec330c color hex is 0.00, 0.78, 0.95, 0.07. Web safe color of #ec330c is #ff3300. Color #ec330c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 00001100
Octal 354 63 14
Decimal 236 51 12
Hex EC 33 C

RGB Percentages of Color #ec330c

%78.93
%17.06
%4.01

CMYK Percentages of Color #ec330c

%0
%78
%95
%7

Triadic Colors of #ec330c

#ec330c #0cec33 #330cec

Analogous Colors of #ec330c

#ec330c #eca30c #ec0c55

Monochromatic Colors of #ec330c

#ec330c

Complementary Color

#ec330c #0cc5ec

#ec330c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec330c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec330c Color CSS Codes

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

#ec330c Text Font Color

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

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


#ec330c Background Color

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

This div background color is #ec330c


#ec330c Border Color

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

This div border color is #ec330c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec330c


Comments

No comments written yet.

Please login to write comment.