Color Hex Logo

#e1913b Color Hex

#E1913B
(225,145,59)
0 Favorites   0 Comments

Color spaces of #e1913b

RGB 22514559
HSL0.090.730.56
HSV31°74°88°
CMYK 0.000.360.74   0.12
XYZ41.966236.57418.9853
Yxy36.57410.47950.4179
Hunter Lab60.476518.031833.5246
CIE-Lab66.956323.165755.9542

#e1913b color RGB value is (225,145,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 00111011
Octal 341 221 73
Decimal 225 145 59
Hex E1 91 3B

RGB Percentages of Color #e1913b

%52.45
%33.80
%13.75

CMYK Percentages of Color #e1913b

%0
%36
%74
%12

Triadic Colors of #e1913b

#e1913b #3be191 #913be1

Analogous Colors of #e1913b

#e1913b #dee13b #e13e3b

Monochromatic Colors of #e1913b

#e1913b

Complementary Color

#e1913b #3b8be1

#e1913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1913b Color CSS Codes

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

#e1913b Text Font Color

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

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


#e1913b Background Color

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

This div background color is #e1913b


#e1913b Border Color

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

This div border color is #e1913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1913b


Comments

No comments written yet.

Please login to write comment.