Color Hex Logo

#eac32f Color Hex

#EAC32F
(234,195,47)
0 Favorites   0 Comments

Color spaces of #eac32f

RGB 23419547
HSL0.130.820.55
HSV47°80°92°
CMYK 0.000.170.80   0.08
XYZ53.959956.727910.7949
Yxy56.72790.44420.4670
Hunter Lab75.3179-3.923944.2248
CIE-Lab80.02630.106872.9970

#eac32f color RGB value is (234,195,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 00101111
Octal 352 303 57
Decimal 234 195 47
Hex EA C3 2F

RGB Percentages of Color #eac32f

%49.16
%40.97
%9.87

CMYK Percentages of Color #eac32f

%0
%17
%80
%8

Triadic Colors of #eac32f

#eac32f #2feac3 #c32fea

Analogous Colors of #eac32f

#eac32f #b4ea2f #ea662f

Monochromatic Colors of #eac32f

#eac32f

Complementary Color

#eac32f #2f56ea

#eac32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac32f Color CSS Codes

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

#eac32f Text Font Color

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

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


#eac32f Background Color

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

This div background color is #eac32f


#eac32f Border Color

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

This div border color is #eac32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac32f


Comments

No comments written yet.

Please login to write comment.