Color Hex Logo

#e94511 Color Hex

#E94511
(233,69,17)
0 Favorites   0 Comments

Color spaces of #e94511

RGB 2336917
HSL0.040.860.49
HSV14°93°91°
CMYK 0.000.700.93   0.09
XYZ35.833621.62042.8148
Yxy21.62040.59460.3587
Hunter Lab46.497756.190428.9592
CIE-Lab53.621961.110860.9008

#e94511 color RGB value is (233,69,17).

#e94511 hex color red value is 233, green value is 69 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e94511 hue: 0.04 , saturation: 0.86 and the lightness value of e94511 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000101 00010001
Octal 351 105 21
Decimal 233 69 17
Hex E9 45 11

RGB Percentages of Color #e94511

%73.04
%21.63
%5.33

CMYK Percentages of Color #e94511

%0
%70
%93
%9

Triadic Colors of #e94511

#e94511 #11e945 #4511e9

Analogous Colors of #e94511

#e94511 #e9b111 #e91149

Monochromatic Colors of #e94511

#e94511

Complementary Color

#e94511 #11b5e9

#e94511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94511 Color CSS Codes

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

#e94511 Text Font Color

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

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


#e94511 Background Color

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

This div background color is #e94511


#e94511 Border Color

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

This div border color is #e94511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94511


Comments

No comments written yet.

Please login to write comment.