Color Hex Logo

#edb547 Color Hex

#EDB547
(237,181,71)
0 Favorites   0 Comments

Color spaces of #edb547

RGB 23718171
HSL0.110.820.60
HSV40°70°93°
CMYK 0.000.240.70   0.07
XYZ52.586351.507213.1315
Yxy51.50720.44860.4394
Hunter Lab71.76855.195839.3897
CIE-Lab76.98529.671661.5062

#edb547 color RGB value is (237,181,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 01000111
Octal 355 265 107
Decimal 237 181 71
Hex ED B5 47

RGB Percentages of Color #edb547

%48.47
%37.01
%14.52

CMYK Percentages of Color #edb547

%0
%24
%70
%7

Triadic Colors of #edb547

#edb547 #47edb5 #b547ed

Analogous Colors of #edb547

#edb547 #d2ed47 #ed6247

Monochromatic Colors of #edb547

#edb547

Complementary Color

#edb547 #477fed

#edb547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb547 Color CSS Codes

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

#edb547 Text Font Color

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

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


#edb547 Background Color

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

This div background color is #edb547


#edb547 Border Color

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

This div border color is #edb547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb547


Comments

No comments written yet.

Please login to write comment.