Color Hex Logo

#eda00e Color Hex

#EDA00E
(237,160,14)
0 Favorites   0 Comments

Color spaces of #eda00e

RGB 23716014
HSL0.110.890.49
HSV39°94°93°
CMYK 0.000.320.94   0.07
XYZ47.575143.17786.2421
Yxy43.17780.49050.4452
Hunter Lab65.709814.245140.3646
CIE-Lab71.675519.082374.0470

#eda00e color RGB value is (237,160,14).

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

The process color (four color CMYK) of #eda00e color hex is 0.00, 0.32, 0.94, 0.07. Web safe color of #eda00e is #ff9900. Color #eda00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00001110
Octal 355 240 16
Decimal 237 160 14
Hex ED A0 E

RGB Percentages of Color #eda00e

%57.66
%38.93
%3.41

CMYK Percentages of Color #eda00e

%0
%32
%94
%7

Triadic Colors of #eda00e

#eda00e #0eeda0 #a00eed

Analogous Colors of #eda00e

#eda00e #cbed0e #ed310e

Monochromatic Colors of #eda00e

#eda00e

Complementary Color

#eda00e #0e5bed

#eda00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda00e Color CSS Codes

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

#eda00e Text Font Color

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

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


#eda00e Background Color

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

This div background color is #eda00e


#eda00e Border Color

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

This div border color is #eda00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda00e


Comments

No comments written yet.

Please login to write comment.