Color Hex Logo

#ec8930 Color Hex

#EC8930
(236,137,48)
0 Favorites   0 Comments

Color spaces of #ec8930

RGB 23613748
HSL0.080.830.56
HSV28°80°93°
CMYK 0.000.420.80   0.07
XYZ44.071235.93767.4101
Yxy35.93760.50410.4111
Hunter Lab59.948026.316634.6348
CIE-Lab66.472231.514460.5381

#ec8930 color RGB value is (236,137,48).

#ec8930 hex color red value is 236, green value is 137 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ec8930 hue: 0.08 , saturation: 0.83 and the lightness value of ec8930 is 0.56.

The process color (four color CMYK) of #ec8930 color hex is 0.00, 0.42, 0.80, 0.07. Web safe color of #ec8930 is #ff9933. Color #ec8930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 00110000
Octal 354 211 60
Decimal 236 137 48
Hex EC 89 30

RGB Percentages of Color #ec8930

%56.06
%32.54
%11.40

CMYK Percentages of Color #ec8930

%0
%42
%80
%7

Triadic Colors of #ec8930

#ec8930 #30ec89 #8930ec

Analogous Colors of #ec8930

#ec8930 #ece730 #ec3035

Monochromatic Colors of #ec8930

#ec8930

Complementary Color

#ec8930 #3093ec

#ec8930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8930 Color CSS Codes

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

#ec8930 Text Font Color

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

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


#ec8930 Background Color

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

This div background color is #ec8930


#ec8930 Border Color

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

This div border color is #ec8930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8930


Comments

No comments written yet.

Please login to write comment.