Color Hex Logo

#eaa760 Color Hex

#EAA760
(234,167,96)
0 Favorites   0 Comments

Color spaces of #eaa760

RGB 23416796
HSL0.090.770.65
HSV31°59°92°
CMYK 0.000.290.59   0.08
XYZ49.861745.974417.3123
Yxy45.97440.44070.4063
Hunter Lab67.804412.606832.3248
CIE-Lab73.528917.354346.0104

#eaa760 color RGB value is (234,167,96).

#eaa760 hex color red value is 234, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eaa760 hue: 0.09 , saturation: 0.77 and the lightness value of eaa760 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 01100000
Octal 352 247 140
Decimal 234 167 96
Hex EA A7 60

RGB Percentages of Color #eaa760

%47.08
%33.60
%19.32

CMYK Percentages of Color #eaa760

%0
%29
%59
%8

Triadic Colors of #eaa760

#eaa760 #60eaa7 #a760ea

Analogous Colors of #eaa760

#eaa760 #e8ea60 #ea6260

Monochromatic Colors of #eaa760

#eaa760

Complementary Color

#eaa760 #60a3ea

#eaa760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa760 Color CSS Codes

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

#eaa760 Text Font Color

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

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


#eaa760 Background Color

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

This div background color is #eaa760


#eaa760 Border Color

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

This div border color is #eaa760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa760


Comments

No comments written yet.

Please login to write comment.