Color Hex Logo

#e5aa70 Color Hex Fawn

#E5AA70
(229,170,112)
5 Favorites   0 Comments

Color spaces of #e5aa70 Fawn

RGB 229170112
HSL0.080.690.67
HSV30°51°90°
CMYK 0.000.260.51   0.10
XYZ49.612546.577321.7047
Yxy46.57730.42080.3951
Hunter Lab68.247610.327228.9174
CIE-Lab73.918615.001838.2002

#e5aa70 color RGB value is (229,170,112). #e5aa70 color name is Fawn color.

#e5aa70 hex color red value is 229, green value is 170 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e5aa70 hue: 0.08 , saturation: 0.69 and the lightness value of e5aa70 is 0.67.

The process color (four color CMYK) of #e5aa70 color hex is 0.00, 0.26, 0.51, 0.10. Web safe color of #e5aa70 is #cc9966. Color #e5aa70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101010 01110000
Octal 345 252 160
Decimal 229 170 112
Hex E5 AA 70

RGB Percentages of Color #e5aa70

%44.81
%33.27
%21.92

CMYK Percentages of Color #e5aa70

%0
%26
%51
%10

Triadic Colors of #e5aa70

#e5aa70 #70e5aa #aa70e5

Analogous Colors of #e5aa70

#e5aa70 #e5e570 #e57071

Monochromatic Colors of #e5aa70

#e5aa70

Complementary Color

#e5aa70 #70abe5

#e5aa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aa70 Color CSS Codes

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

#e5aa70 Text Font Color

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

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


#e5aa70 Background Color

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

This div background color is #e5aa70


#e5aa70 Border Color

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

This div border color is #e5aa70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,170,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5aa70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5aa70;
  -webkit-box-shadow: 1px 1px 3px 2px #e5aa70;
  box-shadow:         1px 1px 3px 2px #e5aa70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,170,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aa70

#e5aa70 Color Palettes


Comments

No comments written yet.

Please login to write comment.