Color Hex Logo

#eda349 Color Hex

#EDA349
(237,163,73)
0 Favorites   0 Comments

Color spaces of #eda349

RGB 23716373
HSL0.090.820.61
HSV33°69°93°
CMYK 0.000.310.69   0.07
XYZ49.224844.679912.3330
Yxy44.67990.46330.4206
Hunter Lab66.843014.476435.8507
CIE-Lab72.680619.286456.1294

#eda349 color RGB value is (237,163,73).

#eda349 hex color red value is 237, green value is 163 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eda349 hue: 0.09 , saturation: 0.82 and the lightness value of eda349 is 0.61.

The process color (four color CMYK) of #eda349 color hex is 0.00, 0.31, 0.69, 0.07. Web safe color of #eda349 is #ff9933. Color #eda349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 01001001
Octal 355 243 111
Decimal 237 163 73
Hex ED A3 49

RGB Percentages of Color #eda349

%50.11
%34.46
%15.43

CMYK Percentages of Color #eda349

%0
%31
%69
%7

Triadic Colors of #eda349

#eda349 #49eda3 #a349ed

Analogous Colors of #eda349

#eda349 #e5ed49 #ed5149

Monochromatic Colors of #eda349

#eda349

Complementary Color

#eda349 #4993ed

#eda349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda349 Color CSS Codes

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

#eda349 Text Font Color

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

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


#eda349 Background Color

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

This div background color is #eda349


#eda349 Border Color

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

This div border color is #eda349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda349


Comments

No comments written yet.

Please login to write comment.