Color Hex Logo

#eac724 Color Hex

#EAC724
(234,199,36)
0 Favorites   0 Comments

Color spaces of #eac724

RGB 23419936
HSL0.140.830.53
HSV49°85°92°
CMYK 0.000.150.85   0.08
XYZ54.673558.466610.0727
Yxy58.46660.44370.4745
Hunter Lab76.4635-6.178645.7140
CIE-Lab80.9975-2.262476.7836

#eac724 color RGB value is (234,199,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00100100
Octal 352 307 44
Decimal 234 199 36
Hex EA C7 24

RGB Percentages of Color #eac724

%49.89
%42.43
%7.68

CMYK Percentages of Color #eac724

%0
%15
%85
%8

Triadic Colors of #eac724

#eac724 #24eac7 #c724ea

Analogous Colors of #eac724

#eac724 #aaea24 #ea6424

Monochromatic Colors of #eac724

#eac724

Complementary Color

#eac724 #2447ea

#eac724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac724 Color CSS Codes

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

#eac724 Text Font Color

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

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


#eac724 Background Color

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

This div background color is #eac724


#eac724 Border Color

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

This div border color is #eac724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac724


Comments

No comments written yet.

Please login to write comment.