Color Hex Logo

#e58f3a Color Hex

#E58F3A
(229,143,58)
0 Favorites   0 Comments

Color spaces of #e58f3a

RGB 22914358
HSL0.080.770.56
HSV30°75°90°
CMYK 0.000.380.75   0.10
XYZ42.899336.60848.8081
Yxy36.60840.48570.4145
Hunter Lab60.504920.676933.7222
CIE-Lab66.982225.855156.5751

#e58f3a color RGB value is (229,143,58).

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

The process color (four color CMYK) of #e58f3a color hex is 0.00, 0.38, 0.75, 0.10. Web safe color of #e58f3a is #cc9933. Color #e58f3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 00111010
Octal 345 217 72
Decimal 229 143 58
Hex E5 8F 3A

RGB Percentages of Color #e58f3a

%53.26
%33.26
%13.49

CMYK Percentages of Color #e58f3a

%0
%38
%75
%10

Triadic Colors of #e58f3a

#e58f3a #3ae58f #8f3ae5

Analogous Colors of #e58f3a

#e58f3a #e5e53a #e53a3b

Monochromatic Colors of #e58f3a

#e58f3a

Complementary Color

#e58f3a #3a90e5

#e58f3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58f3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58f3a Color CSS Codes

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

#e58f3a Text Font Color

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

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


#e58f3a Background Color

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

This div background color is #e58f3a


#e58f3a Border Color

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

This div border color is #e58f3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58f3a


Comments

No comments written yet.

Please login to write comment.