Color Hex Logo

#ed890e Color Hex

#ED890E
(237,137,14)
0 Favorites   0 Comments

Color spaces of #ed890e

RGB 23713714
HSL0.090.890.49
HSV33°94°93°
CMYK 0.000.420.94   0.07
XYZ43.950035.92765.0338
Yxy35.92760.51760.4231
Hunter Lab59.939625.988636.9785
CIE-Lab66.464631.192370.3994

#ed890e color RGB value is (237,137,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 00001110
Octal 355 211 16
Decimal 237 137 14
Hex ED 89 E

RGB Percentages of Color #ed890e

%61.08
%35.31
%3.61

CMYK Percentages of Color #ed890e

%0
%42
%94
%7

Triadic Colors of #ed890e

#ed890e #0eed89 #890eed

Analogous Colors of #ed890e

#ed890e #e2ed0e #ed1a0e

Monochromatic Colors of #ed890e

#ed890e

Complementary Color

#ed890e #0e72ed

#ed890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed890e Color CSS Codes

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

#ed890e Text Font Color

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

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


#ed890e Background Color

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

This div background color is #ed890e


#ed890e Border Color

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

This div border color is #ed890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed890e


Comments

No comments written yet.

Please login to write comment.