Color Hex Logo

#eaac36 Color Hex

#EAAC36
(234,172,54)
0 Favorites   0 Comments

Color spaces of #eaac36

RGB 23417254
HSL0.110.810.56
HSV39°77°92°
CMYK 0.000.260.77   0.08
XYZ49.350147.263810.0118
Yxy47.26380.46280.4433
Hunter Lab68.74877.823139.4897
CIE-Lab74.358212.395965.5192

#eaac36 color RGB value is (234,172,54).

#eaac36 hex color red value is 234, green value is 172 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #eaac36 hue: 0.11 , saturation: 0.81 and the lightness value of eaac36 is 0.56.

The process color (four color CMYK) of #eaac36 color hex is 0.00, 0.26, 0.77, 0.08. Web safe color of #eaac36 is #ff9933. Color #eaac36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 00110110
Octal 352 254 66
Decimal 234 172 54
Hex EA AC 36

RGB Percentages of Color #eaac36

%50.87
%37.39
%11.74

CMYK Percentages of Color #eaac36

%0
%26
%77
%8

Triadic Colors of #eaac36

#eaac36 #36eaac #ac36ea

Analogous Colors of #eaac36

#eaac36 #ceea36 #ea5236

Monochromatic Colors of #eaac36

#eaac36

Complementary Color

#eaac36 #3674ea

#eaac36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaac36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaac36 Color CSS Codes

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

#eaac36 Text Font Color

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

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


#eaac36 Background Color

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

This div background color is #eaac36


#eaac36 Border Color

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

This div border color is #eaac36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaac36


Comments

No comments written yet.

Please login to write comment.