Color Hex Logo

#edb559 Color Hex

#EDB559
(237,181,89)
0 Favorites   0 Comments

Color spaces of #edb559

RGB 23718189
HSL0.100.800.64
HSV37°62°93°
CMYK 0.000.240.62   0.07
XYZ53.252151.773516.6378
Yxy51.77350.43770.4255
Hunter Lab71.95386.186436.6581
CIE-Lab77.145210.707153.6712

#edb559 color RGB value is (237,181,89).

#edb559 hex color red value is 237, green value is 181 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edb559 hue: 0.10 , saturation: 0.80 and the lightness value of edb559 is 0.64.

The process color (four color CMYK) of #edb559 color hex is 0.00, 0.24, 0.62, 0.07. Web safe color of #edb559 is #ffcc66. Color #edb559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 01011001
Octal 355 265 131
Decimal 237 181 89
Hex ED B5 59

RGB Percentages of Color #edb559

%46.75
%35.70
%17.55

CMYK Percentages of Color #edb559

%0
%24
%62
%7

Triadic Colors of #edb559

#edb559 #59edb5 #b559ed

Analogous Colors of #edb559

#edb559 #dbed59 #ed6b59

Monochromatic Colors of #edb559

#edb559

Complementary Color

#edb559 #5991ed

#edb559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb559 Color CSS Codes

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

#edb559 Text Font Color

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

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


#edb559 Background Color

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

This div background color is #edb559


#edb559 Border Color

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

This div border color is #edb559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb559


Comments

No comments written yet.

Please login to write comment.