Color Hex Logo

#eea073 Color Hex

#EEA073
(238,160,115)
0 Favorites   0 Comments

Color spaces of #eea073

RGB 238160115
HSL0.060.780.69
HSV22°52°93°
CMYK 0.000.330.52   0.07
XYZ50.925244.556622.1359
Yxy44.55660.43300.3788
Hunter Lab66.750719.366727.0637
CIE-Lab72.599024.209635.1564

#eea073 color RGB value is (238,160,115).

#eea073 hex color red value is 238, green value is 160 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eea073 hue: 0.06 , saturation: 0.78 and the lightness value of eea073 is 0.69.

The process color (four color CMYK) of #eea073 color hex is 0.00, 0.33, 0.52, 0.07. Web safe color of #eea073 is #ff9966. Color #eea073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01110011
Octal 356 240 163
Decimal 238 160 115
Hex EE A0 73

RGB Percentages of Color #eea073

%46.39
%31.19
%22.42

CMYK Percentages of Color #eea073

%0
%33
%52
%7

Triadic Colors of #eea073

#eea073 #73eea0 #a073ee

Analogous Colors of #eea073

#eea073 #eede73 #ee7384

Monochromatic Colors of #eea073

#eea073

Complementary Color

#eea073 #73c1ee

#eea073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea073 Color CSS Codes

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

#eea073 Text Font Color

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

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


#eea073 Background Color

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

This div background color is #eea073


#eea073 Border Color

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

This div border color is #eea073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea073


Comments

No comments written yet.

Please login to write comment.