Color Hex Logo

#eaa546 Color Hex

#EAA546
(234,165,70)
0 Favorites   0 Comments

Color spaces of #eaa546

RGB 23416570
HSL0.100.800.60
HSV35°70°92°
CMYK 0.000.290.70   0.08
XYZ48.492344.844911.8945
Yxy44.84490.46080.4262
Hunter Lab66.966312.066036.3454
CIE-Lab72.789616.814857.4781

#eaa546 color RGB value is (234,165,70).

#eaa546 hex color red value is 234, green value is 165 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eaa546 hue: 0.10 , saturation: 0.80 and the lightness value of eaa546 is 0.60.

The process color (four color CMYK) of #eaa546 color hex is 0.00, 0.29, 0.70, 0.08. Web safe color of #eaa546 is #ff9933. Color #eaa546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 01000110
Octal 352 245 106
Decimal 234 165 70
Hex EA A5 46

RGB Percentages of Color #eaa546

%49.89
%35.18
%14.93

CMYK Percentages of Color #eaa546

%0
%29
%70
%8

Triadic Colors of #eaa546

#eaa546 #46eaa5 #a546ea

Analogous Colors of #eaa546

#eaa546 #ddea46 #ea5346

Monochromatic Colors of #eaa546

#eaa546

Complementary Color

#eaa546 #468bea

#eaa546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa546 Color CSS Codes

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

#eaa546 Text Font Color

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

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


#eaa546 Background Color

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

This div background color is #eaa546


#eaa546 Border Color

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

This div border color is #eaa546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa546


Comments

No comments written yet.

Please login to write comment.