Color Hex Logo

#e5862e Color Hex

#E5862E
(229,134,46)
0 Favorites   0 Comments

Color spaces of #e5862e

RGB 22913446
HSL0.080.780.54
HSV29°80°90°
CMYK 0.000.410.80   0.10
XYZ41.331333.90556.9508
Yxy33.90550.50290.4125
Hunter Lab58.228424.801933.6824
CIE-Lab64.887530.153059.5290

#e5862e color RGB value is (229,134,46).

#e5862e hex color red value is 229, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e5862e hue: 0.08 , saturation: 0.78 and the lightness value of e5862e is 0.54.

The process color (four color CMYK) of #e5862e color hex is 0.00, 0.41, 0.80, 0.10. Web safe color of #e5862e is #cc9933. Color #e5862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 00101110
Octal 345 206 56
Decimal 229 134 46
Hex E5 86 2E

RGB Percentages of Color #e5862e

%55.99
%32.76
%11.25

CMYK Percentages of Color #e5862e

%0
%41
%80
%10

Triadic Colors of #e5862e

#e5862e #2ee586 #862ee5

Analogous Colors of #e5862e

#e5862e #e5e22e #e52e31

Monochromatic Colors of #e5862e

#e5862e

Complementary Color

#e5862e #2e8de5

#e5862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5862e Color CSS Codes

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

#e5862e Text Font Color

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

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


#e5862e Background Color

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

This div background color is #e5862e


#e5862e Border Color

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

This div border color is #e5862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5862e


Comments

No comments written yet.

Please login to write comment.