Color Hex Logo

#e47514 Color Hex

#E47514
(228,117,20)
0 Favorites   0 Comments

Color spaces of #e47514

RGB 22811720
HSL0.080.840.49
HSV28°91°89°
CMYK 0.000.490.91   0.11
XYZ38.482529.26714.2827
Yxy29.26710.53420.4063
Hunter Lab54.099132.299733.1757
CIE-Lab61.016637.926664.7706

#e47514 color RGB value is (228,117,20).

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

The process color (four color CMYK) of #e47514 color hex is 0.00, 0.49, 0.91, 0.11. Web safe color of #e47514 is #cc6600. Color #e47514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 00010100
Octal 344 165 24
Decimal 228 117 20
Hex E4 75 14

RGB Percentages of Color #e47514

%62.47
%32.05
%5.48

CMYK Percentages of Color #e47514

%0
%49
%91
%11

Triadic Colors of #e47514

#e47514 #14e475 #7514e4

Analogous Colors of #e47514

#e47514 #e4dd14 #e4141b

Monochromatic Colors of #e47514

#e47514

Complementary Color

#e47514 #1483e4

#e47514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47514 Color CSS Codes

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

#e47514 Text Font Color

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

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


#e47514 Background Color

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

This div background color is #e47514


#e47514 Border Color

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

This div border color is #e47514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47514


Comments

No comments written yet.

Please login to write comment.