Color Hex Logo

#eac73e Color Hex

#EAC73E
(234,199,62)
0 Favorites   0 Comments

Color spaces of #eac73e

RGB 23419962
HSL0.130.800.58
HSV48°74°92°
CMYK 0.000.150.74   0.08
XYZ55.224658.687112.9745
Yxy58.68710.43520.4625
Hunter Lab76.6075-5.386643.5837
CIE-Lab81.1193-1.394869.0293

#eac73e color RGB value is (234,199,62).

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

The process color (four color CMYK) of #eac73e color hex is 0.00, 0.15, 0.74, 0.08. Web safe color of #eac73e is #ffcc33. Color #eac73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00111110
Octal 352 307 76
Decimal 234 199 62
Hex EA C7 3E

RGB Percentages of Color #eac73e

%47.27
%40.20
%12.53

CMYK Percentages of Color #eac73e

%0
%15
%74
%8

Triadic Colors of #eac73e

#eac73e #3eeac7 #c73eea

Analogous Colors of #eac73e

#eac73e #b7ea3e #ea713e

Monochromatic Colors of #eac73e

#eac73e

Complementary Color

#eac73e #3e61ea

#eac73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac73e Color CSS Codes

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

#eac73e Text Font Color

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

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


#eac73e Background Color

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

This div background color is #eac73e


#eac73e Border Color

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

This div border color is #eac73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac73e


Comments

No comments written yet.

Please login to write comment.