Color Hex Logo

#eaac4f Color Hex

#EAAC4F
(234,172,79)
0 Favorites   0 Comments

Color spaces of #eaac4f

RGB 23417279
HSL0.100.790.61
HSV36°66°92°
CMYK 0.000.260.66   0.08
XYZ50.095547.562013.9372
Yxy47.56200.44890.4262
Hunter Lab68.96528.971136.2937
CIE-Lab74.547813.591855.3228

#eaac4f color RGB value is (234,172,79).

#eaac4f hex color red value is 234, green value is 172 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eaac4f hue: 0.10 , saturation: 0.79 and the lightness value of eaac4f is 0.61.

The process color (four color CMYK) of #eaac4f color hex is 0.00, 0.26, 0.66, 0.08. Web safe color of #eaac4f is #ff9966. Color #eaac4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 01001111
Octal 352 254 117
Decimal 234 172 79
Hex EA AC 4F

RGB Percentages of Color #eaac4f

%48.25
%35.46
%16.29

CMYK Percentages of Color #eaac4f

%0
%26
%66
%8

Triadic Colors of #eaac4f

#eaac4f #4feaac #ac4fea

Analogous Colors of #eaac4f

#eaac4f #dbea4f #ea5f4f

Monochromatic Colors of #eaac4f

#eaac4f

Complementary Color

#eaac4f #4f8dea

#eaac4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaac4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaac4f Color CSS Codes

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

#eaac4f Text Font Color

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

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


#eaac4f Background Color

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

This div background color is #eaac4f


#eaac4f Border Color

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

This div border color is #eaac4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaac4f


Comments

No comments written yet.

Please login to write comment.