Color Hex Logo

#eea491 Color Hex

#EEA491
(238,164,145)
0 Favorites   0 Comments

Color spaces of #eea491

RGB 238164145
HSL0.030.730.75
HSV12°39°93°
CMYK 0.000.310.39   0.07
XYZ53.646246.772432.9886
Yxy46.77240.40210.3506
Hunter Lab68.390420.334419.2743
CIE-Lab74.044025.088920.9208

#eea491 color RGB value is (238,164,145).

#eea491 hex color red value is 238, green value is 164 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eea491 hue: 0.03 , saturation: 0.73 and the lightness value of eea491 is 0.75.

The process color (four color CMYK) of #eea491 color hex is 0.00, 0.31, 0.39, 0.07. Web safe color of #eea491 is #ff9999. Color #eea491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10010001
Octal 356 244 221
Decimal 238 164 145
Hex EE A4 91

RGB Percentages of Color #eea491

%43.51
%29.98
%26.51

CMYK Percentages of Color #eea491

%0
%31
%39
%7

Triadic Colors of #eea491

#eea491 #91eea4 #a491ee

Analogous Colors of #eea491

#eea491 #eed391 #ee91ad

Monochromatic Colors of #eea491

#eea491

Complementary Color

#eea491 #91dbee

#eea491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea491 Color CSS Codes

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

#eea491 Text Font Color

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

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


#eea491 Background Color

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

This div background color is #eea491


#eea491 Border Color

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

This div border color is #eea491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea491


Comments

No comments written yet.

Please login to write comment.