Color Hex Logo

#ec964c Color Hex

#EC964C
(236,150,76)
0 Favorites   0 Comments

Color spaces of #ec964c

RGB 23615076
HSL0.080.810.61
HSV28°68°93°
CMYK 0.000.360.68   0.07
XYZ46.802940.167412.1238
Yxy40.16740.47230.4053
Hunter Lab63.377820.906733.0226
CIE-Lab69.588625.917951.3486

#ec964c color RGB value is (236,150,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 01001100
Octal 354 226 114
Decimal 236 150 76
Hex EC 96 4C

RGB Percentages of Color #ec964c

%51.08
%32.47
%16.45

CMYK Percentages of Color #ec964c

%0
%36
%68
%7

Triadic Colors of #ec964c

#ec964c #4cec96 #964cec

Analogous Colors of #ec964c

#ec964c #ece64c #ec4c52

Monochromatic Colors of #ec964c

#ec964c

Complementary Color

#ec964c #4ca2ec

#ec964c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec964c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec964c Color CSS Codes

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

#ec964c Text Font Color

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

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


#ec964c Background Color

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

This div background color is #ec964c


#ec964c Border Color

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

This div border color is #ec964c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec964c


Comments

No comments written yet.

Please login to write comment.