Color Hex Logo

#eda02e Color Hex

#EDA02E
(237,160,46)
0 Favorites   0 Comments

Color spaces of #eda02e

RGB 23716046
HSL0.100.840.55
HSV36°81°93°
CMYK 0.000.320.81   0.07
XYZ47.989043.34348.4216
Yxy43.34340.48110.4345
Hunter Lab65.835714.899838.5007
CIE-Lab71.787419.747766.1442

#eda02e color RGB value is (237,160,46).

#eda02e hex color red value is 237, green value is 160 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eda02e hue: 0.10 , saturation: 0.84 and the lightness value of eda02e is 0.55.

The process color (four color CMYK) of #eda02e color hex is 0.00, 0.32, 0.81, 0.07. Web safe color of #eda02e is #ff9933. Color #eda02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00101110
Octal 355 240 56
Decimal 237 160 46
Hex ED A0 2E

RGB Percentages of Color #eda02e

%53.50
%36.12
%10.38

CMYK Percentages of Color #eda02e

%0
%32
%81
%7

Triadic Colors of #eda02e

#eda02e #2eeda0 #a02eed

Analogous Colors of #eda02e

#eda02e #dbed2e #ed402e

Monochromatic Colors of #eda02e

#eda02e

Complementary Color

#eda02e #2e7bed

#eda02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda02e Color CSS Codes

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

#eda02e Text Font Color

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

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


#eda02e Background Color

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

This div background color is #eda02e


#eda02e Border Color

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

This div border color is #eda02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda02e


Comments

No comments written yet.

Please login to write comment.