Color Hex Logo

#eaa076 Color Hex

#EAA076
(234,160,118)
0 Favorites   0 Comments

Color spaces of #eaa076

RGB 234160118
HSL0.060.730.69
HSV22°50°92°
CMYK 0.000.320.50   0.08
XYZ49.772543.942022.9979
Yxy43.94200.42650.3765
Hunter Lab66.288818.020325.8324
CIE-Lab72.189722.886132.9437

#eaa076 color RGB value is (234,160,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 01110110
Octal 352 240 166
Decimal 234 160 118
Hex EA A0 76

RGB Percentages of Color #eaa076

%45.70
%31.25
%23.05

CMYK Percentages of Color #eaa076

%0
%32
%50
%8

Triadic Colors of #eaa076

#eaa076 #76eaa0 #a076ea

Analogous Colors of #eaa076

#eaa076 #eada76 #ea7686

Monochromatic Colors of #eaa076

#eaa076

Complementary Color

#eaa076 #76c0ea

#eaa076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa076 Color CSS Codes

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

#eaa076 Text Font Color

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

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


#eaa076 Background Color

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

This div background color is #eaa076


#eaa076 Border Color

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

This div border color is #eaa076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,160,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 #eaa076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa076


Comments

No comments written yet.

Please login to write comment.