Color Hex Logo

#ec9216 Color Hex

#EC9216
(236,146,22)
0 Favorites   0 Comments

Color spaces of #ec9216

RGB 23614622
HSL0.100.850.51
HSV35°91°93°
CMYK 0.000.380.91   0.07
XYZ45.015838.44865.8078
Yxy38.44860.50430.4307
Hunter Lab62.006921.075337.8515
CIE-Lab68.350026.166170.1450

#ec9216 color RGB value is (236,146,22).

#ec9216 hex color red value is 236, green value is 146 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ec9216 hue: 0.10 , saturation: 0.85 and the lightness value of ec9216 is 0.51.

The process color (four color CMYK) of #ec9216 color hex is 0.00, 0.38, 0.91, 0.07. Web safe color of #ec9216 is #ff9900. Color #ec9216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 00010110
Octal 354 222 26
Decimal 236 146 22
Hex EC 92 16

RGB Percentages of Color #ec9216

%58.42
%36.14
%5.45

CMYK Percentages of Color #ec9216

%0
%38
%91
%7

Triadic Colors of #ec9216

#ec9216 #16ec92 #9216ec

Analogous Colors of #ec9216

#ec9216 #dbec16 #ec2716

Monochromatic Colors of #ec9216

#ec9216

Complementary Color

#ec9216 #1670ec

#ec9216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9216 Color CSS Codes

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

#ec9216 Text Font Color

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

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


#ec9216 Background Color

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

This div background color is #ec9216


#ec9216 Border Color

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

This div border color is #ec9216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9216


Comments

No comments written yet.

Please login to write comment.