Color Hex Logo

#eda520 Color Hex

#EDA520
(237,165,32)
0 Favorites   0 Comments

Color spaces of #eda520

RGB 23716532
HSL0.110.850.53
HSV39°86°93°
CMYK 0.000.300.86   0.07
XYZ48.640945.01917.4924
Yxy45.01910.48090.4451
Hunter Lab67.096311.983640.3467
CIE-Lab72.904516.727671.3270

#eda520 color RGB value is (237,165,32).

#eda520 hex color red value is 237, green value is 165 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eda520 hue: 0.11 , saturation: 0.85 and the lightness value of eda520 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00100000
Octal 355 245 40
Decimal 237 165 32
Hex ED A5 20

RGB Percentages of Color #eda520

%54.61
%38.02
%7.37

CMYK Percentages of Color #eda520

%0
%30
%86
%7

Triadic Colors of #eda520

#eda520 #20eda5 #a520ed

Analogous Colors of #eda520

#eda520 #cfed20 #ed3e20

Monochromatic Colors of #eda520

#eda520

Complementary Color

#eda520 #2068ed

#eda520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda520 Color CSS Codes

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

#eda520 Text Font Color

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

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


#eda520 Background Color

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

This div background color is #eda520


#eda520 Border Color

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

This div border color is #eda520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda520


Comments

No comments written yet.

Please login to write comment.