Color Hex Logo

#e17814 Color Hex

#E17814
(225,120,20)
0 Favorites   0 Comments

Color spaces of #e17814

RGB 22512020
HSL0.080.840.48
HSV29°91°88°
CMYK 0.000.470.91   0.12
XYZ37.894129.49104.3569
Yxy29.49100.52820.4111
Hunter Lab54.305629.521333.2571
CIE-Lab61.212535.187364.7178

#e17814 color RGB value is (225,120,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 00010100
Octal 341 170 24
Decimal 225 120 20
Hex E1 78 14

RGB Percentages of Color #e17814

%61.64
%32.88
%5.48

CMYK Percentages of Color #e17814

%0
%47
%91
%12

Triadic Colors of #e17814

#e17814 #14e178 #7814e1

Analogous Colors of #e17814

#e17814 #e1df14 #e11417

Monochromatic Colors of #e17814

#e17814

Complementary Color

#e17814 #147de1

#e17814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17814 Color CSS Codes

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

#e17814 Text Font Color

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

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


#e17814 Background Color

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

This div background color is #e17814


#e17814 Border Color

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

This div border color is #e17814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17814


Comments

No comments written yet.

Please login to write comment.