Color Hex Logo

#e0931f Color Hex

#E0931F
(224,147,31)
0 Favorites   0 Comments

Color spaces of #e0931f

RGB 22414731
HSL0.100.760.50
HSV36°86°88°
CMYK 0.000.340.86   0.12
XYZ41.421536.81376.2189
Yxy36.81370.49050.4359
Hunter Lab60.674315.679536.3950
CIE-Lab67.137020.732266.3178

#e0931f color RGB value is (224,147,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 00011111
Octal 340 223 37
Decimal 224 147 31
Hex E0 93 1F

RGB Percentages of Color #e0931f

%55.72
%36.57
%7.71

CMYK Percentages of Color #e0931f

%0
%34
%86
%12

Triadic Colors of #e0931f

#e0931f #1fe093 #931fe0

Analogous Colors of #e0931f

#e0931f #cde01f #e0331f

Monochromatic Colors of #e0931f

#e0931f

Complementary Color

#e0931f #1f6ce0

#e0931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0931f Color CSS Codes

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

#e0931f Text Font Color

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

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


#e0931f Background Color

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

This div background color is #e0931f


#e0931f Border Color

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

This div border color is #e0931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0931f


Comments

No comments written yet.

Please login to write comment.