Color Hex Logo

#e5860e Color Hex

#E5860E
(229,134,14)
0 Favorites   0 Comments

Color spaces of #e5860e

RGB 22913414
HSL0.090.880.48
HSV33°94°90°
CMYK 0.000.410.94   0.10
XYZ40.917533.73994.7713
Yxy33.73990.51510.4248
Hunter Lab58.086124.090035.7900
CIE-Lab64.755629.453268.7230

#e5860e color RGB value is (229,134,14).

#e5860e hex color red value is 229, green value is 134 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5860e hue: 0.09 , saturation: 0.88 and the lightness value of e5860e is 0.48.

The process color (four color CMYK) of #e5860e color hex is 0.00, 0.41, 0.94, 0.10. Web safe color of #e5860e is #cc9900. Color #e5860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 00001110
Octal 345 206 16
Decimal 229 134 14
Hex E5 86 E

RGB Percentages of Color #e5860e

%60.74
%35.54
%3.71

CMYK Percentages of Color #e5860e

%0
%41
%94
%10

Triadic Colors of #e5860e

#e5860e #0ee586 #860ee5

Analogous Colors of #e5860e

#e5860e #d9e50e #e51a0e

Monochromatic Colors of #e5860e

#e5860e

Complementary Color

#e5860e #0e6de5

#e5860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5860e Color CSS Codes

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

#e5860e Text Font Color

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

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


#e5860e Background Color

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

This div background color is #e5860e


#e5860e Border Color

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

This div border color is #e5860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5860e


Comments

No comments written yet.

Please login to write comment.