Color Hex Logo

#eda540 Color Hex

#EDA540
(237,165,64)
0 Favorites   0 Comments

Color spaces of #eda540

RGB 23716564
HSL0.100.830.59
HSV35°73°93°
CMYK 0.000.300.73   0.07
XYZ49.305645.285010.9927
Yxy45.28500.46700.4289
Hunter Lab67.294113.020137.4207
CIE-Lab73.079217.788260.4572

#eda540 color RGB value is (237,165,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01000000
Octal 355 245 100
Decimal 237 165 64
Hex ED A5 40

RGB Percentages of Color #eda540

%50.86
%35.41
%13.73

CMYK Percentages of Color #eda540

%0
%30
%73
%7

Triadic Colors of #eda540

#eda540 #40eda5 #a540ed

Analogous Colors of #eda540

#eda540 #dfed40 #ed4f40

Monochromatic Colors of #eda540

#eda540

Complementary Color

#eda540 #4088ed

#eda540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda540 Color CSS Codes

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

#eda540 Text Font Color

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

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


#eda540 Background Color

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

This div background color is #eda540


#eda540 Border Color

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

This div border color is #eda540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda540


Comments

No comments written yet.

Please login to write comment.