Color Hex Logo

#eaa357 Color Hex

#EAA357
(234,163,87)
0 Favorites   0 Comments

Color spaces of #eaa357

RGB 23416387
HSL0.090.780.63
HSV31°63°92°
CMYK 0.000.300.63   0.08
XYZ48.749244.374915.0127
Yxy44.37490.45080.4104
Hunter Lab66.614514.052933.2681
CIE-Lab72.478418.860849.2261

#eaa357 color RGB value is (234,163,87).

#eaa357 hex color red value is 234, green value is 163 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eaa357 hue: 0.09 , saturation: 0.78 and the lightness value of eaa357 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 01010111
Octal 352 243 127
Decimal 234 163 87
Hex EA A3 57

RGB Percentages of Color #eaa357

%48.35
%33.68
%17.98

CMYK Percentages of Color #eaa357

%0
%30
%63
%8

Triadic Colors of #eaa357

#eaa357 #57eaa3 #a357ea

Analogous Colors of #eaa357

#eaa357 #e8ea57 #ea5957

Monochromatic Colors of #eaa357

#eaa357

Complementary Color

#eaa357 #579eea

#eaa357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa357 Color CSS Codes

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

#eaa357 Text Font Color

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

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


#eaa357 Background Color

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

This div background color is #eaa357


#eaa357 Border Color

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

This div border color is #eaa357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa357


Comments

No comments written yet.

Please login to write comment.