Color Hex Logo

#eac93e Color Hex

#EAC93E
(234,201,62)
0 Favorites   0 Comments

Color spaces of #eac93e

RGB 23420162
HSL0.130.800.58
HSV48°74°92°
CMYK 0.000.140.74   0.08
XYZ55.687859.613513.1289
Yxy59.61350.43360.4642
Hunter Lab77.2098-6.373443.9651
CIE-Lab81.6277-2.422869.5169

#eac93e color RGB value is (234,201,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 00111110
Octal 352 311 76
Decimal 234 201 62
Hex EA C9 3E

RGB Percentages of Color #eac93e

%47.08
%40.44
%12.47

CMYK Percentages of Color #eac93e

%0
%14
%74
%8

Triadic Colors of #eac93e

#eac93e #3eeac9 #c93eea

Analogous Colors of #eac93e

#eac93e #b5ea3e #ea733e

Monochromatic Colors of #eac93e

#eac93e

Complementary Color

#eac93e #3e5fea

#eac93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac93e Color CSS Codes

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

#eac93e Text Font Color

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

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


#eac93e Background Color

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

This div background color is #eac93e


#eac93e Border Color

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

This div border color is #eac93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac93e


Comments

No comments written yet.

Please login to write comment.