Color Hex Logo

#ec844f Color Hex

#EC844F
(236,132,79)
0 Favorites   0 Comments

Color spaces of #ec844f

RGB 23613279
HSL0.060.810.62
HSV20°67°93°
CMYK 0.000.440.67   0.07
XYZ44.254634.899911.8010
Yxy34.89990.48660.3837
Hunter Lab59.076130.333129.5096
CIE-Lab65.670735.505545.4551

#ec844f color RGB value is (236,132,79).

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

The process color (four color CMYK) of #ec844f color hex is 0.00, 0.44, 0.67, 0.07. Web safe color of #ec844f is #ff9966. Color #ec844f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01001111
Octal 354 204 117
Decimal 236 132 79
Hex EC 84 4F

RGB Percentages of Color #ec844f

%52.80
%29.53
%17.67

CMYK Percentages of Color #ec844f

%0
%44
%67
%7

Triadic Colors of #ec844f

#ec844f #4fec84 #844fec

Analogous Colors of #ec844f

#ec844f #ecd34f #ec4f69

Monochromatic Colors of #ec844f

#ec844f

Complementary Color

#ec844f #4fb7ec

#ec844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec844f Color CSS Codes

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

#ec844f Text Font Color

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

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


#ec844f Background Color

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

This div background color is #ec844f


#ec844f Border Color

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

This div border color is #ec844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec844f


Comments

No comments written yet.

Please login to write comment.