Color Hex Logo

#eda94f Color Hex

#EDA94F
(237,169,79)
0 Favorites   0 Comments

Color spaces of #eda94f

RGB 23716979
HSL0.090.810.62
HSV34°67°93°
CMYK 0.000.290.67   0.07
XYZ50.524346.945013.7955
Yxy46.94500.45410.4219
Hunter Lab68.516411.722936.0237
CIE-Lab74.154616.435954.9876

#eda94f color RGB value is (237,169,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 01001111
Octal 355 251 117
Decimal 237 169 79
Hex ED A9 4F

RGB Percentages of Color #eda94f

%48.87
%34.85
%16.29

CMYK Percentages of Color #eda94f

%0
%29
%67
%7

Triadic Colors of #eda94f

#eda94f #4feda9 #a94fed

Analogous Colors of #eda94f

#eda94f #e2ed4f #ed5a4f

Monochromatic Colors of #eda94f

#eda94f

Complementary Color

#eda94f #4f93ed

#eda94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda94f Color CSS Codes

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

#eda94f Text Font Color

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

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


#eda94f Background Color

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

This div background color is #eda94f


#eda94f Border Color

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

This div border color is #eda94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda94f


Comments

No comments written yet.

Please login to write comment.