Color Hex Logo

#e16911 Color Hex

#E16911
(225,105,17)
0 Favorites   0 Comments

Color spaces of #e16911

RGB 22510517
HSL0.070.860.47
HSV25°92°88°
CMYK 0.000.530.92   0.12
XYZ36.204126.15123.6698
Yxy26.15120.54830.3961
Hunter Lab51.138236.879931.5420
CIE-Lab58.180342.703263.2933

#e16911 color RGB value is (225,105,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 00010001
Octal 341 151 21
Decimal 225 105 17
Hex E1 69 11

RGB Percentages of Color #e16911

%64.84
%30.26
%4.90

CMYK Percentages of Color #e16911

%0
%53
%92
%12

Triadic Colors of #e16911

#e16911 #11e169 #6911e1

Analogous Colors of #e16911

#e16911 #e1d111 #e11121

Monochromatic Colors of #e16911

#e16911

Complementary Color

#e16911 #1189e1

#e16911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16911 Color CSS Codes

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

#e16911 Text Font Color

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

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


#e16911 Background Color

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

This div background color is #e16911


#e16911 Border Color

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

This div border color is #e16911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16911


Comments

No comments written yet.

Please login to write comment.