Color Hex Logo

#eaa756 Color Hex

#EAA756
(234,167,86)
0 Favorites   0 Comments

Color spaces of #eaa756

RGB 23416786
HSL0.090.780.63
HSV33°63°92°
CMYK 0.000.290.63   0.08
XYZ49.430145.801715.0395
Yxy45.80170.44830.4154
Hunter Lab67.677011.938734.1982
CIE-Lab73.416716.671250.7824

#eaa756 color RGB value is (234,167,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 01010110
Octal 352 247 126
Decimal 234 167 86
Hex EA A7 56

RGB Percentages of Color #eaa756

%48.05
%34.29
%17.66

CMYK Percentages of Color #eaa756

%0
%29
%63
%8

Triadic Colors of #eaa756

#eaa756 #56eaa7 #a756ea

Analogous Colors of #eaa756

#eaa756 #e3ea56 #ea5d56

Monochromatic Colors of #eaa756

#eaa756

Complementary Color

#eaa756 #5699ea

#eaa756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa756 Color CSS Codes

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

#eaa756 Text Font Color

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

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


#eaa756 Background Color

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

This div background color is #eaa756


#eaa756 Border Color

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

This div border color is #eaa756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa756


Comments

No comments written yet.

Please login to write comment.