Color Hex Logo

#ecc974 Color Hex

#ECC974
(236,201,116)
0 Favorites   0 Comments

Color spaces of #ecc974

RGB 236201116
HSL0.120.760.69
HSV43°51°93°
CMYK 0.000.150.51   0.07
XYZ58.631160.867125.1813
Yxy60.86710.40520.4207
Hunter Lab78.0174-2.385335.4754
CIE-Lab82.30721.892846.7317

#ecc974 color RGB value is (236,201,116).

#ecc974 hex color red value is 236, green value is 201 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ecc974 hue: 0.12 , saturation: 0.76 and the lightness value of ecc974 is 0.69.

The process color (four color CMYK) of #ecc974 color hex is 0.00, 0.15, 0.51, 0.07. Web safe color of #ecc974 is #ffcc66. Color #ecc974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01110100
Octal 354 311 164
Decimal 236 201 116
Hex EC C9 74

RGB Percentages of Color #ecc974

%42.68
%36.35
%20.98

CMYK Percentages of Color #ecc974

%0
%15
%51
%7

Triadic Colors of #ecc974

#ecc974 #74ecc9 #c974ec

Analogous Colors of #ecc974

#ecc974 #d3ec74 #ec8d74

Monochromatic Colors of #ecc974

#ecc974

Complementary Color

#ecc974 #7497ec

#ecc974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc974 Color CSS Codes

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

#ecc974 Text Font Color

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

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


#ecc974 Background Color

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

This div background color is #ecc974


#ecc974 Border Color

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

This div border color is #ecc974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc974


Comments

No comments written yet.

Please login to write comment.