Color Hex Logo

#eea664 Color Hex

#EEA664
(238,166,100)
0 Favorites   0 Comments

Color spaces of #eea664

RGB 238166100
HSL0.080.800.66
HSV29°58°93°
CMYK 0.000.300.58   0.07
XYZ51.196446.369718.3085
Yxy46.36970.44180.4002
Hunter Lab68.095315.035731.7257
CIE-Lab73.784819.817944.4119

#eea664 color RGB value is (238,166,100).

#eea664 hex color red value is 238, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eea664 hue: 0.08 , saturation: 0.80 and the lightness value of eea664 is 0.66.

The process color (four color CMYK) of #eea664 color hex is 0.00, 0.30, 0.58, 0.07. Web safe color of #eea664 is #ff9966. Color #eea664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 01100100
Octal 356 246 144
Decimal 238 166 100
Hex EE A6 64

RGB Percentages of Color #eea664

%47.22
%32.94
%19.84

CMYK Percentages of Color #eea664

%0
%30
%58
%7

Triadic Colors of #eea664

#eea664 #64eea6 #a664ee

Analogous Colors of #eea664

#eea664 #eeeb64 #ee6467

Monochromatic Colors of #eea664

#eea664

Complementary Color

#eea664 #64acee

#eea664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea664 Color CSS Codes

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

#eea664 Text Font Color

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

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


#eea664 Background Color

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

This div background color is #eea664


#eea664 Border Color

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

This div border color is #eea664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea664


Comments

No comments written yet.

Please login to write comment.