Color Hex Logo

#eac04c Color Hex

#EAC04C
(234,192,76)
0 Favorites   0 Comments

Color spaces of #eac04c

RGB 23419276
HSL0.120.790.61
HSV44°68°92°
CMYK 0.000.180.68   0.08
XYZ54.085855.713514.7406
Yxy55.71350.43430.4474
Hunter Lab74.6415-1.280140.5401
CIE-Lab79.45052.910561.8750

#eac04c color RGB value is (234,192,76).

#eac04c hex color red value is 234, green value is 192 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eac04c hue: 0.12 , saturation: 0.79 and the lightness value of eac04c is 0.61.

The process color (four color CMYK) of #eac04c color hex is 0.00, 0.18, 0.68, 0.08. Web safe color of #eac04c is #ffcc33. Color #eac04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01001100
Octal 352 300 114
Decimal 234 192 76
Hex EA C0 4C

RGB Percentages of Color #eac04c

%46.61
%38.25
%15.14

CMYK Percentages of Color #eac04c

%0
%18
%68
%8

Triadic Colors of #eac04c

#eac04c #4ceac0 #c04cea

Analogous Colors of #eac04c

#eac04c #c5ea4c #ea714c

Monochromatic Colors of #eac04c

#eac04c

Complementary Color

#eac04c #4c76ea

#eac04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac04c Color CSS Codes

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

#eac04c Text Font Color

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

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


#eac04c Background Color

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

This div background color is #eac04c


#eac04c Border Color

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

This div border color is #eac04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac04c


Comments

No comments written yet.

Please login to write comment.