Color Hex Logo

#ed890f Color Hex

#ED890F
(237,137,15)
0 Favorites   0 Comments

Color spaces of #ed890f

RGB 23713715
HSL0.090.880.49
HSV33°94°93°
CMYK 0.000.420.94   0.07
XYZ43.956935.93035.0704
Yxy35.93030.51740.4229
Hunter Lab59.941926.000336.9441
CIE-Lab66.466631.203670.2294

#ed890f color RGB value is (237,137,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 00001111
Octal 355 211 17
Decimal 237 137 15
Hex ED 89 F

RGB Percentages of Color #ed890f

%60.93
%35.22
%3.86

CMYK Percentages of Color #ed890f

%0
%42
%94
%7

Triadic Colors of #ed890f

#ed890f #0fed89 #890fed

Analogous Colors of #ed890f

#ed890f #e2ed0f #ed1a0f

Monochromatic Colors of #ed890f

#ed890f

Complementary Color

#ed890f #0f73ed

#ed890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed890f Color CSS Codes

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

#ed890f Text Font Color

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

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


#ed890f Background Color

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

This div background color is #ed890f


#ed890f Border Color

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

This div border color is #ed890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed890f


Comments

No comments written yet.

Please login to write comment.