Color Hex Logo

#eac32e Color Hex

#EAC32E
(234,195,46)
0 Favorites   0 Comments

Color spaces of #eac32e

RGB 23419546
HSL0.130.820.55
HSV48°80°92°
CMYK 0.000.170.80   0.08
XYZ53.939956.719910.6899
Yxy56.71990.44450.4674
Hunter Lab75.3126-3.953044.3032
CIE-Lab80.02180.075173.2903

#eac32e color RGB value is (234,195,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 00101110
Octal 352 303 56
Decimal 234 195 46
Hex EA C3 2E

RGB Percentages of Color #eac32e

%49.26
%41.05
%9.68

CMYK Percentages of Color #eac32e

%0
%17
%80
%8

Triadic Colors of #eac32e

#eac32e #2eeac3 #c32eea

Analogous Colors of #eac32e

#eac32e #b3ea2e #ea652e

Monochromatic Colors of #eac32e

#eac32e

Complementary Color

#eac32e #2e55ea

#eac32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac32e Color CSS Codes

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

#eac32e Text Font Color

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

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


#eac32e Background Color

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

This div background color is #eac32e


#eac32e Border Color

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

This div border color is #eac32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac32e


Comments

No comments written yet.

Please login to write comment.