Color Hex Logo

#eaa479 Color Hex

#EAA479
(234,164,121)
0 Favorites   0 Comments

Color spaces of #eaa479

RGB 234164121
HSL0.060.730.70
HSV23°48°92°
CMYK 0.000.300.48   0.08
XYZ50.658345.423824.1868
Yxy45.42380.42120.3777
Hunter Lab67.397216.222425.9006
CIE-Lab73.170121.037232.6159

#eaa479 color RGB value is (234,164,121).

#eaa479 hex color red value is 234, green value is 164 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eaa479 hue: 0.06 , saturation: 0.73 and the lightness value of eaa479 is 0.70.

The process color (four color CMYK) of #eaa479 color hex is 0.00, 0.30, 0.48, 0.08. Web safe color of #eaa479 is #ff9966. Color #eaa479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01111001
Octal 352 244 171
Decimal 234 164 121
Hex EA A4 79

RGB Percentages of Color #eaa479

%45.09
%31.60
%23.31

CMYK Percentages of Color #eaa479

%0
%30
%48
%8

Triadic Colors of #eaa479

#eaa479 #79eaa4 #a479ea

Analogous Colors of #eaa479

#eaa479 #eadd79 #ea7987

Monochromatic Colors of #eaa479

#eaa479

Complementary Color

#eaa479 #79bfea

#eaa479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa479 Color CSS Codes

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

#eaa479 Text Font Color

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

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


#eaa479 Background Color

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

This div background color is #eaa479


#eaa479 Border Color

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

This div border color is #eaa479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa479


Comments

No comments written yet.

Please login to write comment.