Color Hex Logo

#e58e4f Color Hex

#E58E4F
(229,142,79)
0 Favorites   0 Comments

Color spaces of #e58e4f

RGB 22914279
HSL0.070.740.60
HSV25°66°90°
CMYK 0.000.380.66   0.10
XYZ43.397436.568512.1683
Yxy36.56850.47100.3969
Hunter Lab60.471922.274030.3998
CIE-Lab66.952027.463846.6852

#e58e4f color RGB value is (229,142,79).

#e58e4f hex color red value is 229, green value is 142 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e58e4f hue: 0.07 , saturation: 0.74 and the lightness value of e58e4f is 0.60.

The process color (four color CMYK) of #e58e4f color hex is 0.00, 0.38, 0.66, 0.10. Web safe color of #e58e4f is #cc9966. Color #e58e4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 01001111
Octal 345 216 117
Decimal 229 142 79
Hex E5 8E 4F

RGB Percentages of Color #e58e4f

%50.89
%31.56
%17.56

CMYK Percentages of Color #e58e4f

%0
%38
%66
%10

Triadic Colors of #e58e4f

#e58e4f #4fe58e #8e4fe5

Analogous Colors of #e58e4f

#e58e4f #e5d94f #e54f5b

Monochromatic Colors of #e58e4f

#e58e4f

Complementary Color

#e58e4f #4fa6e5

#e58e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58e4f Color CSS Codes

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

#e58e4f Text Font Color

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

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


#e58e4f Background Color

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

This div background color is #e58e4f


#e58e4f Border Color

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

This div border color is #e58e4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58e4f

#e58e4f Color Palettes


Comments

No comments written yet.

Please login to write comment.