Color Hex Logo

#eab14a Color Hex

#EAB14A
(234,177,74)
0 Favorites   0 Comments

Color spaces of #eab14a

RGB 23417774
HSL0.110.790.60
HSV39°68°92°
CMYK 0.000.240.68   0.08
XYZ50.889949.431113.3375
Yxy49.43110.44770.4349
Hunter Lab70.30736.164437.9676
CIE-Lab75.718710.668458.8086

#eab14a color RGB value is (234,177,74).

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

The process color (four color CMYK) of #eab14a color hex is 0.00, 0.24, 0.68, 0.08. Web safe color of #eab14a is #ff9933. Color #eab14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01001010
Octal 352 261 112
Decimal 234 177 74
Hex EA B1 4A

RGB Percentages of Color #eab14a

%48.25
%36.49
%15.26

CMYK Percentages of Color #eab14a

%0
%24
%68
%8

Triadic Colors of #eab14a

#eab14a #4aeab1 #b14aea

Analogous Colors of #eab14a

#eab14a #d3ea4a #ea614a

Monochromatic Colors of #eab14a

#eab14a

Complementary Color

#eab14a #4a83ea

#eab14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab14a Color CSS Codes

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

#eab14a Text Font Color

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

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


#eab14a Background Color

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

This div background color is #eab14a


#eab14a Border Color

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

This div border color is #eab14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab14a


Comments

No comments written yet.

Please login to write comment.