Color Hex Logo

#ecc475 Color Hex

#ECC475
(236,196,117)
0 Favorites   0 Comments

Color spaces of #ecc475

RGB 236196117
HSL0.110.760.69
HSV40°50°93°
CMYK 0.000.170.50   0.07
XYZ57.542958.597125.1072
Yxy58.59710.40740.4149
Hunter Lab76.54870.221034.1376
CIE-Lab81.06964.577744.7184

#ecc475 color RGB value is (236,196,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 01110101
Octal 354 304 165
Decimal 236 196 117
Hex EC C4 75

RGB Percentages of Color #ecc475

%42.99
%35.70
%21.31

CMYK Percentages of Color #ecc475

%0
%17
%50
%7

Triadic Colors of #ecc475

#ecc475 #75ecc4 #c475ec

Analogous Colors of #ecc475

#ecc475 #d9ec75 #ec8975

Monochromatic Colors of #ecc475

#ecc475

Complementary Color

#ecc475 #759dec

#ecc475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc475 Color CSS Codes

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

#ecc475 Text Font Color

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

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


#ecc475 Background Color

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

This div background color is #ecc475


#ecc475 Border Color

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

This div border color is #ecc475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc475


Comments

No comments written yet.

Please login to write comment.