Color Hex Logo

#ecc476 Color Hex

#ECC476
(236,196,118)
0 Favorites   0 Comments

Color spaces of #ecc476

RGB 236196118
HSL0.110.760.69
HSV40°50°93°
CMYK 0.000.170.50   0.07
XYZ57.602058.620725.4185
Yxy58.62070.40670.4139
Hunter Lab76.56420.304833.9112
CIE-Lab81.08274.666344.2361

#ecc476 color RGB value is (236,196,118).

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

The process color (four color CMYK) of #ecc476 color hex is 0.00, 0.17, 0.50, 0.07. Web safe color of #ecc476 is #ffcc66. Color #ecc476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 01110110
Octal 354 304 166
Decimal 236 196 118
Hex EC C4 76

RGB Percentages of Color #ecc476

%42.91
%35.64
%21.45

CMYK Percentages of Color #ecc476

%0
%17
%50
%7

Triadic Colors of #ecc476

#ecc476 #76ecc4 #c476ec

Analogous Colors of #ecc476

#ecc476 #d9ec76 #ec8976

Monochromatic Colors of #ecc476

#ecc476

Complementary Color

#ecc476 #769eec

#ecc476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc476 Color CSS Codes

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

#ecc476 Text Font Color

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

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


#ecc476 Background Color

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

This div background color is #ecc476


#ecc476 Border Color

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

This div border color is #ecc476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc476


Comments

No comments written yet.

Please login to write comment.