Color Hex Logo

#eda04d Color Hex

#EDA04D
(237,160,77)
0 Favorites   0 Comments

Color spaces of #eda04d

RGB 23716077
HSL0.090.820.62
HSV31°68°93°
CMYK 0.000.320.68   0.07
XYZ48.835443.682012.8787
Yxy43.68200.46340.4145
Hunter Lab66.092416.231434.7115
CIE-Lab72.015421.092053.5758

#eda04d color RGB value is (237,160,77).

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

The process color (four color CMYK) of #eda04d color hex is 0.00, 0.32, 0.68, 0.07. Web safe color of #eda04d is #ff9966. Color #eda04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01001101
Octal 355 240 115
Decimal 237 160 77
Hex ED A0 4D

RGB Percentages of Color #eda04d

%50.00
%33.76
%16.24

CMYK Percentages of Color #eda04d

%0
%32
%68
%7

Triadic Colors of #eda04d

#eda04d #4deda0 #a04ded

Analogous Colors of #eda04d

#eda04d #eaed4d #ed504d

Monochromatic Colors of #eda04d

#eda04d

Complementary Color

#eda04d #4d9aed

#eda04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda04d Color CSS Codes

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

#eda04d Text Font Color

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

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


#eda04d Background Color

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

This div background color is #eda04d


#eda04d Border Color

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

This div border color is #eda04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda04d


Comments

No comments written yet.

Please login to write comment.