Color Hex Logo

#eda55d Color Hex

#EDA55D
(237,165,93)
0 Favorites   0 Comments

Color spaces of #eda55d

RGB 23716593
HSL0.080.800.65
HSV30°61°93°
CMYK 0.000.300.61   0.07
XYZ50.356045.705116.5238
Yxy45.70510.44730.4060
Hunter Lab67.605514.646032.8325
CIE-Lab73.353819.437447.3790

#eda55d color RGB value is (237,165,93).

#eda55d hex color red value is 237, green value is 165 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eda55d hue: 0.08 , saturation: 0.80 and the lightness value of eda55d is 0.65.

The process color (four color CMYK) of #eda55d color hex is 0.00, 0.30, 0.61, 0.07. Web safe color of #eda55d is #ff9966. Color #eda55d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01011101
Octal 355 245 135
Decimal 237 165 93
Hex ED A5 5D

RGB Percentages of Color #eda55d

%47.88
%33.33
%18.79

CMYK Percentages of Color #eda55d

%0
%30
%61
%7

Triadic Colors of #eda55d

#eda55d #5deda5 #a55ded

Analogous Colors of #eda55d

#eda55d #eded5d #ed5d5d

Monochromatic Colors of #eda55d

#eda55d

Complementary Color

#eda55d #5da5ed

#eda55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda55d Color CSS Codes

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

#eda55d Text Font Color

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

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


#eda55d Background Color

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

This div background color is #eda55d


#eda55d Border Color

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

This div border color is #eda55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda55d


Comments

No comments written yet.

Please login to write comment.