Color Hex Logo

#eda73e Color Hex

#EDA73E
(237,167,62)
0 Favorites   0 Comments

Color spaces of #eda73e

RGB 23716762
HSL0.100.830.59
HSV36°74°93°
CMYK 0.000.300.74   0.07
XYZ49.613345.989810.8194
Yxy45.98980.46620.4321
Hunter Lab67.815811.911138.0119
CIE-Lab73.538916.640561.7419

#eda73e color RGB value is (237,167,62).

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

The process color (four color CMYK) of #eda73e color hex is 0.00, 0.30, 0.74, 0.07. Web safe color of #eda73e is #ff9933. Color #eda73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 00111110
Octal 355 247 76
Decimal 237 167 62
Hex ED A7 3E

RGB Percentages of Color #eda73e

%50.86
%35.84
%13.30

CMYK Percentages of Color #eda73e

%0
%30
%74
%7

Triadic Colors of #eda73e

#eda73e #3eeda7 #a73eed

Analogous Colors of #eda73e

#eda73e #dced3e #ed503e

Monochromatic Colors of #eda73e

#eda73e

Complementary Color

#eda73e #3e84ed

#eda73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda73e Color CSS Codes

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

#eda73e Text Font Color

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

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


#eda73e Background Color

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

This div background color is #eda73e


#eda73e Border Color

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

This div border color is #eda73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda73e


Comments

No comments written yet.

Please login to write comment.