Color Hex Logo

#eea94e Color Hex

#EEA94E
(238,169,78)
0 Favorites   0 Comments

Color spaces of #eea94e

RGB 23816978
HSL0.090.820.62
HSV34°67°93°
CMYK 0.000.290.67   0.07
XYZ50.823047.103113.6209
Yxy47.10310.45560.4223
Hunter Lab68.631712.077036.2753
CIE-Lab74.255716.796855.5875

#eea94e color RGB value is (238,169,78).

#eea94e hex color red value is 238, green value is 169 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eea94e hue: 0.09 , saturation: 0.82 and the lightness value of eea94e is 0.62.

The process color (four color CMYK) of #eea94e color hex is 0.00, 0.29, 0.67, 0.07. Web safe color of #eea94e is #ff9966. Color #eea94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 01001110
Octal 356 251 116
Decimal 238 169 78
Hex EE A9 4E

RGB Percentages of Color #eea94e

%49.07
%34.85
%16.08

CMYK Percentages of Color #eea94e

%0
%29
%67
%7

Triadic Colors of #eea94e

#eea94e #4eeea9 #a94eee

Analogous Colors of #eea94e

#eea94e #e3ee4e #ee594e

Monochromatic Colors of #eea94e

#eea94e

Complementary Color

#eea94e #4e93ee

#eea94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea94e Color CSS Codes

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

#eea94e Text Font Color

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

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


#eea94e Background Color

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

This div background color is #eea94e


#eea94e Border Color

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

This div border color is #eea94e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,169,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea94e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea94e;
  -webkit-box-shadow: 1px 1px 3px 2px #eea94e;
  box-shadow:         1px 1px 3px 2px #eea94e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,169,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea94e


Comments

No comments written yet.

Please login to write comment.