Color Hex Logo

#eda60a Color Hex

#EDA60A
(237,166,10)
0 Favorites   0 Comments

Color spaces of #eda60a

RGB 23716610
HSL0.110.920.48
HSV41°96°93°
CMYK 0.000.300.96   0.07
XYZ48.616145.29896.4684
Yxy45.29890.48430.4513
Hunter Lab67.304511.153341.4150
CIE-Lab73.088315.867475.5620

#eda60a color RGB value is (237,166,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00001010
Octal 355 246 12
Decimal 237 166 10
Hex ED A6 A

RGB Percentages of Color #eda60a

%57.38
%40.19
%2.42

CMYK Percentages of Color #eda60a

%0
%30
%96
%7

Triadic Colors of #eda60a

#eda60a #0aeda6 #a60aed

Analogous Colors of #eda60a

#eda60a #c3ed0a #ed350a

Monochromatic Colors of #eda60a

#eda60a

Complementary Color

#eda60a #0a51ed

#eda60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda60a Color CSS Codes

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

#eda60a Text Font Color

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

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


#eda60a Background Color

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

This div background color is #eda60a


#eda60a Border Color

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

This div border color is #eda60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda60a


Comments

No comments written yet.

Please login to write comment.