Color Hex Logo

#e5960e Color Hex

#E5960E
(229,150,14)
0 Favorites   0 Comments

Color spaces of #e5960e

RGB 22915014
HSL0.110.880.48
HSV38°94°90°
CMYK 0.000.340.94   0.10
XYZ43.298738.50245.5651
Yxy38.50240.49560.4407
Hunter Lab62.050315.969338.1177
CIE-Lab68.389320.976771.2765

#e5960e color RGB value is (229,150,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 00001110
Octal 345 226 16
Decimal 229 150 14
Hex E5 96 E

RGB Percentages of Color #e5960e

%58.27
%38.17
%3.56

CMYK Percentages of Color #e5960e

%0
%34
%94
%10

Triadic Colors of #e5960e

#e5960e #0ee596 #960ee5

Analogous Colors of #e5960e

#e5960e #c9e50e #e52a0e

Monochromatic Colors of #e5960e

#e5960e

Complementary Color

#e5960e #0e5de5

#e5960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5960e Color CSS Codes

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

#e5960e Text Font Color

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

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


#e5960e Background Color

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

This div background color is #e5960e


#e5960e Border Color

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

This div border color is #e5960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5960e


Comments

No comments written yet.

Please login to write comment.