Color Hex Logo

#ec330a Color Hex

#EC330A
(236,51,10)
0 Favorites   0 Comments

Color spaces of #ec330a

RGB 2365110
HSL0.030.920.48
HSV11°96°93°
CMYK 0.000.780.96   0.07
XYZ35.830720.22242.3020
Yxy20.22240.61400.3465
Hunter Lab44.969363.529128.4434
CIE-Lab52.087767.713962.0901

#ec330a color RGB value is (236,51,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 00001010
Octal 354 63 12
Decimal 236 51 10
Hex EC 33 A

RGB Percentages of Color #ec330a

%79.46
%17.17
%3.37

CMYK Percentages of Color #ec330a

%0
%78
%96
%7

Triadic Colors of #ec330a

#ec330a #0aec33 #330aec

Analogous Colors of #ec330a

#ec330a #eca40a #ec0a52

Monochromatic Colors of #ec330a

#ec330a

Complementary Color

#ec330a #0ac3ec

#ec330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec330a Color CSS Codes

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

#ec330a Text Font Color

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

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


#ec330a Background Color

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

This div background color is #ec330a


#ec330a Border Color

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

This div border color is #ec330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec330a


Comments

No comments written yet.

Please login to write comment.