Color Hex Logo

#e07122 Color Hex

#E07122
(224,113,34)
0 Favorites   0 Comments

Color spaces of #e07122

RGB 22411334
HSL0.070.750.51
HSV25°85°88°
CMYK 0.000.500.85   0.12
XYZ36.934327.77304.9275
Yxy27.77300.53040.3988
Hunter Lab52.700132.874731.3464
CIE-Lab59.683138.646159.2161

#e07122 color RGB value is (224,113,34).

#e07122 hex color red value is 224, green value is 113 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e07122 hue: 0.07 , saturation: 0.75 and the lightness value of e07122 is 0.51.

The process color (four color CMYK) of #e07122 color hex is 0.00, 0.50, 0.85, 0.12. Web safe color of #e07122 is #cc6633. Color #e07122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 00100010
Octal 340 161 42
Decimal 224 113 34
Hex E0 71 22

RGB Percentages of Color #e07122

%60.38
%30.46
%9.16

CMYK Percentages of Color #e07122

%0
%50
%85
%12

Triadic Colors of #e07122

#e07122 #22e071 #7122e0

Analogous Colors of #e07122

#e07122 #e0d022 #e02232

Monochromatic Colors of #e07122

#e07122

Complementary Color

#e07122 #2291e0

#e07122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07122 Color CSS Codes

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

#e07122 Text Font Color

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

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


#e07122 Background Color

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

This div background color is #e07122


#e07122 Border Color

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

This div border color is #e07122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07122


Comments

No comments written yet.

Please login to write comment.