Color Hex Logo

#e58c34 Color Hex

#E58C34
(229,140,52)
0 Favorites   0 Comments

Color spaces of #e58c34

RGB 22914052
HSL0.080.770.55
HSV30°77°90°
CMYK 0.000.390.77   0.10
XYZ42.311035.66217.9023
Yxy35.66210.49270.4153
Hunter Lab59.717821.964133.9567
CIE-Lab66.260927.202758.4045

#e58c34 color RGB value is (229,140,52).

#e58c34 hex color red value is 229, green value is 140 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e58c34 hue: 0.08 , saturation: 0.77 and the lightness value of e58c34 is 0.55.

The process color (four color CMYK) of #e58c34 color hex is 0.00, 0.39, 0.77, 0.10. Web safe color of #e58c34 is #cc9933. Color #e58c34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001100 00110100
Octal 345 214 64
Decimal 229 140 52
Hex E5 8C 34

RGB Percentages of Color #e58c34

%54.39
%33.25
%12.35

CMYK Percentages of Color #e58c34

%0
%39
%77
%10

Triadic Colors of #e58c34

#e58c34 #34e58c #8c34e5

Analogous Colors of #e58c34

#e58c34 #e5e534 #e53434

Monochromatic Colors of #e58c34

#e58c34

Complementary Color

#e58c34 #348de5

#e58c34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58c34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58c34 Color CSS Codes

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

#e58c34 Text Font Color

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

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


#e58c34 Background Color

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

This div background color is #e58c34


#e58c34 Border Color

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

This div border color is #e58c34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58c34


Comments

No comments written yet.

Please login to write comment.