Color Hex Logo

#e17015 Color Hex

#E17015
(225,112,21)
0 Favorites   0 Comments

Color spaces of #e17015

RGB 22511221
HSL0.070.830.48
HSV27°91°88°
CMYK 0.000.500.91   0.12
XYZ36.980927.65004.0974
Yxy27.65000.53810.4023
Hunter Lab52.583333.515232.1883
CIE-Lab59.571239.281863.2739

#e17015 color RGB value is (225,112,21).

#e17015 hex color red value is 225, green value is 112 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e17015 hue: 0.07 , saturation: 0.83 and the lightness value of e17015 is 0.48.

The process color (four color CMYK) of #e17015 color hex is 0.00, 0.50, 0.91, 0.12. Web safe color of #e17015 is #cc6600. Color #e17015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 00010101
Octal 341 160 25
Decimal 225 112 21
Hex E1 70 15

RGB Percentages of Color #e17015

%62.85
%31.28
%5.87

CMYK Percentages of Color #e17015

%0
%50
%91
%12

Triadic Colors of #e17015

#e17015 #15e170 #7015e1

Analogous Colors of #e17015

#e17015 #e1d615 #e11520

Monochromatic Colors of #e17015

#e17015

Complementary Color

#e17015 #1586e1

#e17015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17015 Color CSS Codes

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

#e17015 Text Font Color

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

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


#e17015 Background Color

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

This div background color is #e17015


#e17015 Border Color

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

This div border color is #e17015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17015


Comments

No comments written yet.

Please login to write comment.