Color Hex Logo

#ec974c Color Hex

#EC974C
(236,151,76)
0 Favorites   0 Comments

Color spaces of #ec974c

RGB 23615176
HSL0.080.810.61
HSV28°68°93°
CMYK 0.000.360.68   0.07
XYZ46.963240.487912.1772
Yxy40.48790.47140.4064
Hunter Lab63.630120.392133.1945
CIE-Lab69.815625.389551.5990

#ec974c color RGB value is (236,151,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 01001100
Octal 354 227 114
Decimal 236 151 76
Hex EC 97 4C

RGB Percentages of Color #ec974c

%50.97
%32.61
%16.41

CMYK Percentages of Color #ec974c

%0
%36
%68
%7

Triadic Colors of #ec974c

#ec974c #4cec97 #974cec

Analogous Colors of #ec974c

#ec974c #ece74c #ec4c51

Monochromatic Colors of #ec974c

#ec974c

Complementary Color

#ec974c #4ca1ec

#ec974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec974c Color CSS Codes

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

#ec974c Text Font Color

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

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


#ec974c Background Color

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

This div background color is #ec974c


#ec974c Border Color

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

This div border color is #ec974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec974c


Comments

No comments written yet.

Please login to write comment.