Color Hex Logo

#e5912d Color Hex

#E5912D
(229,145,45)
0 Favorites   0 Comments

Color spaces of #e5912d

RGB 22914545
HSL0.090.780.54
HSV33°80°90°
CMYK 0.000.370.80   0.10
XYZ42.912237.09837.3816
Yxy37.09830.49100.4245
Hunter Lab60.908419.170235.4504
CIE-Lab67.350724.305162.1576

#e5912d color RGB value is (229,145,45).

#e5912d hex color red value is 229, green value is 145 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e5912d hue: 0.09 , saturation: 0.78 and the lightness value of e5912d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 00101101
Octal 345 221 55
Decimal 229 145 45
Hex E5 91 2D

RGB Percentages of Color #e5912d

%54.65
%34.61
%10.74

CMYK Percentages of Color #e5912d

%0
%37
%80
%10

Triadic Colors of #e5912d

#e5912d #2de591 #912de5

Analogous Colors of #e5912d

#e5912d #dde52d #e5352d

Monochromatic Colors of #e5912d

#e5912d

Complementary Color

#e5912d #2d81e5

#e5912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5912d Color CSS Codes

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

#e5912d Text Font Color

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

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


#e5912d Background Color

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

This div background color is #e5912d


#e5912d Border Color

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

This div border color is #e5912d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5912d


Comments

No comments written yet.

Please login to write comment.