Color Hex Logo

#eda53e Color Hex

#EDA53E
(237,165,62)
0 Favorites   0 Comments

Color spaces of #eda53e

RGB 23716562
HSL0.100.830.59
HSV35°74°93°
CMYK 0.000.300.74   0.07
XYZ49.249745.262610.6982
Yxy45.26260.46810.4302
Hunter Lab67.277512.933237.6662
CIE-Lab73.064517.699661.2711

#eda53e color RGB value is (237,165,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00111110
Octal 355 245 76
Decimal 237 165 62
Hex ED A5 3E

RGB Percentages of Color #eda53e

%51.08
%35.56
%13.36

CMYK Percentages of Color #eda53e

%0
%30
%74
%7

Triadic Colors of #eda53e

#eda53e #3eeda5 #a53eed

Analogous Colors of #eda53e

#eda53e #deed3e #ed4d3e

Monochromatic Colors of #eda53e

#eda53e

Complementary Color

#eda53e #3e86ed

#eda53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda53e Color CSS Codes

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

#eda53e Text Font Color

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

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


#eda53e Background Color

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

This div background color is #eda53e


#eda53e Border Color

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

This div border color is #eda53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda53e


Comments

No comments written yet.

Please login to write comment.