Color Hex Logo

#e5841f Color Hex

#E5841F
(229,132,31)
0 Favorites   0 Comments

Color spaces of #e5841f

RGB 22913231
HSL0.090.790.51
HSV31°86°90°
CMYK 0.000.420.86   0.10
XYZ40.811733.25955.5650
Yxy33.25950.51250.4176
Hunter Lab57.671025.393634.6485
CIE-Lab64.370530.787564.3480

#e5841f color RGB value is (229,132,31).

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

The process color (four color CMYK) of #e5841f color hex is 0.00, 0.42, 0.86, 0.10. Web safe color of #e5841f is #cc9933. Color #e5841f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 00011111
Octal 345 204 37
Decimal 229 132 31
Hex E5 84 1F

RGB Percentages of Color #e5841f

%58.42
%33.67
%7.91

CMYK Percentages of Color #e5841f

%0
%42
%86
%10

Triadic Colors of #e5841f

#e5841f #1fe584 #841fe5

Analogous Colors of #e5841f

#e5841f #e3e51f #e5211f

Monochromatic Colors of #e5841f

#e5841f

Complementary Color

#e5841f #1f80e5

#e5841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5841f Color CSS Codes

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

#e5841f Text Font Color

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

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


#e5841f Background Color

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

This div background color is #e5841f


#e5841f Border Color

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

This div border color is #e5841f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5841f


Comments

No comments written yet.

Please login to write comment.