Color Hex Logo

#eaa75e Color Hex

#EAA75E
(234,167,94)
0 Favorites   0 Comments

Color spaces of #eaa75e

RGB 23416794
HSL0.090.770.64
HSV31°60°92°
CMYK 0.000.290.60   0.08
XYZ49.770845.938016.8334
Yxy45.93800.44220.4082
Hunter Lab67.777612.466332.7189
CIE-Lab73.505317.211046.9781

#eaa75e color RGB value is (234,167,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 01011110
Octal 352 247 136
Decimal 234 167 94
Hex EA A7 5E

RGB Percentages of Color #eaa75e

%47.27
%33.74
%18.99

CMYK Percentages of Color #eaa75e

%0
%29
%60
%8

Triadic Colors of #eaa75e

#eaa75e #5eeaa7 #a75eea

Analogous Colors of #eaa75e

#eaa75e #e7ea5e #ea615e

Monochromatic Colors of #eaa75e

#eaa75e

Complementary Color

#eaa75e #5ea1ea

#eaa75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa75e Color CSS Codes

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

#eaa75e Text Font Color

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

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


#eaa75e Background Color

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

This div background color is #eaa75e


#eaa75e Border Color

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

This div border color is #eaa75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa75e


Comments

No comments written yet.

Please login to write comment.