Color Hex Logo

#e9390e Color Hex

#E9390E
(233,57,14)
0 Favorites   0 Comments

Color spaces of #e9390e

RGB 2335714
HSL0.030.890.48
HSV12°94°91°
CMYK 0.000.760.94   0.09
XYZ35.146720.28162.4778
Yxy20.28160.60700.3502
Hunter Lab45.035160.495228.2625
CIE-Lab52.154165.114660.8312

#e9390e color RGB value is (233,57,14).

#e9390e hex color red value is 233, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e9390e hue: 0.03 , saturation: 0.89 and the lightness value of e9390e is 0.48.

The process color (four color CMYK) of #e9390e color hex is 0.00, 0.76, 0.94, 0.09. Web safe color of #e9390e is #ff3300. Color #e9390e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111001 00001110
Octal 351 71 16
Decimal 233 57 14
Hex E9 39 E

RGB Percentages of Color #e9390e

%76.64
%18.75
%4.61

CMYK Percentages of Color #e9390e

%0
%76
%94
%9

Triadic Colors of #e9390e

#e9390e #0ee939 #390ee9

Analogous Colors of #e9390e

#e9390e #e9a70e #e90e51

Monochromatic Colors of #e9390e

#e9390e

Complementary Color

#e9390e #0ebee9

#e9390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9390e Color CSS Codes

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

#e9390e Text Font Color

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

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


#e9390e Background Color

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

This div background color is #e9390e


#e9390e Border Color

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

This div border color is #e9390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9390e


Comments

No comments written yet.

Please login to write comment.