Color Hex Logo

#ec973c Color Hex

#EC973C
(236,151,60)
0 Favorites   0 Comments

Color spaces of #ec973c

RGB 23615160
HSL0.090.820.58
HSV31°75°93°
CMYK 0.000.360.75   0.07
XYZ46.474340.29239.6027
Yxy40.29230.48230.4181
Hunter Lab63.476219.605935.4639
CIE-Lab69.677224.609758.6952

#ec973c color RGB value is (236,151,60).

#ec973c hex color red value is 236, green value is 151 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ec973c hue: 0.09 , saturation: 0.82 and the lightness value of ec973c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 00111100
Octal 354 227 74
Decimal 236 151 60
Hex EC 97 3C

RGB Percentages of Color #ec973c

%52.80
%33.78
%13.42

CMYK Percentages of Color #ec973c

%0
%36
%75
%7

Triadic Colors of #ec973c

#ec973c #3cec97 #973cec

Analogous Colors of #ec973c

#ec973c #e9ec3c #ec3f3c

Monochromatic Colors of #ec973c

#ec973c

Complementary Color

#ec973c #3c91ec

#ec973c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec973c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec973c Color CSS Codes

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

#ec973c Text Font Color

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

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


#ec973c Background Color

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

This div background color is #ec973c


#ec973c Border Color

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

This div border color is #ec973c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec973c


Comments

No comments written yet.

Please login to write comment.