Color Hex Logo

#ec862c Color Hex

#EC862C
(236,134,44)
0 Favorites   0 Comments

Color spaces of #ec862c

RGB 23613444
HSL0.080.830.55
HSV28°81°93°
CMYK 0.000.430.81   0.07
XYZ43.571835.06496.8546
Yxy35.06490.50970.4102
Hunter Lab59.215627.715834.5877
CIE-Lab65.799232.948261.4713

#ec862c color RGB value is (236,134,44).

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

The process color (four color CMYK) of #ec862c color hex is 0.00, 0.43, 0.81, 0.07. Web safe color of #ec862c is #ff9933. Color #ec862c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 00101100
Octal 354 206 54
Decimal 236 134 44
Hex EC 86 2C

RGB Percentages of Color #ec862c

%57.00
%32.37
%10.63

CMYK Percentages of Color #ec862c

%0
%43
%81
%7

Triadic Colors of #ec862c

#ec862c #2cec86 #862cec

Analogous Colors of #ec862c

#ec862c #ece62c #ec2c32

Monochromatic Colors of #ec862c

#ec862c

Complementary Color

#ec862c #2c92ec

#ec862c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec862c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec862c Color CSS Codes

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

#ec862c Text Font Color

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

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


#ec862c Background Color

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

This div background color is #ec862c


#ec862c Border Color

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

This div border color is #ec862c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec862c


Comments

No comments written yet.

Please login to write comment.