Color Hex Logo

#e97501 Color Hex

#E97501
(233,117,1)
0 Favorites   0 Comments

Color spaces of #e97501

RGB 2331171
HSL0.080.990.46
HSV30°100°91°
CMYK 0.000.501.00   0.09
XYZ39.971030.04843.7219
Yxy30.04840.54200.4075
Hunter Lab54.816434.229834.3458
CIE-Lab61.696039.707469.0506

#e97501 color RGB value is (233,117,1).

#e97501 hex color red value is 233, green value is 117 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e97501 hue: 0.08 , saturation: 0.99 and the lightness value of e97501 is 0.46.

The process color (four color CMYK) of #e97501 color hex is 0.00, 0.50, 1.00, 0.09. Web safe color of #e97501 is #ff6600. Color #e97501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 00000001
Octal 351 165 1
Decimal 233 117 1
Hex E9 75 1

RGB Percentages of Color #e97501

%66.38
%33.33
%0.28

CMYK Percentages of Color #e97501

%0
%50
%100
%9

Triadic Colors of #e97501

#e97501 #01e975 #7501e9

Analogous Colors of #e97501

#e97501 #e9e901 #e90101

Monochromatic Colors of #e97501

#e97501

Complementary Color

#e97501 #0175e9

#e97501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97501 Color CSS Codes

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

#e97501 Text Font Color

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

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


#e97501 Background Color

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

This div background color is #e97501


#e97501 Border Color

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

This div border color is #e97501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97501


Comments

No comments written yet.

Please login to write comment.