Color Hex Logo

#ec854c Color Hex

#EC854C
(236,133,76)
0 Favorites   0 Comments

Color spaces of #ec854c

RGB 23613376
HSL0.060.810.61
HSV21°68°93°
CMYK 0.000.440.68   0.07
XYZ44.284135.129711.2842
Yxy35.12970.48830.3873
Hunter Lab59.270329.644130.2013
CIE-Lab65.849534.820647.1763

#ec854c color RGB value is (236,133,76).

#ec854c hex color red value is 236, green value is 133 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ec854c hue: 0.06 , saturation: 0.81 and the lightness value of ec854c is 0.61.

The process color (four color CMYK) of #ec854c color hex is 0.00, 0.44, 0.68, 0.07. Web safe color of #ec854c is #ff9933. Color #ec854c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 01001100
Octal 354 205 114
Decimal 236 133 76
Hex EC 85 4C

RGB Percentages of Color #ec854c

%53.03
%29.89
%17.08

CMYK Percentages of Color #ec854c

%0
%44
%68
%7

Triadic Colors of #ec854c

#ec854c #4cec85 #854cec

Analogous Colors of #ec854c

#ec854c #ecd54c #ec4c63

Monochromatic Colors of #ec854c

#ec854c

Complementary Color

#ec854c #4cb3ec

#ec854c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec854c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec854c Color CSS Codes

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

#ec854c Text Font Color

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

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


#ec854c Background Color

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

This div background color is #ec854c


#ec854c Border Color

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

This div border color is #ec854c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec854c


Comments

No comments written yet.

Please login to write comment.