Color Hex Logo

#eea06f Color Hex

#EEA06F
(238,160,111)
0 Favorites   0 Comments

Color spaces of #eea06f

RGB 238160111
HSL0.060.790.68
HSV23°53°93°
CMYK 0.000.330.53   0.07
XYZ50.699944.466520.9496
Yxy44.46650.43660.3829
Hunter Lab66.683219.019728.0513
CIE-Lab72.539223.867437.1928

#eea06f color RGB value is (238,160,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01101111
Octal 356 240 157
Decimal 238 160 111
Hex EE A0 6F

RGB Percentages of Color #eea06f

%46.76
%31.43
%21.81

CMYK Percentages of Color #eea06f

%0
%33
%53
%7

Triadic Colors of #eea06f

#eea06f #6feea0 #a06fee

Analogous Colors of #eea06f

#eea06f #eee06f #ee6f7e

Monochromatic Colors of #eea06f

#eea06f

Complementary Color

#eea06f #6fbdee

#eea06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea06f Color CSS Codes

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

#eea06f Text Font Color

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

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


#eea06f Background Color

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

This div background color is #eea06f


#eea06f Border Color

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

This div border color is #eea06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea06f


Comments

No comments written yet.

Please login to write comment.