Color Hex Logo

#eaa81f Color Hex

#EAA81F
(234,168,31)
0 Favorites   0 Comments

Color spaces of #eaa81f

RGB 23416831
HSL0.110.830.52
HSV40°87°92°
CMYK 0.000.280.87   0.08
XYZ48.181645.59667.5579
Yxy45.59660.47550.4500
Hunter Lab67.52539.196740.6315
CIE-Lab73.283013.833271.7415

#eaa81f color RGB value is (234,168,31).

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

The process color (four color CMYK) of #eaa81f color hex is 0.00, 0.28, 0.87, 0.08. Web safe color of #eaa81f is #ff9933. Color #eaa81f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 00011111
Octal 352 250 37
Decimal 234 168 31
Hex EA A8 1F

RGB Percentages of Color #eaa81f

%54.04
%38.80
%7.16

CMYK Percentages of Color #eaa81f

%0
%28
%87
%8

Triadic Colors of #eaa81f

#eaa81f #1feaa8 #a81fea

Analogous Colors of #eaa81f

#eaa81f #c7ea1f #ea431f

Monochromatic Colors of #eaa81f

#eaa81f

Complementary Color

#eaa81f #1f61ea

#eaa81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa81f Color CSS Codes

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

#eaa81f Text Font Color

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

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


#eaa81f Background Color

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

This div background color is #eaa81f


#eaa81f Border Color

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

This div border color is #eaa81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa81f


Comments

No comments written yet.

Please login to write comment.