Color Hex Logo

#eea564 Color Hex

#EEA564
(238,165,100)
0 Favorites   0 Comments

Color spaces of #eea564

RGB 238165100
HSL0.080.800.66
HSV28°58°93°
CMYK 0.000.310.58   0.07
XYZ51.015346.007518.2481
Yxy46.00750.44260.3991
Hunter Lab67.828815.552731.5293
CIE-Lab73.550420.347944.1293

#eea564 color RGB value is (238,165,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 01100100
Octal 356 245 144
Decimal 238 165 100
Hex EE A5 64

RGB Percentages of Color #eea564

%47.32
%32.80
%19.88

CMYK Percentages of Color #eea564

%0
%31
%58
%7

Triadic Colors of #eea564

#eea564 #64eea5 #a564ee

Analogous Colors of #eea564

#eea564 #eeea64 #ee6468

Monochromatic Colors of #eea564

#eea564

Complementary Color

#eea564 #64adee

#eea564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea564 Color CSS Codes

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

#eea564 Text Font Color

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

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


#eea564 Background Color

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

This div background color is #eea564


#eea564 Border Color

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

This div border color is #eea564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea564


Comments

No comments written yet.

Please login to write comment.