Color Hex Logo

#eda109 Color Hex

#EDA109
(237,161,9)
0 Favorites   0 Comments

Color spaces of #eda109

RGB 2371619
HSL0.110.930.48
HSV40°96°93°
CMYK 0.000.320.96   0.07
XYZ47.719243.51406.1424
Yxy43.51400.49010.4469
Hunter Lab65.965113.687940.6548
CIE-Lab71.902518.504474.8511

#eda109 color RGB value is (237,161,9).

#eda109 hex color red value is 237, green value is 161 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #eda109 hue: 0.11 , saturation: 0.93 and the lightness value of eda109 is 0.48.

The process color (four color CMYK) of #eda109 color hex is 0.00, 0.32, 0.96, 0.07. Web safe color of #eda109 is #ff9900. Color #eda109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00001001
Octal 355 241 11
Decimal 237 161 9
Hex ED A1 9

RGB Percentages of Color #eda109

%58.23
%39.56
%2.21

CMYK Percentages of Color #eda109

%0
%32
%96
%7

Triadic Colors of #eda109

#eda109 #09eda1 #a109ed

Analogous Colors of #eda109

#eda109 #c7ed09 #ed2f09

Monochromatic Colors of #eda109

#eda109

Complementary Color

#eda109 #0955ed

#eda109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda109 Color CSS Codes

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

#eda109 Text Font Color

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

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


#eda109 Background Color

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

This div background color is #eda109


#eda109 Border Color

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

This div border color is #eda109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda109


Comments

No comments written yet.

Please login to write comment.