Color Hex Logo

#eac221 Color Hex

#EAC221
(234,194,33)
0 Favorites   0 Comments

Color spaces of #eac221

RGB 23419433
HSL0.130.830.52
HSV48°86°92°
CMYK 0.000.170.86   0.08
XYZ53.498056.18589.4641
Yxy56.18580.44900.4716
Hunter Lab74.9572-3.777144.9841
CIE-Lab79.71940.244776.4398

#eac221 color RGB value is (234,194,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00100001
Octal 352 302 41
Decimal 234 194 33
Hex EA C2 21

RGB Percentages of Color #eac221

%50.76
%42.08
%7.16

CMYK Percentages of Color #eac221

%0
%17
%86
%8

Triadic Colors of #eac221

#eac221 #21eac2 #c221ea

Analogous Colors of #eac221

#eac221 #aeea21 #ea5e21

Monochromatic Colors of #eac221

#eac221

Complementary Color

#eac221 #2149ea

#eac221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac221 Color CSS Codes

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

#eac221 Text Font Color

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

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


#eac221 Background Color

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

This div background color is #eac221


#eac221 Border Color

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

This div border color is #eac221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac221


Comments

No comments written yet.

Please login to write comment.