Color Hex Logo

#eab047 Color Hex

#EAB047
(234,176,71)
0 Favorites   0 Comments

Color spaces of #eab047

RGB 23417671
HSL0.110.800.60
HSV39°70°92°
CMYK 0.000.250.70   0.08
XYZ50.594348.998012.7522
Yxy48.99800.45030.4361
Hunter Lab69.99866.520638.1977
CIE-Lab75.450111.038859.8201

#eab047 color RGB value is (234,176,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01000111
Octal 352 260 107
Decimal 234 176 71
Hex EA B0 47

RGB Percentages of Color #eab047

%48.65
%36.59
%14.76

CMYK Percentages of Color #eab047

%0
%25
%70
%8

Triadic Colors of #eab047

#eab047 #47eab0 #b047ea

Analogous Colors of #eab047

#eab047 #d3ea47 #ea5f47

Monochromatic Colors of #eab047

#eab047

Complementary Color

#eab047 #4781ea

#eab047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab047 Color CSS Codes

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

#eab047 Text Font Color

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

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


#eab047 Background Color

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

This div background color is #eab047


#eab047 Border Color

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

This div border color is #eab047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,176,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 #eab047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab047


Comments

No comments written yet.

Please login to write comment.