Color Hex Logo

#ec860f Color Hex

#EC860F
(236,134,15)
0 Favorites   0 Comments

Color spaces of #ec860f

RGB 23613415
HSL0.090.880.49
HSV32°94°93°
CMYK 0.000.430.94   0.07
XYZ43.203434.91764.9146
Yxy34.91760.52030.4205
Hunter Lab59.091127.097636.4326
CIE-Lab65.684532.352969.6255

#ec860f color RGB value is (236,134,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 00001111
Octal 354 206 17
Decimal 236 134 15
Hex EC 86 F

RGB Percentages of Color #ec860f

%61.30
%34.81
%3.90

CMYK Percentages of Color #ec860f

%0
%43
%94
%7

Triadic Colors of #ec860f

#ec860f #0fec86 #860fec

Analogous Colors of #ec860f

#ec860f #e4ec0f #ec180f

Monochromatic Colors of #ec860f

#ec860f

Complementary Color

#ec860f #0f75ec

#ec860f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec860f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec860f Color CSS Codes

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

#ec860f Text Font Color

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

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


#ec860f Background Color

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

This div background color is #ec860f


#ec860f Border Color

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

This div border color is #ec860f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec860f


Comments

No comments written yet.

Please login to write comment.