Color Hex Logo

#ec9712 Color Hex

#EC9712
(236,151,18)
0 Favorites   0 Comments

Color spaces of #ec9712

RGB 23615118
HSL0.100.860.50
HSV37°92°93°
CMYK 0.000.360.92   0.07
XYZ45.767940.00985.8827
Yxy40.00980.49930.4365
Hunter Lab63.253318.463138.7632
CIE-Lab69.476523.468871.7651

#ec9712 color RGB value is (236,151,18).

#ec9712 hex color red value is 236, green value is 151 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ec9712 hue: 0.10 , saturation: 0.86 and the lightness value of ec9712 is 0.50.

The process color (four color CMYK) of #ec9712 color hex is 0.00, 0.36, 0.92, 0.07. Web safe color of #ec9712 is #ff9900. Color #ec9712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 00010010
Octal 354 227 22
Decimal 236 151 18
Hex EC 97 12

RGB Percentages of Color #ec9712

%58.27
%37.28
%4.44

CMYK Percentages of Color #ec9712

%0
%36
%92
%7

Triadic Colors of #ec9712

#ec9712 #12ec97 #9712ec

Analogous Colors of #ec9712

#ec9712 #d4ec12 #ec2a12

Monochromatic Colors of #ec9712

#ec9712

Complementary Color

#ec9712 #1267ec

#ec9712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9712 Color CSS Codes

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

#ec9712 Text Font Color

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

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


#ec9712 Background Color

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

This div background color is #ec9712


#ec9712 Border Color

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

This div border color is #ec9712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9712


Comments

No comments written yet.

Please login to write comment.