Color Hex Logo

#eac60f Color Hex

#EAC60F
(234,198,15)
0 Favorites   0 Comments

Color spaces of #eac60f

RGB 23419815
HSL0.140.880.49
HSV50°94°92°
CMYK 0.000.150.94   0.08
XYZ54.212057.91518.7734
Yxy57.91510.44840.4790
Hunter Lab76.1020-6.022246.4361
CIE-Lab80.6916-2.117080.3257

#eac60f color RGB value is (234,198,15).

#eac60f hex color red value is 234, green value is 198 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eac60f hue: 0.14 , saturation: 0.88 and the lightness value of eac60f is 0.49.

The process color (four color CMYK) of #eac60f color hex is 0.00, 0.15, 0.94, 0.08. Web safe color of #eac60f is #ffcc00. Color #eac60f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00001111
Octal 352 306 17
Decimal 234 198 15
Hex EA C6 F

RGB Percentages of Color #eac60f

%52.35
%44.30
%3.36

CMYK Percentages of Color #eac60f

%0
%15
%94
%8

Triadic Colors of #eac60f

#eac60f #0feac6 #c60fea

Analogous Colors of #eac60f

#eac60f #a1ea0f #ea590f

Monochromatic Colors of #eac60f

#eac60f

Complementary Color

#eac60f #0f33ea

#eac60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac60f Color CSS Codes

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

#eac60f Text Font Color

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

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


#eac60f Background Color

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

This div background color is #eac60f


#eac60f Border Color

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

This div border color is #eac60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac60f


Comments

No comments written yet.

Please login to write comment.