Color Hex Logo

#eda049 Color Hex

#EDA049
(237,160,73)
0 Favorites   0 Comments

Color spaces of #eda049

RGB 23716073
HSL0.090.820.61
HSV32°69°93°
CMYK 0.000.320.69   0.07
XYZ48.698543.627212.1575
Yxy43.62720.46610.4176
Hunter Lab66.050916.016835.3225
CIE-Lab71.978620.876255.3802

#eda049 color RGB value is (237,160,73).

#eda049 hex color red value is 237, green value is 160 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eda049 hue: 0.09 , saturation: 0.82 and the lightness value of eda049 is 0.61.

The process color (four color CMYK) of #eda049 color hex is 0.00, 0.32, 0.69, 0.07. Web safe color of #eda049 is #ff9933. Color #eda049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01001001
Octal 355 240 111
Decimal 237 160 73
Hex ED A0 49

RGB Percentages of Color #eda049

%50.43
%34.04
%15.53

CMYK Percentages of Color #eda049

%0
%32
%69
%7

Triadic Colors of #eda049

#eda049 #49eda0 #a049ed

Analogous Colors of #eda049

#eda049 #e8ed49 #ed4e49

Monochromatic Colors of #eda049

#eda049

Complementary Color

#eda049 #4996ed

#eda049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda049 Color CSS Codes

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

#eda049 Text Font Color

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

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


#eda049 Background Color

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

This div background color is #eda049


#eda049 Border Color

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

This div border color is #eda049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda049


Comments

No comments written yet.

Please login to write comment.