Color Hex Logo

#ec844c Color Hex

#EC844C
(236,132,76)
0 Favorites   0 Comments

Color spaces of #ec844c

RGB 23613276
HSL0.060.810.61
HSV21°68°93°
CMYK 0.000.440.68   0.07
XYZ44.147834.857211.2387
Yxy34.85720.48920.3863
Hunter Lab59.040030.155430.0417
CIE-Lab65.637335.337146.9369

#ec844c color RGB value is (236,132,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01001100
Octal 354 204 114
Decimal 236 132 76
Hex EC 84 4C

RGB Percentages of Color #ec844c

%53.15
%29.73
%17.12

CMYK Percentages of Color #ec844c

%0
%44
%68
%7

Triadic Colors of #ec844c

#ec844c #4cec84 #844cec

Analogous Colors of #ec844c

#ec844c #ecd44c #ec4c64

Monochromatic Colors of #ec844c

#ec844c

Complementary Color

#ec844c #4cb4ec

#ec844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec844c Color CSS Codes

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

#ec844c Text Font Color

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

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


#ec844c Background Color

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

This div background color is #ec844c


#ec844c Border Color

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

This div border color is #ec844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec844c


Comments

No comments written yet.

Please login to write comment.