Color Hex Logo

#eac513 Color Hex

#EAC513
(234,197,19)
0 Favorites   0 Comments

Color spaces of #eac513

RGB 23419719
HSL0.140.850.50
HSV50°92°92°
CMYK 0.000.160.92   0.08
XYZ54.015557.47198.8624
Yxy57.47190.44880.4775
Hunter Lab75.8102-5.485046.1360
CIE-Lab80.4443-1.552779.6083

#eac513 color RGB value is (234,197,19).

#eac513 hex color red value is 234, green value is 197 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eac513 hue: 0.14 , saturation: 0.85 and the lightness value of eac513 is 0.50.

The process color (four color CMYK) of #eac513 color hex is 0.00, 0.16, 0.92, 0.08. Web safe color of #eac513 is #ffcc00. Color #eac513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 00010011
Octal 352 305 23
Decimal 234 197 19
Hex EA C5 13

RGB Percentages of Color #eac513

%52.00
%43.78
%4.22

CMYK Percentages of Color #eac513

%0
%16
%92
%8

Triadic Colors of #eac513

#eac513 #13eac5 #c513ea

Analogous Colors of #eac513

#eac513 #a4ea13 #ea5913

Monochromatic Colors of #eac513

#eac513

Complementary Color

#eac513 #1338ea

#eac513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac513 Color CSS Codes

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

#eac513 Text Font Color

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

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


#eac513 Background Color

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

This div background color is #eac513


#eac513 Border Color

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

This div border color is #eac513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac513


Comments

No comments written yet.

Please login to write comment.