Color Hex Logo

#e07716 Color Hex

#E07716
(224,119,22)
0 Favorites   0 Comments

Color spaces of #e07716

RGB 22411922
HSL0.080.820.48
HSV29°90°88°
CMYK 0.000.470.90   0.12
XYZ37.482129.09894.4002
Yxy29.09890.52810.4100
Hunter Lab53.943429.628232.9241
CIE-Lab60.868835.330363.8993

#e07716 color RGB value is (224,119,22).

#e07716 hex color red value is 224, green value is 119 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e07716 hue: 0.08 , saturation: 0.82 and the lightness value of e07716 is 0.48.

The process color (four color CMYK) of #e07716 color hex is 0.00, 0.47, 0.90, 0.12. Web safe color of #e07716 is #cc6600. Color #e07716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 00010110
Octal 340 167 26
Decimal 224 119 22
Hex E0 77 16

RGB Percentages of Color #e07716

%61.37
%32.60
%6.03

CMYK Percentages of Color #e07716

%0
%47
%90
%12

Triadic Colors of #e07716

#e07716 #16e077 #7716e0

Analogous Colors of #e07716

#e07716 #e0dc16 #e0161a

Monochromatic Colors of #e07716

#e07716

Complementary Color

#e07716 #167fe0

#e07716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07716 Color CSS Codes

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

#e07716 Text Font Color

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

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


#e07716 Background Color

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

This div background color is #e07716


#e07716 Border Color

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

This div border color is #e07716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07716


Comments

No comments written yet.

Please login to write comment.