Color Hex Logo

#eac93c Color Hex

#EAC93C
(234,201,60)
0 Favorites   0 Comments

Color spaces of #eac93c

RGB 23420160
HSL0.140.810.58
HSV49°74°92°
CMYK 0.000.140.74   0.08
XYZ55.633959.592012.8451
Yxy59.59200.43440.4653
Hunter Lab77.1959-6.450544.1715
CIE-Lab81.6159-2.507270.2138

#eac93c color RGB value is (234,201,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 00111100
Octal 352 311 74
Decimal 234 201 60
Hex EA C9 3C

RGB Percentages of Color #eac93c

%47.27
%40.61
%12.12

CMYK Percentages of Color #eac93c

%0
%14
%74
%8

Triadic Colors of #eac93c

#eac93c #3ceac9 #c93cea

Analogous Colors of #eac93c

#eac93c #b4ea3c #ea723c

Monochromatic Colors of #eac93c

#eac93c

Complementary Color

#eac93c #3c5dea

#eac93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac93c Color CSS Codes

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

#eac93c Text Font Color

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

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


#eac93c Background Color

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

This div background color is #eac93c


#eac93c Border Color

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

This div border color is #eac93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac93c


Comments

No comments written yet.

Please login to write comment.