Color Hex Logo

#edc547 Color Hex

#EDC547
(237,197,71)
0 Favorites   0 Comments

Color spaces of #edc547

RGB 23719771
HSL0.130.820.60
HSV46°70°93°
CMYK 0.000.170.70   0.07
XYZ56.028658.392014.2790
Yxy58.39200.43530.4537
Hunter Lab76.4147-2.846242.4112
CIE-Lab80.95621.323065.5545

#edc547 color RGB value is (237,197,71).

#edc547 hex color red value is 237, green value is 197 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #edc547 hue: 0.13 , saturation: 0.82 and the lightness value of edc547 is 0.60.

The process color (four color CMYK) of #edc547 color hex is 0.00, 0.17, 0.70, 0.07. Web safe color of #edc547 is #ffcc33. Color #edc547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01000111
Octal 355 305 107
Decimal 237 197 71
Hex ED C5 47

RGB Percentages of Color #edc547

%46.93
%39.01
%14.06

CMYK Percentages of Color #edc547

%0
%17
%70
%7

Triadic Colors of #edc547

#edc547 #47edc5 #c547ed

Analogous Colors of #edc547

#edc547 #c2ed47 #ed7247

Monochromatic Colors of #edc547

#edc547

Complementary Color

#edc547 #476fed

#edc547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc547 Color CSS Codes

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

#edc547 Text Font Color

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

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


#edc547 Background Color

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

This div background color is #edc547


#edc547 Border Color

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

This div border color is #edc547


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,197,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edc547; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edc547;
  -webkit-box-shadow: 1px 1px 3px 2px #edc547;
  box-shadow:         1px 1px 3px 2px #edc547; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,197,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc547


Comments

No comments written yet.

Please login to write comment.