color codes Logo

#eda40d color codes

#EDA40D
(237,164,13)
0 Favorites   0 Comments

Color spaces of #eda40d

RGB 23716413
HSL0.110.900.49
HSV40°95°93°
CMYK 0.000.310.95   0.07
XYZ48.273244.58456.4422
Yxy44.58450.48610.4490
Hunter Lab66.771612.198041.0198
CIE-Lab72.617516.954474.8557

#eda40d color RGB value is (237,164,13).

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

The process color (four color CMYK) of #eda40d color code is 0.00, 0.31, 0.95, 0.07. Web safe color of #eda40d is #ff9900. Color #eda40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00001101
Octal 355 244 15
Decimal 237 164 13
Hex ED A4 D

RGB Percentages of Color #eda40d

%57.25
%39.61
%3.14

CMYK Percentages of Color #eda40d

%0
%31
%95
%7

Triadic Colors of #eda40d

#eda40d #0deda4 #a40ded

Analogous Colors of #eda40d

#eda40d #c6ed0d #ed340d

Monochromatic Colors of #eda40d

#eda40d

Complementary Color

#eda40d #0d56ed

#eda40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda40d Color CSS Codes

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

#eda40d Text Font Color

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

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


#eda40d Background Color

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

This div background color is #eda40d


#eda40d Border Color

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

This div border color is #eda40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda40d


Comments

No comments written yet.

Please login to write comment.