Color Hex Logo

#e48412 Color Hex

#E48412
(228,132,18)
0 Favorites   0 Comments

Color spaces of #e48412

RGB 22813218
HSL0.090.850.48
HSV33°92°89°
CMYK 0.000.420.92   0.11
XYZ40.355433.04024.8227
Yxy33.04020.51590.4224
Hunter Lab57.480624.728435.2619
CIE-Lab64.193430.139467.5015

#e48412 color RGB value is (228,132,18).

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

The process color (four color CMYK) of #e48412 color hex is 0.00, 0.42, 0.92, 0.11. Web safe color of #e48412 is #cc9900. Color #e48412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 00010010
Octal 344 204 22
Decimal 228 132 18
Hex E4 84 12

RGB Percentages of Color #e48412

%60.32
%34.92
%4.76

CMYK Percentages of Color #e48412

%0
%42
%92
%11

Triadic Colors of #e48412

#e48412 #12e484 #8412e4

Analogous Colors of #e48412

#e48412 #dbe412 #e41b12

Monochromatic Colors of #e48412

#e48412

Complementary Color

#e48412 #1272e4

#e48412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48412 Color CSS Codes

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

#e48412 Text Font Color

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

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


#e48412 Background Color

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

This div background color is #e48412


#e48412 Border Color

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

This div border color is #e48412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48412


Comments

No comments written yet.

Please login to write comment.