Color Hex Logo

#e5911d Color Hex

#E5911D
(229,145,29)
0 Favorites   0 Comments

Color spaces of #e5911d

RGB 22914529
HSL0.100.790.51
HSV35°87°90°
CMYK 0.000.370.87   0.10
XYZ42.660336.99756.0552
Yxy36.99750.49770.4316
Hunter Lab60.825618.747136.6756
CIE-Lab67.275223.878867.2377

#e5911d color RGB value is (229,145,29).

#e5911d hex color red value is 229, green value is 145 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e5911d hue: 0.10 , saturation: 0.79 and the lightness value of e5911d is 0.51.

The process color (four color CMYK) of #e5911d color hex is 0.00, 0.37, 0.87, 0.10. Web safe color of #e5911d is #cc9933. Color #e5911d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 00011101
Octal 345 221 35
Decimal 229 145 29
Hex E5 91 1D

RGB Percentages of Color #e5911d

%56.82
%35.98
%7.20

CMYK Percentages of Color #e5911d

%0
%37
%87
%10

Triadic Colors of #e5911d

#e5911d #1de591 #911de5

Analogous Colors of #e5911d

#e5911d #d5e51d #e52d1d

Monochromatic Colors of #e5911d

#e5911d

Complementary Color

#e5911d #1d71e5

#e5911d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5911d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5911d Color CSS Codes

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

#e5911d Text Font Color

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

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


#e5911d Background Color

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

This div background color is #e5911d


#e5911d Border Color

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

This div border color is #e5911d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,145,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5911d


Comments

No comments written yet.

Please login to write comment.