Color Hex Logo

#e0910e Color Hex

#E0910E
(224,145,14)
0 Favorites   0 Comments

Color spaces of #e0910e

RGB 22414514
HSL0.100.880.47
HSV37°94°88°
CMYK 0.000.350.94   0.12
XYZ40.945136.12985.2312
Yxy36.12980.49750.4390
Hunter Lab60.108116.403536.9156
CIE-Lab66.619021.506269.7394

#e0910e color RGB value is (224,145,14).

#e0910e hex color red value is 224, green value is 145 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e0910e hue: 0.10 , saturation: 0.88 and the lightness value of e0910e is 0.47.

The process color (four color CMYK) of #e0910e color hex is 0.00, 0.35, 0.94, 0.12. Web safe color of #e0910e is #cc9900. Color #e0910e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 00001110
Octal 340 221 16
Decimal 224 145 14
Hex E0 91 E

RGB Percentages of Color #e0910e

%58.49
%37.86
%3.66

CMYK Percentages of Color #e0910e

%0
%35
%94
%12

Triadic Colors of #e0910e

#e0910e #0ee091 #910ee0

Analogous Colors of #e0910e

#e0910e #c6e00e #e0280e

Monochromatic Colors of #e0910e

#e0910e

Complementary Color

#e0910e #0e5de0

#e0910e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0910e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0910e Color CSS Codes

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

#e0910e Text Font Color

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

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


#e0910e Background Color

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

This div background color is #e0910e


#e0910e Border Color

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

This div border color is #e0910e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0910e


Comments

No comments written yet.

Please login to write comment.