Color Hex Logo

#eac31e Color Hex

#EAC31E
(234,195,30)
0 Favorites   0 Comments

Color spaces of #eac31e

RGB 23419530
HSL0.130.830.52
HSV49°87°92°
CMYK 0.000.170.87   0.08
XYZ53.681156.61649.3270
Yxy56.61640.44870.4733
Hunter Lab75.2439-4.329845.3213
CIE-Lab79.9634-0.336277.2902

#eac31e color RGB value is (234,195,30).

#eac31e hex color red value is 234, green value is 195 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eac31e hue: 0.13 , saturation: 0.83 and the lightness value of eac31e is 0.52.

The process color (four color CMYK) of #eac31e color hex is 0.00, 0.17, 0.87, 0.08. Web safe color of #eac31e is #ffcc33. Color #eac31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 00011110
Octal 352 303 36
Decimal 234 195 30
Hex EA C3 1E

RGB Percentages of Color #eac31e

%50.98
%42.48
%6.54

CMYK Percentages of Color #eac31e

%0
%17
%87
%8

Triadic Colors of #eac31e

#eac31e #1eeac3 #c31eea

Analogous Colors of #eac31e

#eac31e #abea1e #ea5d1e

Monochromatic Colors of #eac31e

#eac31e

Complementary Color

#eac31e #1e45ea

#eac31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac31e Color CSS Codes

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

#eac31e Text Font Color

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

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


#eac31e Background Color

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

This div background color is #eac31e


#eac31e Border Color

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

This div border color is #eac31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac31e


Comments

No comments written yet.

Please login to write comment.