Color Hex Logo

#eea071 Color Hex

#EEA071
(238,160,113)
0 Favorites   0 Comments

Color spaces of #eea071

RGB 238160113
HSL0.060.790.69
HSV23°53°93°
CMYK 0.000.330.53   0.07
XYZ50.811344.511021.5362
Yxy44.51100.43480.3809
Hunter Lab66.716619.191527.5627
CIE-Lab72.568724.036936.1760

#eea071 color RGB value is (238,160,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01110001
Octal 356 240 161
Decimal 238 160 113
Hex EE A0 71

RGB Percentages of Color #eea071

%46.58
%31.31
%22.11

CMYK Percentages of Color #eea071

%0
%33
%53
%7

Triadic Colors of #eea071

#eea071 #71eea0 #a071ee

Analogous Colors of #eea071

#eea071 #eedf71 #ee7181

Monochromatic Colors of #eea071

#eea071

Complementary Color

#eea071 #71bfee

#eea071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea071 Color CSS Codes

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

#eea071 Text Font Color

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

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


#eea071 Background Color

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

This div background color is #eea071


#eea071 Border Color

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

This div border color is #eea071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea071


Comments

No comments written yet.

Please login to write comment.