Color Hex Logo

#eac23e Color Hex

#EAC23E
(234,194,62)
0 Favorites   0 Comments

Color spaces of #eac23e

RGB 23419462
HSL0.130.800.58
HSV46°74°92°
CMYK 0.000.170.74   0.08
XYZ54.093056.423812.5973
Yxy56.42380.43940.4583
Hunter Lab75.1158-2.909742.6378
CIE-Lab79.85441.187867.8116

#eac23e color RGB value is (234,194,62).

#eac23e hex color red value is 234, green value is 194 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eac23e hue: 0.13 , saturation: 0.80 and the lightness value of eac23e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00111110
Octal 352 302 76
Decimal 234 194 62
Hex EA C2 3E

RGB Percentages of Color #eac23e

%47.76
%39.59
%12.65

CMYK Percentages of Color #eac23e

%0
%17
%74
%8

Triadic Colors of #eac23e

#eac23e #3eeac2 #c23eea

Analogous Colors of #eac23e

#eac23e #bcea3e #ea6c3e

Monochromatic Colors of #eac23e

#eac23e

Complementary Color

#eac23e #3e66ea

#eac23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac23e Color CSS Codes

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

#eac23e Text Font Color

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

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


#eac23e Background Color

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

This div background color is #eac23e


#eac23e Border Color

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

This div border color is #eac23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac23e


Comments

No comments written yet.

Please login to write comment.