Color Hex Logo

#e47312 Color Hex

#E47312
(228,115,18)
0 Favorites   0 Comments

Color spaces of #e47312

RGB 22811518
HSL0.080.850.48
HSV28°92°89°
CMYK 0.000.500.92   0.11
XYZ38.234828.79914.1159
Yxy28.79910.53740.4048
Hunter Lab53.664833.263333.0180
CIE-Lab60.603938.910264.9537

#e47312 color RGB value is (228,115,18).

#e47312 hex color red value is 228, green value is 115 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e47312 hue: 0.08 , saturation: 0.85 and the lightness value of e47312 is 0.48.

The process color (four color CMYK) of #e47312 color hex is 0.00, 0.50, 0.92, 0.11. Web safe color of #e47312 is #cc6600. Color #e47312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 00010010
Octal 344 163 22
Decimal 228 115 18
Hex E4 73 12

RGB Percentages of Color #e47312

%63.16
%31.86
%4.99

CMYK Percentages of Color #e47312

%0
%50
%92
%11

Triadic Colors of #e47312

#e47312 #12e473 #7312e4

Analogous Colors of #e47312

#e47312 #e4dc12 #e4121a

Monochromatic Colors of #e47312

#e47312

Complementary Color

#e47312 #1283e4

#e47312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47312 Color CSS Codes

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

#e47312 Text Font Color

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

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


#e47312 Background Color

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

This div background color is #e47312


#e47312 Border Color

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

This div border color is #e47312


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,115,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47312


Comments

No comments written yet.

Please login to write comment.