Color Hex Logo

#eda04f Color Hex

#EDA04F
(237,160,79)
0 Favorites   0 Comments

Color spaces of #eda04f

RGB 23716079
HSL0.090.810.62
HSV31°67°93°
CMYK 0.000.320.67   0.07
XYZ48.907143.710613.2564
Yxy43.71060.46190.4129
Hunter Lab66.114016.343934.3917
CIE-Lab72.034621.205152.6584

#eda04f color RGB value is (237,160,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01001111
Octal 355 240 117
Decimal 237 160 79
Hex ED A0 4F

RGB Percentages of Color #eda04f

%49.79
%33.61
%16.60

CMYK Percentages of Color #eda04f

%0
%32
%67
%7

Triadic Colors of #eda04f

#eda04f #4feda0 #a04fed

Analogous Colors of #eda04f

#eda04f #ebed4f #ed514f

Monochromatic Colors of #eda04f

#eda04f

Complementary Color

#eda04f #4f9ced

#eda04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda04f Color CSS Codes

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

#eda04f Text Font Color

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

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


#eda04f Background Color

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

This div background color is #eda04f


#eda04f Border Color

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

This div border color is #eda04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda04f


Comments

No comments written yet.

Please login to write comment.