Color Hex Logo

#e16917 Color Hex

#E16917
(225,105,23)
0 Favorites   0 Comments

Color spaces of #e16917

RGB 22510523
HSL0.070.810.49
HSV24°90°88°
CMYK 0.000.530.90   0.12
XYZ36.257626.17263.9514
Yxy26.17260.54620.3943
Hunter Lab51.159236.978331.2320
CIE-Lab58.200542.794561.7163

#e16917 color RGB value is (225,105,23).

#e16917 hex color red value is 225, green value is 105 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e16917 hue: 0.07 , saturation: 0.81 and the lightness value of e16917 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 00010111
Octal 341 151 27
Decimal 225 105 23
Hex E1 69 17

RGB Percentages of Color #e16917

%63.74
%29.75
%6.52

CMYK Percentages of Color #e16917

%0
%53
%90
%12

Triadic Colors of #e16917

#e16917 #17e169 #6917e1

Analogous Colors of #e16917

#e16917 #e1ce17 #e1172a

Monochromatic Colors of #e16917

#e16917

Complementary Color

#e16917 #178fe1

#e16917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16917 Color CSS Codes

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

#e16917 Text Font Color

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

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


#e16917 Background Color

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

This div background color is #e16917


#e16917 Border Color

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

This div border color is #e16917


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,105,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16917


Comments

No comments written yet.

Please login to write comment.