Color Hex Logo

#eaa476 Color Hex

#EAA476
(234,164,118)
0 Favorites   0 Comments

Color spaces of #eaa476

RGB 234164118
HSL0.070.730.69
HSV24°50°92°
CMYK 0.000.300.50   0.08
XYZ50.477245.351323.2328
Yxy45.35130.42400.3809
Hunter Lab67.343415.943726.6859
CIE-Lab73.122620.758134.1480

#eaa476 color RGB value is (234,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01110110
Octal 352 244 166
Decimal 234 164 118
Hex EA A4 76

RGB Percentages of Color #eaa476

%45.35
%31.78
%22.87

CMYK Percentages of Color #eaa476

%0
%30
%50
%8

Triadic Colors of #eaa476

#eaa476 #76eaa4 #a476ea

Analogous Colors of #eaa476

#eaa476 #eade76 #ea7682

Monochromatic Colors of #eaa476

#eaa476

Complementary Color

#eaa476 #76bcea

#eaa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa476 Color CSS Codes

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

#eaa476 Text Font Color

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

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


#eaa476 Background Color

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

This div background color is #eaa476


#eaa476 Border Color

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

This div border color is #eaa476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa476


Comments

No comments written yet.

Please login to write comment.