Color Hex Logo

#eda045 Color Hex

#EDA045
(237,160,69)
0 Favorites   0 Comments

Color spaces of #eda045

RGB 23716069
HSL0.090.820.60
HSV33°71°93°
CMYK 0.000.320.71   0.07
XYZ48.570043.575811.4813
Yxy43.57580.46870.4205
Hunter Lab66.012015.815035.8962
CIE-Lab71.944020.672957.1403

#eda045 color RGB value is (237,160,69).

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

The process color (four color CMYK) of #eda045 color hex is 0.00, 0.32, 0.71, 0.07. Web safe color of #eda045 is #ff9933. Color #eda045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01000101
Octal 355 240 105
Decimal 237 160 69
Hex ED A0 45

RGB Percentages of Color #eda045

%50.86
%34.33
%14.81

CMYK Percentages of Color #eda045

%0
%32
%71
%7

Triadic Colors of #eda045

#eda045 #45eda0 #a045ed

Analogous Colors of #eda045

#eda045 #e6ed45 #ed4c45

Monochromatic Colors of #eda045

#eda045

Complementary Color

#eda045 #4592ed

#eda045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda045 Color CSS Codes

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

#eda045 Text Font Color

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

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


#eda045 Background Color

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

This div background color is #eda045


#eda045 Border Color

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

This div border color is #eda045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda045


Comments

No comments written yet.

Please login to write comment.