Color Hex Logo

#eac600 Color Hex

#EAC600
(234,198,0)
0 Favorites   0 Comments

Color spaces of #eac600

RGB 2341980
HSL0.141.000.46
HSV51°100°92°
CMYK 0.000.151.00   0.08
XYZ54.125857.88068.3193
Yxy57.88060.44980.4810
Hunter Lab76.0793-6.146946.7721
CIE-Lab80.6724-2.254181.8095

#eac600 color RGB value is (234,198,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00000000
Octal 352 306 0
Decimal 234 198 0
Hex EA C6 0

RGB Percentages of Color #eac600

%54.17
%45.83
%0.00

CMYK Percentages of Color #eac600

%0
%15
%100
%8

Triadic Colors of #eac600

#eac600 #00eac6 #c600ea

Analogous Colors of #eac600

#eac600 #99ea00 #ea5100

Monochromatic Colors of #eac600

#eac600

Complementary Color

#eac600 #0024ea

#eac600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac600 Color CSS Codes

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

#eac600 Text Font Color

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

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


#eac600 Background Color

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

This div background color is #eac600


#eac600 Border Color

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

This div border color is #eac600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac600


Comments

No comments written yet.

Please login to write comment.