Color Hex Logo

#eac546 Color Hex

#EAC546
(234,197,70)
0 Favorites   0 Comments

Color spaces of #eac546

RGB 23419770
HSL0.130.800.60
HSV46°70°92°
CMYK 0.000.160.70   0.08
XYZ55.003457.867114.0648
Yxy57.86710.43330.4559
Hunter Lab76.0704-4.057242.2871
CIE-Lab80.66480.006265.5628

#eac546 color RGB value is (234,197,70).

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

The process color (four color CMYK) of #eac546 color hex is 0.00, 0.16, 0.70, 0.08. Web safe color of #eac546 is #ffcc33. Color #eac546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 01000110
Octal 352 305 106
Decimal 234 197 70
Hex EA C5 46

RGB Percentages of Color #eac546

%46.71
%39.32
%13.97

CMYK Percentages of Color #eac546

%0
%16
%70
%8

Triadic Colors of #eac546

#eac546 #46eac5 #c546ea

Analogous Colors of #eac546

#eac546 #bdea46 #ea7346

Monochromatic Colors of #eac546

#eac546

Complementary Color

#eac546 #466bea

#eac546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac546 Color CSS Codes

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

#eac546 Text Font Color

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

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


#eac546 Background Color

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

This div background color is #eac546


#eac546 Border Color

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

This div border color is #eac546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac546


Comments

No comments written yet.

Please login to write comment.