Color Hex Logo

#eda619 Color Hex

#EDA619
(237,166,25)
0 Favorites   0 Comments

Color spaces of #eda619

RGB 23716625
HSL0.110.850.51
HSV40°89°93°
CMYK 0.000.300.89   0.07
XYZ48.736745.34717.1039
Yxy45.34710.48160.4481
Hunter Lab67.340311.341840.8835
CIE-Lab73.119916.061673.1402

#eda619 color RGB value is (237,166,25).

#eda619 hex color red value is 237, green value is 166 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #eda619 hue: 0.11 , saturation: 0.85 and the lightness value of eda619 is 0.51.

The process color (four color CMYK) of #eda619 color hex is 0.00, 0.30, 0.89, 0.07. Web safe color of #eda619 is #ff9900. Color #eda619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00011001
Octal 355 246 31
Decimal 237 166 25
Hex ED A6 19

RGB Percentages of Color #eda619

%55.37
%38.79
%5.84

CMYK Percentages of Color #eda619

%0
%30
%89
%7

Triadic Colors of #eda619

#eda619 #19eda6 #a619ed

Analogous Colors of #eda619

#eda619 #caed19 #ed3c19

Monochromatic Colors of #eda619

#eda619

Complementary Color

#eda619 #1960ed

#eda619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda619 Color CSS Codes

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

#eda619 Text Font Color

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

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


#eda619 Background Color

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

This div background color is #eda619


#eda619 Border Color

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

This div border color is #eda619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda619


Comments

No comments written yet.

Please login to write comment.