Color Hex Logo

#e17516 Color Hex

#E17516
(225,117,22)
0 Favorites   0 Comments

Color spaces of #e17516

RGB 22511722
HSL0.080.820.48
HSV28°90°88°
CMYK 0.000.480.90   0.12
XYZ37.557428.78814.3362
Yxy28.78810.53140.4073
Hunter Lab53.654531.052032.7665
CIE-Lab60.594236.759563.7601

#e17516 color RGB value is (225,117,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 00010110
Octal 341 165 26
Decimal 225 117 22
Hex E1 75 16

RGB Percentages of Color #e17516

%61.81
%32.14
%6.04

CMYK Percentages of Color #e17516

%0
%48
%90
%12

Triadic Colors of #e17516

#e17516 #16e175 #7516e1

Analogous Colors of #e17516

#e17516 #e1db16 #e1161c

Monochromatic Colors of #e17516

#e17516

Complementary Color

#e17516 #1682e1

#e17516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17516 Color CSS Codes

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

#e17516 Text Font Color

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

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


#e17516 Background Color

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

This div background color is #e17516


#e17516 Border Color

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

This div border color is #e17516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17516


Comments

No comments written yet.

Please login to write comment.