Color Hex Logo

#e49a47 Color Hex

#E49A47
(228,154,71)
0 Favorites   0 Comments

Color spaces of #e49a47

RGB 22815471
HSL0.090.740.59
HSV32°69°89°
CMYK 0.000.320.69   0.11
XYZ44.687840.060111.3383
Yxy40.06010.46510.4169
Hunter Lab63.293015.266433.6839
CIE-Lab69.512320.207053.3416

#e49a47 color RGB value is (228,154,71).

#e49a47 hex color red value is 228, green value is 154 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #e49a47 hue: 0.09 , saturation: 0.74 and the lightness value of e49a47 is 0.59.

The process color (four color CMYK) of #e49a47 color hex is 0.00, 0.32, 0.69, 0.11. Web safe color of #e49a47 is #cc9933. Color #e49a47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 01000111
Octal 344 232 107
Decimal 228 154 71
Hex E4 9A 47

RGB Percentages of Color #e49a47

%50.33
%34.00
%15.67

CMYK Percentages of Color #e49a47

%0
%32
%69
%11

Triadic Colors of #e49a47

#e49a47 #47e49a #9a47e4

Analogous Colors of #e49a47

#e49a47 #e0e447 #e44c47

Monochromatic Colors of #e49a47

#e49a47

Complementary Color

#e49a47 #4791e4

#e49a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49a47 Color CSS Codes

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

#e49a47 Text Font Color

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

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


#e49a47 Background Color

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

This div background color is #e49a47


#e49a47 Border Color

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

This div border color is #e49a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49a47


Comments

No comments written yet.

Please login to write comment.