Color Hex Logo

#ec890f Color Hex

#EC890F
(236,137,15)
0 Favorites   0 Comments

Color spaces of #ec890f

RGB 23613715
HSL0.090.880.49
HSV33°94°93°
CMYK 0.000.420.94   0.07
XYZ43.624035.75875.0548
Yxy35.75870.51660.4235
Hunter Lab59.798625.571036.8472
CIE-Lab66.335130.791870.0766

#ec890f color RGB value is (236,137,15).

#ec890f hex color red value is 236, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ec890f hue: 0.09 , saturation: 0.88 and the lightness value of ec890f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 00001111
Octal 354 211 17
Decimal 236 137 15
Hex EC 89 F

RGB Percentages of Color #ec890f

%60.82
%35.31
%3.87

CMYK Percentages of Color #ec890f

%0
%42
%94
%7

Triadic Colors of #ec890f

#ec890f #0fec89 #890fec

Analogous Colors of #ec890f

#ec890f #e1ec0f #ec1b0f

Monochromatic Colors of #ec890f

#ec890f

Complementary Color

#ec890f #0f72ec

#ec890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec890f Color CSS Codes

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

#ec890f Text Font Color

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

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


#ec890f Background Color

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

This div background color is #ec890f


#ec890f Border Color

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

This div border color is #ec890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec890f


Comments

No comments written yet.

Please login to write comment.