Color Hex Logo

#e56116 Color Hex

#E56116
(229,97,22)
0 Favorites   0 Comments

Color spaces of #e56116

RGB 2299722
HSL0.060.820.49
HSV22°90°90°
CMYK 0.000.580.90   0.10
XYZ36.732625.26533.6997
Yxy25.26530.55910.3846
Hunter Lab50.264642.482030.8212
CIE-Lab57.333048.110461.6575

#e56116 color RGB value is (229,97,22).

#e56116 hex color red value is 229, green value is 97 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e56116 hue: 0.06 , saturation: 0.82 and the lightness value of e56116 is 0.49.

The process color (four color CMYK) of #e56116 color hex is 0.00, 0.58, 0.90, 0.10. Web safe color of #e56116 is #cc6600. Color #e56116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 00010110
Octal 345 141 26
Decimal 229 97 22
Hex E5 61 16

RGB Percentages of Color #e56116

%65.80
%27.87
%6.32

CMYK Percentages of Color #e56116

%0
%58
%90
%10

Triadic Colors of #e56116

#e56116 #16e561 #6116e5

Analogous Colors of #e56116

#e56116 #e5c916 #e51633

Monochromatic Colors of #e56116

#e56116

Complementary Color

#e56116 #169ae5

#e56116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56116 Color CSS Codes

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

#e56116 Text Font Color

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

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


#e56116 Background Color

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

This div background color is #e56116


#e56116 Border Color

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

This div border color is #e56116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56116


Comments

No comments written yet.

Please login to write comment.