Color Hex Logo

#e56016 Color Hex

#E56016
(229,96,22)
0 Favorites   0 Comments

Color spaces of #e56016

RGB 2299622
HSL0.060.820.49
HSV21°90°90°
CMYK 0.000.580.90   0.10
XYZ36.640825.08173.6691
Yxy25.08170.56030.3836
Hunter Lab50.081642.951630.7134
CIE-Lab57.154948.574361.5296

#e56016 color RGB value is (229,96,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 00010110
Octal 345 140 26
Decimal 229 96 22
Hex E5 60 16

RGB Percentages of Color #e56016

%65.99
%27.67
%6.34

CMYK Percentages of Color #e56016

%0
%58
%90
%10

Triadic Colors of #e56016

#e56016 #16e560 #6016e5

Analogous Colors of #e56016

#e56016 #e5c816 #e51634

Monochromatic Colors of #e56016

#e56016

Complementary Color

#e56016 #169be5

#e56016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56016 Color CSS Codes

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

#e56016 Text Font Color

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

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


#e56016 Background Color

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

This div background color is #e56016


#e56016 Border Color

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

This div border color is #e56016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56016


Comments

No comments written yet.

Please login to write comment.