Color Hex Logo

#e16316 Color Hex

#E16316
(225,99,22)
0 Favorites   0 Comments

Color spaces of #e16316

RGB 2259922
HSL0.060.820.48
HSV23°90°88°
CMYK 0.000.560.90   0.12
XYZ35.658024.98923.7031
Yxy24.98920.55410.3883
Hunter Lab49.989239.845530.6004
CIE-Lab57.064945.679361.1754

#e16316 color RGB value is (225,99,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 00010110
Octal 341 143 26
Decimal 225 99 22
Hex E1 63 16

RGB Percentages of Color #e16316

%65.03
%28.61
%6.36

CMYK Percentages of Color #e16316

%0
%56
%90
%12

Triadic Colors of #e16316

#e16316 #16e163 #6316e1

Analogous Colors of #e16316

#e16316 #e1c916 #e1162e

Monochromatic Colors of #e16316

#e16316

Complementary Color

#e16316 #1694e1

#e16316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16316 Color CSS Codes

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

#e16316 Text Font Color

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

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


#e16316 Background Color

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

This div background color is #e16316


#e16316 Border Color

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

This div border color is #e16316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16316


Comments

No comments written yet.

Please login to write comment.