Color Hex Logo

#eaa151 Color Hex

#EAA151
(234,161,81)
0 Favorites   0 Comments

Color spaces of #eaa151

RGB 23416181
HSL0.090.780.62
HSV31°65°92°
CMYK 0.000.310.65   0.08
XYZ48.161843.576213.6572
Yxy43.57620.45700.4135
Hunter Lab66.012314.710133.9422
CIE-Lab71.944319.548851.5136

#eaa151 color RGB value is (234,161,81).

#eaa151 hex color red value is 234, green value is 161 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #eaa151 hue: 0.09 , saturation: 0.78 and the lightness value of eaa151 is 0.62.

The process color (four color CMYK) of #eaa151 color hex is 0.00, 0.31, 0.65, 0.08. Web safe color of #eaa151 is #ff9966. Color #eaa151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01010001
Octal 352 241 121
Decimal 234 161 81
Hex EA A1 51

RGB Percentages of Color #eaa151

%49.16
%33.82
%17.02

CMYK Percentages of Color #eaa151

%0
%31
%65
%8

Triadic Colors of #eaa151

#eaa151 #51eaa1 #a151ea

Analogous Colors of #eaa151

#eaa151 #e7ea51 #ea5551

Monochromatic Colors of #eaa151

#eaa151

Complementary Color

#eaa151 #519aea

#eaa151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa151 Color CSS Codes

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

#eaa151 Text Font Color

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

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


#eaa151 Background Color

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

This div background color is #eaa151


#eaa151 Border Color

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

This div border color is #eaa151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa151


Comments

No comments written yet.

Please login to write comment.