Color Hex Logo

#eea46f Color Hex

#EEA46F
(238,164,111)
0 Favorites   0 Comments

Color spaces of #eea46f

RGB 238164111
HSL0.070.790.68
HSV25°53°93°
CMYK 0.000.310.53   0.07
XYZ51.404645.875821.1845
Yxy45.87580.43390.3873
Hunter Lab67.731716.941228.8680
CIE-Lab73.464921.747638.3589

#eea46f color RGB value is (238,164,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 01101111
Octal 356 244 157
Decimal 238 164 111
Hex EE A4 6F

RGB Percentages of Color #eea46f

%46.39
%31.97
%21.64

CMYK Percentages of Color #eea46f

%0
%31
%53
%7

Triadic Colors of #eea46f

#eea46f #6feea4 #a46fee

Analogous Colors of #eea46f

#eea46f #eee46f #ee6f7a

Monochromatic Colors of #eea46f

#eea46f

Complementary Color

#eea46f #6fb9ee

#eea46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea46f Color CSS Codes

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

#eea46f Text Font Color

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

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


#eea46f Background Color

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

This div background color is #eea46f


#eea46f Border Color

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

This div border color is #eea46f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,164,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 #eea46f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea46f


Comments

No comments written yet.

Please login to write comment.