Color Hex Logo

#e5741d Color Hex

#E5741D
(229,116,29)
0 Favorites   0 Comments

Color spaces of #e5741d

RGB 22911629
HSL0.070.790.51
HSV26°87°90°
CMYK 0.000.490.87   0.10
XYZ38.780329.23754.7619
Yxy29.23750.53280.4017
Hunter Lab54.071733.394932.6287
CIE-Lab60.990738.990262.2781

#e5741d color RGB value is (229,116,29).

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

The process color (four color CMYK) of #e5741d color hex is 0.00, 0.49, 0.87, 0.10. Web safe color of #e5741d is #cc6633. Color #e5741d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 00011101
Octal 345 164 35
Decimal 229 116 29
Hex E5 74 1D

RGB Percentages of Color #e5741d

%61.23
%31.02
%7.75

CMYK Percentages of Color #e5741d

%0
%49
%87
%10

Triadic Colors of #e5741d

#e5741d #1de574 #741de5

Analogous Colors of #e5741d

#e5741d #e5d81d #e51d2a

Monochromatic Colors of #e5741d

#e5741d

Complementary Color

#e5741d #1d8ee5

#e5741d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5741d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5741d Color CSS Codes

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

#e5741d Text Font Color

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

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


#e5741d Background Color

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

This div background color is #e5741d


#e5741d Border Color

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

This div border color is #e5741d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5741d


Comments

No comments written yet.

Please login to write comment.