Color Hex Logo

#e4860e Color Hex

#E4860E
(228,134,14)
0 Favorites   0 Comments

Color spaces of #e4860e

RGB 22813414
HSL0.090.880.47
HSV34°94°89°
CMYK 0.000.410.94   0.11
XYZ40.599333.57594.7564
Yxy33.57590.51440.4254
Hunter Lab57.944723.663835.6945
CIE-Lab64.624529.036968.5705

#e4860e color RGB value is (228,134,14).

#e4860e hex color red value is 228, green value is 134 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e4860e hue: 0.09 , saturation: 0.88 and the lightness value of e4860e is 0.47.

The process color (four color CMYK) of #e4860e color hex is 0.00, 0.41, 0.94, 0.11. Web safe color of #e4860e is #cc9900. Color #e4860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 00001110
Octal 344 206 16
Decimal 228 134 14
Hex E4 86 E

RGB Percentages of Color #e4860e

%60.64
%35.64
%3.72

CMYK Percentages of Color #e4860e

%0
%41
%94
%11

Triadic Colors of #e4860e

#e4860e #0ee486 #860ee4

Analogous Colors of #e4860e

#e4860e #d7e40e #e41b0e

Monochromatic Colors of #e4860e

#e4860e

Complementary Color

#e4860e #0e6ce4

#e4860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4860e Color CSS Codes

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

#e4860e Text Font Color

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

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


#e4860e Background Color

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

This div background color is #e4860e


#e4860e Border Color

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

This div border color is #e4860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4860e


Comments

No comments written yet.

Please login to write comment.