Color Hex Logo

#e5840e Color Hex

#E5840E
(229,132,14)
0 Favorites   0 Comments

Color spaces of #e5840e

RGB 22913214
HSL0.090.880.48
HSV33°94°90°
CMYK 0.000.420.94   0.10
XYZ40.643633.19224.6801
Yxy33.19220.51760.4227
Hunter Lab57.612725.102935.5125
CIE-Lab64.316230.502768.4176

#e5840e color RGB value is (229,132,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 00001110
Octal 345 204 16
Decimal 229 132 14
Hex E5 84 E

RGB Percentages of Color #e5840e

%61.07
%35.20
%3.73

CMYK Percentages of Color #e5840e

%0
%42
%94
%10

Triadic Colors of #e5840e

#e5840e #0ee584 #840ee5

Analogous Colors of #e5840e

#e5840e #dbe50e #e5190e

Monochromatic Colors of #e5840e

#e5840e

Complementary Color

#e5840e #0e6fe5

#e5840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5840e Color CSS Codes

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

#e5840e Text Font Color

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

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


#e5840e Background Color

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

This div background color is #e5840e


#e5840e Border Color

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

This div border color is #e5840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5840e


Comments

No comments written yet.

Please login to write comment.