Color Hex Logo

#edd547 Color Hex

#EDD547
(237,213,71)
0 Favorites   0 Comments

Color spaces of #edd547

RGB 23721371
HSL0.140.820.60
HSV51°70°93°
CMYK 0.000.100.70   0.07
XYZ59.856666.048015.5550
Yxy66.04800.42310.4669
Hunter Lab81.2699-10.754245.5409
CIE-Lab85.0209-6.858969.6217

#edd547 color RGB value is (237,213,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01000111
Octal 355 325 107
Decimal 237 213 71
Hex ED D5 47

RGB Percentages of Color #edd547

%45.49
%40.88
%13.63

CMYK Percentages of Color #edd547

%0
%10
%70
%7

Triadic Colors of #edd547

#edd547 #47edd5 #d547ed

Analogous Colors of #edd547

#edd547 #b2ed47 #ed8247

Monochromatic Colors of #edd547

#edd547

Complementary Color

#edd547 #475fed

#edd547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd547 Color CSS Codes

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

#edd547 Text Font Color

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

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


#edd547 Background Color

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

This div background color is #edd547


#edd547 Border Color

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

This div border color is #edd547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,213,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 #edd547">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd547


Comments

No comments written yet.

Please login to write comment.