Color Hex Logo

#eda537 Color Hex

#EDA537
(237,165,55)
0 Favorites   0 Comments

Color spaces of #eda537

RGB 23716555
HSL0.100.830.57
HSV36°77°93°
CMYK 0.000.300.77   0.07
XYZ49.069845.19069.7508
Yxy45.19060.47180.4345
Hunter Lab67.224012.653338.4568
CIE-Lab73.017217.413763.9985

#eda537 color RGB value is (237,165,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00110111
Octal 355 245 67
Decimal 237 165 55
Hex ED A5 37

RGB Percentages of Color #eda537

%51.86
%36.11
%12.04

CMYK Percentages of Color #eda537

%0
%30
%77
%7

Triadic Colors of #eda537

#eda537 #37eda5 #a537ed

Analogous Colors of #eda537

#eda537 #daed37 #ed4a37

Monochromatic Colors of #eda537

#eda537

Complementary Color

#eda537 #377fed

#eda537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda537 Color CSS Codes

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

#eda537 Text Font Color

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

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


#eda537 Background Color

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

This div background color is #eda537


#eda537 Border Color

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

This div border color is #eda537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda537


Comments

No comments written yet.

Please login to write comment.