Color Hex Logo

#eac14a Color Hex

#EAC14A
(234,193,74)
0 Favorites   0 Comments

Color spaces of #eac14a

RGB 23419374
HSL0.120.790.60
HSV45°68°92°
CMYK 0.000.180.68   0.08
XYZ54.237756.126814.4535
Yxy56.12680.43450.4497
Hunter Lab74.9178-1.878941.0040
CIE-Lab79.68592.283262.9521

#eac14a color RGB value is (234,193,74).

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

The process color (four color CMYK) of #eac14a color hex is 0.00, 0.18, 0.68, 0.08. Web safe color of #eac14a is #ffcc33. Color #eac14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 01001010
Octal 352 301 112
Decimal 234 193 74
Hex EA C1 4A

RGB Percentages of Color #eac14a

%46.71
%38.52
%14.77

CMYK Percentages of Color #eac14a

%0
%18
%68
%8

Triadic Colors of #eac14a

#eac14a #4aeac1 #c14aea

Analogous Colors of #eac14a

#eac14a #c3ea4a #ea714a

Monochromatic Colors of #eac14a

#eac14a

Complementary Color

#eac14a #4a73ea

#eac14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac14a Color CSS Codes

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

#eac14a Text Font Color

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

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


#eac14a Background Color

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

This div background color is #eac14a


#eac14a Border Color

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

This div border color is #eac14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac14a


Comments

No comments written yet.

Please login to write comment.