Color Hex Logo

#eda40a Color Hex

#EDA40A
(237,164,10)
0 Favorites   0 Comments

Color spaces of #eda40a

RGB 23716410
HSL0.110.920.48
HSV41°96°93°
CMYK 0.000.310.96   0.07
XYZ48.255344.57746.3481
Yxy44.57740.48650.4495
Hunter Lab66.766312.169741.0992
CIE-Lab72.612816.925475.2289

#eda40a color RGB value is (237,164,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00001010
Octal 355 244 12
Decimal 237 164 10
Hex ED A4 A

RGB Percentages of Color #eda40a

%57.66
%39.90
%2.43

CMYK Percentages of Color #eda40a

%0
%31
%96
%7

Triadic Colors of #eda40a

#eda40a #0aeda4 #a40aed

Analogous Colors of #eda40a

#eda40a #c5ed0a #ed330a

Monochromatic Colors of #eda40a

#eda40a

Complementary Color

#eda40a #0a53ed

#eda40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda40a Color CSS Codes

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

#eda40a Text Font Color

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

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


#eda40a Background Color

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

This div background color is #eda40a


#eda40a Border Color

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

This div border color is #eda40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda40a


Comments

No comments written yet.

Please login to write comment.