Color Hex Logo

#e1490e Color Hex

#E1490E
(225,73,14)
0 Favorites   0 Comments

Color spaces of #e1490e

RGB 2257314
HSL0.050.880.47
HSV17°94°88°
CMYK 0.000.680.94   0.12
XYZ33.513120.80432.6648
Yxy20.80430.58810.3651
Hunter Lab45.611751.331928.4643
CIE-Lab52.734656.963660.4407

#e1490e color RGB value is (225,73,14).

#e1490e hex color red value is 225, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e1490e hue: 0.05 , saturation: 0.88 and the lightness value of e1490e is 0.47.

The process color (four color CMYK) of #e1490e color hex is 0.00, 0.68, 0.94, 0.12. Web safe color of #e1490e is #cc3300. Color #e1490e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 00001110
Octal 341 111 16
Decimal 225 73 14
Hex E1 49 E

RGB Percentages of Color #e1490e

%72.12
%23.40
%4.49

CMYK Percentages of Color #e1490e

%0
%68
%94
%12

Triadic Colors of #e1490e

#e1490e #0ee149 #490ee1

Analogous Colors of #e1490e

#e1490e #e1b30e #e10e3c

Monochromatic Colors of #e1490e

#e1490e

Complementary Color

#e1490e #0ea6e1

#e1490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1490e Color CSS Codes

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

#e1490e Text Font Color

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

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


#e1490e Background Color

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

This div background color is #e1490e


#e1490e Border Color

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

This div border color is #e1490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1490e


Comments

No comments written yet.

Please login to write comment.