Color Hex Logo

#eac721 Color Hex

#EAC721
(234,199,33)
0 Favorites   0 Comments

Color spaces of #eac721

RGB 23419933
HSL0.140.830.52
HSV50°86°92°
CMYK 0.000.150.86   0.08
XYZ54.629658.44919.8414
Yxy58.44910.44440.4755
Hunter Lab76.4520-6.241945.8842
CIE-Lab80.9878-2.332077.4647

#eac721 color RGB value is (234,199,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00100001
Octal 352 307 41
Decimal 234 199 33
Hex EA C7 21

RGB Percentages of Color #eac721

%50.21
%42.70
%7.08

CMYK Percentages of Color #eac721

%0
%15
%86
%8

Triadic Colors of #eac721

#eac721 #21eac7 #c721ea

Analogous Colors of #eac721

#eac721 #a9ea21 #ea6321

Monochromatic Colors of #eac721

#eac721

Complementary Color

#eac721 #2144ea

#eac721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac721 Color CSS Codes

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

#eac721 Text Font Color

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

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


#eac721 Background Color

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

This div background color is #eac721


#eac721 Border Color

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

This div border color is #eac721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,199,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 #eac721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac721


Comments

No comments written yet.

Please login to write comment.