Color Hex Logo

#eea072 Color Hex

#EEA072
(238,160,114)
0 Favorites   0 Comments

Color spaces of #eea072

RGB 238160114
HSL0.060.780.69
HSV22°52°93°
CMYK 0.000.330.52   0.07
XYZ50.868044.533721.8344
Yxy44.53370.43390.3799
Hunter Lab66.733619.278827.3145
CIE-Lab72.583824.122935.6666

#eea072 color RGB value is (238,160,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01110010
Octal 356 240 162
Decimal 238 160 114
Hex EE A0 72

RGB Percentages of Color #eea072

%46.48
%31.25
%22.27

CMYK Percentages of Color #eea072

%0
%33
%52
%7

Triadic Colors of #eea072

#eea072 #72eea0 #a072ee

Analogous Colors of #eea072

#eea072 #eede72 #ee7282

Monochromatic Colors of #eea072

#eea072

Complementary Color

#eea072 #72c0ee

#eea072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea072 Color CSS Codes

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

#eea072 Text Font Color

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

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


#eea072 Background Color

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

This div background color is #eea072


#eea072 Border Color

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

This div border color is #eea072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea072

#eea072 Color Palettes


Comments

No comments written yet.

Please login to write comment.