Color Hex Logo

#eea06d Color Hex

#EEA06D
(238,160,109)
0 Favorites   0 Comments

Color spaces of #eea06d

RGB 238160109
HSL0.070.790.68
HSV24°54°93°
CMYK 0.000.330.54   0.07
XYZ50.591044.422920.3760
Yxy44.42290.43840.3850
Hunter Lab66.650518.851928.5296
CIE-Lab72.510323.701638.2065

#eea06d color RGB value is (238,160,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 01101101
Octal 356 240 155
Decimal 238 160 109
Hex EE A0 6D

RGB Percentages of Color #eea06d

%46.94
%31.56
%21.50

CMYK Percentages of Color #eea06d

%0
%33
%54
%7

Triadic Colors of #eea06d

#eea06d #6deea0 #a06dee

Analogous Colors of #eea06d

#eea06d #eee16d #ee6d7b

Monochromatic Colors of #eea06d

#eea06d

Complementary Color

#eea06d #6dbbee

#eea06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea06d Color CSS Codes

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

#eea06d Text Font Color

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

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


#eea06d Background Color

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

This div background color is #eea06d


#eea06d Border Color

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

This div border color is #eea06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea06d


Comments

No comments written yet.

Please login to write comment.