Color Hex Logo

#eac918 Color Hex

#EAC918
(234,201,24)
0 Favorites   0 Comments

Color spaces of #eac918

RGB 23420124
HSL0.140.830.51
HSV51°90°92°
CMYK 0.000.140.90   0.08
XYZ54.983259.33179.4184
Yxy59.33170.44440.4795
Hunter Lab77.0271-7.381146.6693
CIE-Lab81.4736-3.530779.6070

#eac918 color RGB value is (234,201,24).

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

The process color (four color CMYK) of #eac918 color hex is 0.00, 0.14, 0.90, 0.08. Web safe color of #eac918 is #ffcc00. Color #eac918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 00011000
Octal 352 311 30
Decimal 234 201 24
Hex EA C9 18

RGB Percentages of Color #eac918

%50.98
%43.79
%5.23

CMYK Percentages of Color #eac918

%0
%14
%90
%8

Triadic Colors of #eac918

#eac918 #18eac9 #c918ea

Analogous Colors of #eac918

#eac918 #a2ea18 #ea6018

Monochromatic Colors of #eac918

#eac918

Complementary Color

#eac918 #1839ea

#eac918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac918 Color CSS Codes

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

#eac918 Text Font Color

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

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


#eac918 Background Color

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

This div background color is #eac918


#eac918 Border Color

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

This div border color is #eac918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac918


Comments

No comments written yet.

Please login to write comment.