Color Hex Logo

#edaa59 Color Hex

#EDAA59
(237,170,89)
0 Favorites   0 Comments

Color spaces of #edaa59

RGB 23717089
HSL0.090.800.64
HSV33°62°93°
CMYK 0.000.280.62   0.07
XYZ51.102947.475215.9214
Yxy47.47520.44630.4146
Hunter Lab68.902211.809634.5313
CIE-Lab74.492716.518750.6551

#edaa59 color RGB value is (237,170,89).

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

The process color (four color CMYK) of #edaa59 color hex is 0.00, 0.28, 0.62, 0.07. Web safe color of #edaa59 is #ff9966. Color #edaa59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01011001
Octal 355 252 131
Decimal 237 170 89
Hex ED AA 59

RGB Percentages of Color #edaa59

%47.78
%34.27
%17.94

CMYK Percentages of Color #edaa59

%0
%28
%62
%7

Triadic Colors of #edaa59

#edaa59 #59edaa #aa59ed

Analogous Colors of #edaa59

#edaa59 #e6ed59 #ed6059

Monochromatic Colors of #edaa59

#edaa59

Complementary Color

#edaa59 #599ced

#edaa59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa59 Color CSS Codes

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

#edaa59 Text Font Color

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

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


#edaa59 Background Color

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

This div background color is #edaa59


#edaa59 Border Color

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

This div border color is #edaa59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa59


Comments

No comments written yet.

Please login to write comment.