Color Hex Logo

#eac247 Color Hex

#EAC247
(234,194,71)
0 Favorites   0 Comments

Color spaces of #eac247

RGB 23419471
HSL0.130.800.60
HSV45°70°92°
CMYK 0.000.170.70   0.08
XYZ54.360856.530914.0077
Yxy56.53090.43520.4526
Hunter Lab75.1870-2.520441.5849
CIE-Lab79.91501.609264.4069

#eac247 color RGB value is (234,194,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01000111
Octal 352 302 107
Decimal 234 194 71
Hex EA C2 47

RGB Percentages of Color #eac247

%46.89
%38.88
%14.23

CMYK Percentages of Color #eac247

%0
%17
%70
%8

Triadic Colors of #eac247

#eac247 #47eac2 #c247ea

Analogous Colors of #eac247

#eac247 #c1ea47 #ea7147

Monochromatic Colors of #eac247

#eac247

Complementary Color

#eac247 #476fea

#eac247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac247 Color CSS Codes

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

#eac247 Text Font Color

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

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


#eac247 Background Color

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

This div background color is #eac247


#eac247 Border Color

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

This div border color is #eac247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac247


Comments

No comments written yet.

Please login to write comment.