Color Hex Logo

#e94601 Color Hex

#E94601
(233,70,1)
0 Favorites   0 Comments

Color spaces of #e94601

RGB 233701
HSL0.050.990.46
HSV18°100°91°
CMYK 0.000.701.00   0.09
XYZ35.799921.70612.3316
Yxy21.70610.59830.3628
Hunter Lab46.589855.628429.6457
CIE-Lab53.713860.601564.6576

#e94601 color RGB value is (233,70,1).

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

The process color (four color CMYK) of #e94601 color hex is 0.00, 0.70, 1.00, 0.09. Web safe color of #e94601 is #ff3300. Color #e94601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 00000001
Octal 351 106 1
Decimal 233 70 1
Hex E9 46 1

RGB Percentages of Color #e94601

%76.64
%23.03
%0.33

CMYK Percentages of Color #e94601

%0
%70
%100
%9

Triadic Colors of #e94601

#e94601 #01e946 #4601e9

Analogous Colors of #e94601

#e94601 #e9ba01 #e90130

Monochromatic Colors of #e94601

#e94601

Complementary Color

#e94601 #01a4e9

#e94601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94601 Color CSS Codes

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

#e94601 Text Font Color

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

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


#e94601 Background Color

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

This div background color is #e94601


#e94601 Border Color

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

This div border color is #e94601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94601


Comments

No comments written yet.

Please login to write comment.