Color Hex Logo

#eda419 Color Hex

#EDA419
(237,164,25)
0 Favorites   0 Comments

Color spaces of #eda419

RGB 23716425
HSL0.110.850.51
HSV39°89°93°
CMYK 0.000.310.89   0.07
XYZ48.376044.62566.9836
Yxy44.62560.48380.4463
Hunter Lab66.802412.359440.5634
CIE-Lab72.644717.120072.7780

#eda419 color RGB value is (237,164,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00011001
Octal 355 244 31
Decimal 237 164 25
Hex ED A4 19

RGB Percentages of Color #eda419

%55.63
%38.50
%5.87

CMYK Percentages of Color #eda419

%0
%31
%89
%7

Triadic Colors of #eda419

#eda419 #19eda4 #a419ed

Analogous Colors of #eda419

#eda419 #cced19 #ed3a19

Monochromatic Colors of #eda419

#eda419

Complementary Color

#eda419 #1962ed

#eda419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda419 Color CSS Codes

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

#eda419 Text Font Color

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

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


#eda419 Background Color

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

This div background color is #eda419


#eda419 Border Color

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

This div border color is #eda419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,164,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 #eda419">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda419


Comments

No comments written yet.

Please login to write comment.