Color Hex Logo

#e95601 Color Hex

#E95601
(233,86,1)
0 Favorites   0 Comments

Color spaces of #e95601

RGB 233861
HSL0.060.990.46
HSV22°100°91°
CMYK 0.000.631.00   0.09
XYZ36.937523.98142.7108
Yxy23.98140.58050.3769
Hunter Lab48.970848.939330.9975
CIE-Lab56.069254.233965.8577

#e95601 color RGB value is (233,86,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010110 00000001
Octal 351 126 1
Decimal 233 86 1
Hex E9 56 1

RGB Percentages of Color #e95601

%72.81
%26.88
%0.31

CMYK Percentages of Color #e95601

%0
%63
%100
%9

Triadic Colors of #e95601

#e95601 #01e956 #5601e9

Analogous Colors of #e95601

#e95601 #e9ca01 #e90120

Monochromatic Colors of #e95601

#e95601

Complementary Color

#e95601 #0194e9

#e95601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95601 Color CSS Codes

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

#e95601 Text Font Color

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

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


#e95601 Background Color

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

This div background color is #e95601


#e95601 Border Color

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

This div border color is #e95601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95601


Comments

No comments written yet.

Please login to write comment.