Color Hex Logo

#eac112 Color Hex

#EAC112
(234,193,18)
2 Favorites   0 Comments

Color spaces of #eac112

RGB 23419318
HSL0.140.860.49
HSV49°92°92°
CMYK 0.000.180.92   0.08
XYZ53.110855.67608.5196
Yxy55.67600.45280.4746
Hunter Lab74.6164-3.525045.4618
CIE-Lab79.42910.498078.9902

#eac112 color RGB value is (234,193,18).

#eac112 hex color red value is 234, green value is 193 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eac112 hue: 0.14 , saturation: 0.86 and the lightness value of eac112 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 00010010
Octal 352 301 22
Decimal 234 193 18
Hex EA C1 12

RGB Percentages of Color #eac112

%52.58
%43.37
%4.04

CMYK Percentages of Color #eac112

%0
%18
%92
%8

Triadic Colors of #eac112

#eac112 #12eac1 #c112ea

Analogous Colors of #eac112

#eac112 #a7ea12 #ea5512

Monochromatic Colors of #eac112

#eac112

Complementary Color

#eac112 #123bea

#eac112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac112 Color CSS Codes

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

#eac112 Text Font Color

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

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


#eac112 Background Color

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

This div background color is #eac112


#eac112 Border Color

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

This div border color is #eac112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac112

#eac112 Color Palettes


Comments

No comments written yet.

Please login to write comment.