Color Hex Logo

#e49765 Color Hex

#E49765
(228,151,101)
0 Favorites   0 Comments

Color spaces of #e49765

RGB 228151101
HSL0.070.700.65
HSV24°56°89°
CMYK 0.000.340.56   0.11
XYZ45.410539.566817.5557
Yxy39.56680.44290.3859
Hunter Lab62.902118.784527.4839
CIE-Lab69.159923.810937.9721

#e49765 color RGB value is (228,151,101).

#e49765 hex color red value is 228, green value is 151 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e49765 hue: 0.07 , saturation: 0.70 and the lightness value of e49765 is 0.65.

The process color (four color CMYK) of #e49765 color hex is 0.00, 0.34, 0.56, 0.11. Web safe color of #e49765 is #cc9966. Color #e49765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 01100101
Octal 344 227 145
Decimal 228 151 101
Hex E4 97 65

RGB Percentages of Color #e49765

%47.50
%31.46
%21.04

CMYK Percentages of Color #e49765

%0
%34
%56
%11

Triadic Colors of #e49765

#e49765 #65e497 #9765e4

Analogous Colors of #e49765

#e49765 #e4d765 #e46573

Monochromatic Colors of #e49765

#e49765

Complementary Color

#e49765 #65b2e4

#e49765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49765 Color CSS Codes

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

#e49765 Text Font Color

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

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


#e49765 Background Color

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

This div background color is #e49765


#e49765 Border Color

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

This div border color is #e49765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49765


Comments

No comments written yet.

Please login to write comment.