Color Hex Logo

#eea060 Color Hex

#EEA060
(238,160,96)
0 Favorites   0 Comments

Color spaces of #eea060

RGB 23816096
HSL0.080.810.65
HSV27°60°93°
CMYK 0.000.330.60   0.07
XYZ49.942044.163316.9585
Yxy44.16330.44970.3976
Hunter Lab66.455517.847631.3889
CIE-Lab72.337522.706044.6994

#eea060 color RGB value is (238,160,96).

#eea060 hex color red value is 238, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eea060 hue: 0.08 , saturation: 0.81 and the lightness value of eea060 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01100000
Octal 356 240 140
Decimal 238 160 96
Hex EE A0 60

RGB Percentages of Color #eea060

%48.18
%32.39
%19.43

CMYK Percentages of Color #eea060

%0
%33
%60
%7

Triadic Colors of #eea060

#eea060 #60eea0 #a060ee

Analogous Colors of #eea060

#eea060 #eee760 #ee6067

Monochromatic Colors of #eea060

#eea060

Complementary Color

#eea060 #60aeee

#eea060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea060 Color CSS Codes

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

#eea060 Text Font Color

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

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


#eea060 Background Color

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

This div background color is #eea060


#eea060 Border Color

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

This div border color is #eea060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea060

#eea060 Color Palettes


Comments

No comments written yet.

Please login to write comment.