Color Hex Logo

#e17207 Color Hex

#E17207
(225,114,7)
0 Favorites   0 Comments

Color spaces of #e17207

RGB 2251147
HSL0.080.940.45
HSV29°97°88°
CMYK 0.000.490.97   0.12
XYZ37.107028.05753.6609
Yxy28.05750.53910.4077
Hunter Lab52.969332.349632.9808
CIE-Lab59.940738.103866.3807

#e17207 color RGB value is (225,114,7).

#e17207 hex color red value is 225, green value is 114 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #e17207 hue: 0.08 , saturation: 0.94 and the lightness value of e17207 is 0.45.

The process color (four color CMYK) of #e17207 color hex is 0.00, 0.49, 0.97, 0.12. Web safe color of #e17207 is #cc6600. Color #e17207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 00000111
Octal 341 162 7
Decimal 225 114 7
Hex E1 72 7

RGB Percentages of Color #e17207

%65.03
%32.95
%2.02

CMYK Percentages of Color #e17207

%0
%49
%97
%12

Triadic Colors of #e17207

#e17207 #07e172 #7207e1

Analogous Colors of #e17207

#e17207 #e1df07 #e10709

Monochromatic Colors of #e17207

#e17207

Complementary Color

#e17207 #0776e1

#e17207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17207 Color CSS Codes

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

#e17207 Text Font Color

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

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


#e17207 Background Color

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

This div background color is #e17207


#e17207 Border Color

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

This div border color is #e17207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17207


Comments

No comments written yet.

Please login to write comment.