Color Hex Logo

#e1904e Color Hex

#E1904E
(225,144,78)
0 Favorites   0 Comments

Color spaces of #e1904e

RGB 22514478
HSL0.070.710.59
HSV27°65°88°
CMYK 0.000.360.65   0.12
XYZ42.399736.504112.0190
Yxy36.50410.46630.4015
Hunter Lab60.418619.532530.4986
CIE-Lab66.903324.700546.9968

#e1904e color RGB value is (225,144,78).

#e1904e hex color red value is 225, green value is 144 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e1904e hue: 0.07 , saturation: 0.71 and the lightness value of e1904e is 0.59.

The process color (four color CMYK) of #e1904e color hex is 0.00, 0.36, 0.65, 0.12. Web safe color of #e1904e is #cc9966. Color #e1904e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 01001110
Octal 341 220 116
Decimal 225 144 78
Hex E1 90 4E

RGB Percentages of Color #e1904e

%50.34
%32.21
%17.45

CMYK Percentages of Color #e1904e

%0
%36
%65
%12

Triadic Colors of #e1904e

#e1904e #4ee190 #904ee1

Analogous Colors of #e1904e

#e1904e #e1da4e #e14e56

Monochromatic Colors of #e1904e

#e1904e

Complementary Color

#e1904e #4e9fe1

#e1904e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1904e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1904e Color CSS Codes

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

#e1904e Text Font Color

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

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


#e1904e Background Color

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

This div background color is #e1904e


#e1904e Border Color

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

This div border color is #e1904e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,144,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1904e


Comments

No comments written yet.

Please login to write comment.