Color Hex Logo

#eda52e Color Hex

#EDA52E
(237,165,46)
0 Favorites   0 Comments

Color spaces of #eda52e

RGB 23716546
HSL0.100.840.55
HSV37°81°93°
CMYK 0.000.300.81   0.07
XYZ48.873345.11208.7164
Yxy45.11200.47590.4393
Hunter Lab67.165512.346939.3215
CIE-Lab72.965617.100167.1926

#eda52e color RGB value is (237,165,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00101110
Octal 355 245 56
Decimal 237 165 46
Hex ED A5 2E

RGB Percentages of Color #eda52e

%52.90
%36.83
%10.27

CMYK Percentages of Color #eda52e

%0
%30
%81
%7

Triadic Colors of #eda52e

#eda52e #2eeda5 #a52eed

Analogous Colors of #eda52e

#eda52e #d6ed2e #ed462e

Monochromatic Colors of #eda52e

#eda52e

Complementary Color

#eda52e #2e76ed

#eda52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda52e Color CSS Codes

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

#eda52e Text Font Color

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

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


#eda52e Background Color

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

This div background color is #eda52e


#eda52e Border Color

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

This div border color is #eda52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda52e


Comments

No comments written yet.

Please login to write comment.