Color Hex Logo

#e96519 Color Hex

#E96519
(233,101,25)
0 Favorites   0 Comments

Color spaces of #e96519

RGB 23310125
HSL0.060.830.51
HSV22°89°91°
CMYK 0.000.570.89   0.09
XYZ38.433426.70124.0479
Yxy26.70120.55550.3860
Hunter Lab51.673242.336331.5267
CIE-Lab58.696747.768862.0372

#e96519 color RGB value is (233,101,25).

#e96519 hex color red value is 233, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e96519 hue: 0.06 , saturation: 0.83 and the lightness value of e96519 is 0.51.

The process color (four color CMYK) of #e96519 color hex is 0.00, 0.57, 0.89, 0.09. Web safe color of #e96519 is #ff6600. Color #e96519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100101 00011001
Octal 351 145 31
Decimal 233 101 25
Hex E9 65 19

RGB Percentages of Color #e96519

%64.90
%28.13
%6.96

CMYK Percentages of Color #e96519

%0
%57
%89
%9

Triadic Colors of #e96519

#e96519 #19e965 #6519e9

Analogous Colors of #e96519

#e96519 #e9cd19 #e91935

Monochromatic Colors of #e96519

#e96519

Complementary Color

#e96519 #199de9

#e96519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96519 Color CSS Codes

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

#e96519 Text Font Color

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

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


#e96519 Background Color

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

This div background color is #e96519


#e96519 Border Color

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

This div border color is #e96519


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,101,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e96519; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e96519;
  -webkit-box-shadow: 1px 1px 3px 2px #e96519;
  box-shadow:         1px 1px 3px 2px #e96519; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,101,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96519


Comments

No comments written yet.

Please login to write comment.