Color Hex Logo

#edaa40 Color Hex

#EDAA40
(237,170,64)
0 Favorites   0 Comments

Color spaces of #edaa40

RGB 23717064
HSL0.100.830.59
HSV37°73°93°
CMYK 0.000.280.73   0.07
XYZ50.225247.124111.2992
Yxy47.12410.46230.4337
Hunter Lab68.647010.466338.2938
CIE-Lab74.269115.141561.6512

#edaa40 color RGB value is (237,170,64).

#edaa40 hex color red value is 237, green value is 170 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #edaa40 hue: 0.10 , saturation: 0.83 and the lightness value of edaa40 is 0.59.

The process color (four color CMYK) of #edaa40 color hex is 0.00, 0.28, 0.73, 0.07. Web safe color of #edaa40 is #ff9933. Color #edaa40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01000000
Octal 355 252 100
Decimal 237 170 64
Hex ED AA 40

RGB Percentages of Color #edaa40

%50.32
%36.09
%13.59

CMYK Percentages of Color #edaa40

%0
%28
%73
%7

Triadic Colors of #edaa40

#edaa40 #40edaa #aa40ed

Analogous Colors of #edaa40

#edaa40 #daed40 #ed5340

Monochromatic Colors of #edaa40

#edaa40

Complementary Color

#edaa40 #4083ed

#edaa40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa40 Color CSS Codes

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

#edaa40 Text Font Color

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

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


#edaa40 Background Color

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

This div background color is #edaa40


#edaa40 Border Color

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

This div border color is #edaa40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa40


Comments

No comments written yet.

Please login to write comment.