Color Hex Logo

#e1961f Color Hex

#E1961F
(225,150,31)
0 Favorites   0 Comments

Color spaces of #e1961f

RGB 22515031
HSL0.100.760.50
HSV37°86°88°
CMYK 0.000.330.86   0.12
XYZ42.205037.91926.3910
Yxy37.91920.48780.4383
Hunter Lab61.578614.578736.9515
CIE-Lab67.961019.555767.0344

#e1961f color RGB value is (225,150,31).

#e1961f hex color red value is 225, green value is 150 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e1961f hue: 0.10 , saturation: 0.76 and the lightness value of e1961f is 0.50.

The process color (four color CMYK) of #e1961f color hex is 0.00, 0.33, 0.86, 0.12. Web safe color of #e1961f is #cc9933. Color #e1961f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 00011111
Octal 341 226 37
Decimal 225 150 31
Hex E1 96 1F

RGB Percentages of Color #e1961f

%55.42
%36.95
%7.64

CMYK Percentages of Color #e1961f

%0
%33
%86
%12

Triadic Colors of #e1961f

#e1961f #1fe196 #961fe1

Analogous Colors of #e1961f

#e1961f #cbe11f #e1351f

Monochromatic Colors of #e1961f

#e1961f

Complementary Color

#e1961f #1f6ae1

#e1961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1961f Color CSS Codes

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

#e1961f Text Font Color

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

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


#e1961f Background Color

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

This div background color is #e1961f


#e1961f Border Color

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

This div border color is #e1961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1961f


Comments

No comments written yet.

Please login to write comment.