Color Hex Logo

#e49c61 Color Hex

#E49C61
(228,156,97)
1 Favorites   0 Comments

Color spaces of #e49c61

RGB 22815697
HSL0.080.710.64
HSV27°57°89°
CMYK 0.000.320.57   0.11
XYZ46.041041.134016.8223
Yxy41.13400.44270.3955
Hunter Lab64.135815.901729.3438
CIE-Lab70.269720.827841.4231

#e49c61 color RGB value is (228,156,97).

#e49c61 hex color red value is 228, green value is 156 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e49c61 hue: 0.08 , saturation: 0.71 and the lightness value of e49c61 is 0.64.

The process color (four color CMYK) of #e49c61 color hex is 0.00, 0.32, 0.57, 0.11. Web safe color of #e49c61 is #cc9966. Color #e49c61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 01100001
Octal 344 234 141
Decimal 228 156 97
Hex E4 9C 61

RGB Percentages of Color #e49c61

%47.40
%32.43
%20.17

CMYK Percentages of Color #e49c61

%0
%32
%57
%11

Triadic Colors of #e49c61

#e49c61 #61e49c #9c61e4

Analogous Colors of #e49c61

#e49c61 #e4de61 #e46168

Monochromatic Colors of #e49c61

#e49c61

Complementary Color

#e49c61 #61a9e4

#e49c61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49c61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49c61 Color CSS Codes

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

#e49c61 Text Font Color

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

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


#e49c61 Background Color

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

This div background color is #e49c61


#e49c61 Border Color

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

This div border color is #e49c61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49c61


Comments

No comments written yet.

Please login to write comment.