Color Hex Logo

#ec990e Color Hex

#EC990E
(236,153,14)
0 Favorites   0 Comments

Color spaces of #ec990e

RGB 23615314
HSL0.100.890.49
HSV38°94°93°
CMYK 0.000.350.94   0.07
XYZ46.062640.64705.8334
Yxy40.64700.49770.4392
Hunter Lab63.755017.393939.2036
CIE-Lab69.927922.362672.7551

#ec990e color RGB value is (236,153,14).

#ec990e hex color red value is 236, green value is 153 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ec990e hue: 0.10 , saturation: 0.89 and the lightness value of ec990e is 0.49.

The process color (four color CMYK) of #ec990e color hex is 0.00, 0.35, 0.94, 0.07. Web safe color of #ec990e is #ff9900. Color #ec990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011001 00001110
Octal 354 231 16
Decimal 236 153 14
Hex EC 99 E

RGB Percentages of Color #ec990e

%58.56
%37.97
%3.47

CMYK Percentages of Color #ec990e

%0
%35
%94
%7

Triadic Colors of #ec990e

#ec990e #0eec99 #990eec

Analogous Colors of #ec990e

#ec990e #d0ec0e #ec2a0e

Monochromatic Colors of #ec990e

#ec990e

Complementary Color

#ec990e #0e61ec

#ec990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec990e Color CSS Codes

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

#ec990e Text Font Color

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

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


#ec990e Background Color

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

This div background color is #ec990e


#ec990e Border Color

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

This div border color is #ec990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec990e


Comments

No comments written yet.

Please login to write comment.