Color Hex Logo

#e5930e Color Hex

#E5930E
(229,147,14)
0 Favorites   0 Comments

Color spaces of #e5930e

RGB 22914714
HSL0.100.880.48
HSV37°94°90°
CMYK 0.000.360.94   0.10
XYZ42.826137.55725.4075
Yxy37.55720.49920.4378
Hunter Lab61.283917.491537.6672
CIE-Lab67.693022.573170.7833

#e5930e color RGB value is (229,147,14).

#e5930e hex color red value is 229, green value is 147 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5930e hue: 0.10 , saturation: 0.88 and the lightness value of e5930e is 0.48.

The process color (four color CMYK) of #e5930e color hex is 0.00, 0.36, 0.94, 0.10. Web safe color of #e5930e is #cc9900. Color #e5930e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 00001110
Octal 345 223 16
Decimal 229 147 14
Hex E5 93 E

RGB Percentages of Color #e5930e

%58.72
%37.69
%3.59

CMYK Percentages of Color #e5930e

%0
%36
%94
%10

Triadic Colors of #e5930e

#e5930e #0ee593 #930ee5

Analogous Colors of #e5930e

#e5930e #cce50e #e5270e

Monochromatic Colors of #e5930e

#e5930e

Complementary Color

#e5930e #0e60e5

#e5930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5930e Color CSS Codes

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

#e5930e Text Font Color

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

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


#e5930e Background Color

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

This div background color is #e5930e


#e5930e Border Color

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

This div border color is #e5930e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,147,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 #e5930e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5930e


Comments

No comments written yet.

Please login to write comment.