Color Hex Logo

#eac116 Color Hex

#EAC116
(234,193,22)
0 Favorites   0 Comments

Color spaces of #eac116

RGB 23419322
HSL0.130.830.50
HSV48°91°92°
CMYK 0.000.180.91   0.08
XYZ53.146555.69038.7072
Yxy55.69030.45210.4738
Hunter Lab74.6259-3.472745.3203
CIE-Lab79.43720.555078.3809

#eac116 color RGB value is (234,193,22).

#eac116 hex color red value is 234, green value is 193 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eac116 hue: 0.13 , saturation: 0.83 and the lightness value of eac116 is 0.50.

The process color (four color CMYK) of #eac116 color hex is 0.00, 0.18, 0.91, 0.08. Web safe color of #eac116 is #ffcc00. Color #eac116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 00010110
Octal 352 301 26
Decimal 234 193 22
Hex EA C1 16

RGB Percentages of Color #eac116

%52.12
%42.98
%4.90

CMYK Percentages of Color #eac116

%0
%18
%91
%8

Triadic Colors of #eac116

#eac116 #16eac1 #c116ea

Analogous Colors of #eac116

#eac116 #a9ea16 #ea5716

Monochromatic Colors of #eac116

#eac116

Complementary Color

#eac116 #163fea

#eac116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac116 Color CSS Codes

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

#eac116 Text Font Color

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

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


#eac116 Background Color

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

This div background color is #eac116


#eac116 Border Color

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

This div border color is #eac116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac116


Comments

No comments written yet.

Please login to write comment.