Color Hex Logo

#eaab47 Color Hex

#EAAB47
(234,171,71)
0 Favorites   0 Comments

Color spaces of #eaab47

RGB 23417171
HSL0.100.800.60
HSV37°70°92°
CMYK 0.000.270.70   0.08
XYZ49.631947.073212.4314
Yxy47.07320.45480.4313
Hunter Lab68.60999.058237.2842
CIE-Lab74.236613.683658.5554

#eaab47 color RGB value is (234,171,71).

#eaab47 hex color red value is 234, green value is 171 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eaab47 hue: 0.10 , saturation: 0.80 and the lightness value of eaab47 is 0.60.

The process color (four color CMYK) of #eaab47 color hex is 0.00, 0.27, 0.70, 0.08. Web safe color of #eaab47 is #ff9933. Color #eaab47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01000111
Octal 352 253 107
Decimal 234 171 71
Hex EA AB 47

RGB Percentages of Color #eaab47

%49.16
%35.92
%14.92

CMYK Percentages of Color #eaab47

%0
%27
%70
%8

Triadic Colors of #eaab47

#eaab47 #47eaab #ab47ea

Analogous Colors of #eaab47

#eaab47 #d8ea47 #ea5a47

Monochromatic Colors of #eaab47

#eaab47

Complementary Color

#eaab47 #4786ea

#eaab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab47 Color CSS Codes

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

#eaab47 Text Font Color

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

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


#eaab47 Background Color

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

This div background color is #eaab47


#eaab47 Border Color

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

This div border color is #eaab47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab47


Comments

No comments written yet.

Please login to write comment.