Color Hex Logo

#ec8f0f Color Hex

#EC8F0F
(236,143,15)
0 Favorites   0 Comments

Color spaces of #ec8f0f

RGB 23614315
HSL0.100.880.49
HSV35°94°93°
CMYK 0.000.390.94   0.07
XYZ44.500837.51235.3471
Yxy37.51230.50940.4294
Hunter Lab61.247322.511037.6969
CIE-Lab67.659627.649771.0005

#ec8f0f color RGB value is (236,143,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001111 00001111
Octal 354 217 17
Decimal 236 143 15
Hex EC 8F F

RGB Percentages of Color #ec8f0f

%59.90
%36.29
%3.81

CMYK Percentages of Color #ec8f0f

%0
%39
%94
%7

Triadic Colors of #ec8f0f

#ec8f0f #0fec8f #8f0fec

Analogous Colors of #ec8f0f

#ec8f0f #dbec0f #ec210f

Monochromatic Colors of #ec8f0f

#ec8f0f

Complementary Color

#ec8f0f #0f6cec

#ec8f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8f0f Color CSS Codes

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

#ec8f0f Text Font Color

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

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


#ec8f0f Background Color

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

This div background color is #ec8f0f


#ec8f0f Border Color

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

This div border color is #ec8f0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,143,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 #ec8f0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8f0f


Comments

No comments written yet.

Please login to write comment.