Color Hex Logo

#e1913a Color Hex

#E1913A
(225,145,58)
0 Favorites   0 Comments

Color spaces of #e1913a

RGB 22514558
HSL0.090.740.55
HSV31°74°88°
CMYK 0.000.360.74   0.12
XYZ41.940536.56388.8500
Yxy36.56380.48010.4186
Hunter Lab60.468017.988333.6500
CIE-Lab66.948523.121556.3801

#e1913a color RGB value is (225,145,58).

#e1913a hex color red value is 225, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e1913a hue: 0.09 , saturation: 0.74 and the lightness value of e1913a is 0.55.

The process color (four color CMYK) of #e1913a color hex is 0.00, 0.36, 0.74, 0.12. Web safe color of #e1913a is #cc9933. Color #e1913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 00111010
Octal 341 221 72
Decimal 225 145 58
Hex E1 91 3A

RGB Percentages of Color #e1913a

%52.57
%33.88
%13.55

CMYK Percentages of Color #e1913a

%0
%36
%74
%12

Triadic Colors of #e1913a

#e1913a #3ae191 #913ae1

Analogous Colors of #e1913a

#e1913a #dee13a #e13e3a

Monochromatic Colors of #e1913a

#e1913a

Complementary Color

#e1913a #3a8ae1

#e1913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1913a Color CSS Codes

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

#e1913a Text Font Color

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

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


#e1913a Background Color

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

This div background color is #e1913a


#e1913a Border Color

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

This div border color is #e1913a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1913a


Comments

No comments written yet.

Please login to write comment.