Color Hex Logo

#ec650a Color Hex

#EC650A
(236,101,10)
0 Favorites   0 Comments

Color spaces of #ec650a

RGB 23610110
HSL0.070.920.48
HSV24°96°93°
CMYK 0.000.570.96   0.07
XYZ39.300527.16213.4586
Yxy27.16210.56210.3885
Hunter Lab52.117343.397732.5475
CIE-Lab59.124148.686766.1844

#ec650a color RGB value is (236,101,10).

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

The process color (four color CMYK) of #ec650a color hex is 0.00, 0.57, 0.96, 0.07. Web safe color of #ec650a is #ff6600. Color #ec650a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 00001010
Octal 354 145 12
Decimal 236 101 10
Hex EC 65 A

RGB Percentages of Color #ec650a

%68.01
%29.11
%2.88

CMYK Percentages of Color #ec650a

%0
%57
%96
%7

Triadic Colors of #ec650a

#ec650a #0aec65 #650aec

Analogous Colors of #ec650a

#ec650a #ecd60a #ec0a20

Monochromatic Colors of #ec650a

#ec650a

Complementary Color

#ec650a #0a91ec

#ec650a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec650a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec650a Color CSS Codes

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

#ec650a Text Font Color

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

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


#ec650a Background Color

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

This div background color is #ec650a


#ec650a Border Color

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

This div border color is #ec650a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec650a


Comments

No comments written yet.

Please login to write comment.