Color Hex Logo

#e49112 Color Hex

#E49112
(228,145,18)
0 Favorites   0 Comments

Color spaces of #e49112

RGB 22814518
HSL0.100.850.48
HSV36°92°89°
CMYK 0.000.360.92   0.11
XYZ42.229536.78855.4474
Yxy36.78850.50000.4355
Hunter Lab60.653518.135437.1325
CIE-Lab67.118123.263069.6117

#e49112 color RGB value is (228,145,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 00010010
Octal 344 221 22
Decimal 228 145 18
Hex E4 91 12

RGB Percentages of Color #e49112

%58.31
%37.08
%4.60

CMYK Percentages of Color #e49112

%0
%36
%92
%11

Triadic Colors of #e49112

#e49112 #12e491 #9112e4

Analogous Colors of #e49112

#e49112 #cee412 #e42812

Monochromatic Colors of #e49112

#e49112

Complementary Color

#e49112 #1265e4

#e49112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49112 Color CSS Codes

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

#e49112 Text Font Color

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

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


#e49112 Background Color

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

This div background color is #e49112


#e49112 Border Color

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

This div border color is #e49112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49112


Comments

No comments written yet.

Please login to write comment.