Color Hex Logo

#eaa571 Color Hex

#EAA571
(234,165,113)
0 Favorites   0 Comments

Color spaces of #eaa571

RGB 234165113
HSL0.070.740.68
HSV26°52°92°
CMYK 0.000.290.52   0.08
XYZ50.367545.594921.7688
Yxy45.59490.42780.3873
Hunter Lab67.524014.979728.1525
CIE-Lab73.281919.778036.9876

#eaa571 color RGB value is (234,165,113).

#eaa571 hex color red value is 234, green value is 165 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eaa571 hue: 0.07 , saturation: 0.74 and the lightness value of eaa571 is 0.68.

The process color (four color CMYK) of #eaa571 color hex is 0.00, 0.29, 0.52, 0.08. Web safe color of #eaa571 is #ff9966. Color #eaa571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 01110001
Octal 352 245 161
Decimal 234 165 113
Hex EA A5 71

RGB Percentages of Color #eaa571

%45.70
%32.23
%22.07

CMYK Percentages of Color #eaa571

%0
%29
%52
%8

Triadic Colors of #eaa571

#eaa571 #71eaa5 #a571ea

Analogous Colors of #eaa571

#eaa571 #eae271 #ea717a

Monochromatic Colors of #eaa571

#eaa571

Complementary Color

#eaa571 #71b6ea

#eaa571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa571 Color CSS Codes

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

#eaa571 Text Font Color

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

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


#eaa571 Background Color

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

This div background color is #eaa571


#eaa571 Border Color

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

This div border color is #eaa571


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,165,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaa571; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaa571;
  -webkit-box-shadow: 1px 1px 3px 2px #eaa571;
  box-shadow:         1px 1px 3px 2px #eaa571; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,165,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa571


Comments

No comments written yet.

Please login to write comment.