Color Hex Logo

#ec760a Color Hex

#EC760A
(236,118,10)
0 Favorites   0 Comments

Color spaces of #ec760a

RGB 23611810
HSL0.080.920.48
HSV29°96°93°
CMYK 0.000.500.96   0.07
XYZ41.125330.81164.0669
Yxy30.81160.54110.4054
Hunter Lab55.508235.109034.5118
CIE-Lab62.348340.467668.2286

#ec760a color RGB value is (236,118,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 00001010
Octal 354 166 12
Decimal 236 118 10
Hex EC 76 A

RGB Percentages of Color #ec760a

%64.84
%32.42
%2.75

CMYK Percentages of Color #ec760a

%0
%50
%96
%7

Triadic Colors of #ec760a

#ec760a #0aec76 #760aec

Analogous Colors of #ec760a

#ec760a #ece70a #ec0a0f

Monochromatic Colors of #ec760a

#ec760a

Complementary Color

#ec760a #0a80ec

#ec760a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec760a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec760a Color CSS Codes

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

#ec760a Text Font Color

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

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


#ec760a Background Color

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

This div background color is #ec760a


#ec760a Border Color

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

This div border color is #ec760a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec760a


Comments

No comments written yet.

Please login to write comment.