Color Hex Logo

#eaa463 Color Hex

#EAA463
(234,164,99)
0 Favorites   0 Comments

Color spaces of #eaa463

RGB 23416499
HSL0.080.760.65
HSV29°58°92°
CMYK 0.000.300.58   0.08
XYZ49.459344.944217.8727
Yxy44.94420.44050.4003
Hunter Lab67.040414.368231.1218
CIE-Lab72.855119.170843.6920

#eaa463 color RGB value is (234,164,99).

#eaa463 hex color red value is 234, green value is 164 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #eaa463 hue: 0.08 , saturation: 0.76 and the lightness value of eaa463 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01100011
Octal 352 244 143
Decimal 234 164 99
Hex EA A4 63

RGB Percentages of Color #eaa463

%47.08
%33.00
%19.92

CMYK Percentages of Color #eaa463

%0
%30
%58
%8

Triadic Colors of #eaa463

#eaa463 #63eaa4 #a463ea

Analogous Colors of #eaa463

#eaa463 #eae863 #ea6366

Monochromatic Colors of #eaa463

#eaa463

Complementary Color

#eaa463 #63a9ea

#eaa463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa463 Color CSS Codes

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

#eaa463 Text Font Color

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

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


#eaa463 Background Color

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

This div background color is #eaa463


#eaa463 Border Color

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

This div border color is #eaa463


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,164,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa463


Comments

No comments written yet.

Please login to write comment.