Color Hex Logo

#e94512 Color Hex

#E94512
(233,69,18)
0 Favorites   0 Comments

Color spaces of #e94512

RGB 2336918
HSL0.040.860.49
HSV14°92°91°
CMYK 0.000.700.92   0.09
XYZ35.841621.62362.8570
Yxy21.62360.59420.3585
Hunter Lab46.501256.204928.9081
CIE-Lab53.625361.122960.6126

#e94512 color RGB value is (233,69,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000101 00010010
Octal 351 105 22
Decimal 233 69 18
Hex E9 45 12

RGB Percentages of Color #e94512

%72.81
%21.56
%5.63

CMYK Percentages of Color #e94512

%0
%70
%92
%9

Triadic Colors of #e94512

#e94512 #12e945 #4512e9

Analogous Colors of #e94512

#e94512 #e9b112 #e9124a

Monochromatic Colors of #e94512

#e94512

Complementary Color

#e94512 #12b6e9

#e94512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94512 Color CSS Codes

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

#e94512 Text Font Color

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

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


#e94512 Background Color

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

This div background color is #e94512


#e94512 Border Color

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

This div border color is #e94512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94512


Comments

No comments written yet.

Please login to write comment.