Color Hex Logo

#eac222 Color Hex

#EAC222
(234,194,34)
0 Favorites   0 Comments

Color spaces of #eac222

RGB 23419434
HSL0.130.830.53
HSV48°85°92°
CMYK 0.000.170.85   0.08
XYZ53.512256.19159.5390
Yxy56.19150.44880.4712
Hunter Lab74.9610-3.756444.9279
CIE-Lab79.72270.267376.2123

#eac222 color RGB value is (234,194,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00100010
Octal 352 302 42
Decimal 234 194 34
Hex EA C2 22

RGB Percentages of Color #eac222

%50.65
%41.99
%7.36

CMYK Percentages of Color #eac222

%0
%17
%85
%8

Triadic Colors of #eac222

#eac222 #22eac2 #c222ea

Analogous Colors of #eac222

#eac222 #aeea22 #ea5e22

Monochromatic Colors of #eac222

#eac222

Complementary Color

#eac222 #224aea

#eac222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac222 Color CSS Codes

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

#eac222 Text Font Color

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

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


#eac222 Background Color

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

This div background color is #eac222


#eac222 Border Color

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

This div border color is #eac222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac222


Comments

No comments written yet.

Please login to write comment.