Color Hex Logo

#eac160 Color Hex

#EAC160
(234,193,96)
0 Favorites   0 Comments

Color spaces of #eac160

RGB 23419396
HSL0.120.770.65
HSV42°59°92°
CMYK 0.000.180.59   0.08
XYZ55.113056.476919.0627
Yxy56.47690.42180.4323
Hunter Lab75.1511-0.609337.5664
CIE-Lab79.88453.646553.4332

#eac160 color RGB value is (234,193,96).

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

The process color (four color CMYK) of #eac160 color hex is 0.00, 0.18, 0.59, 0.08. Web safe color of #eac160 is #ffcc66. Color #eac160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000001 01100000
Octal 352 301 140
Decimal 234 193 96
Hex EA C1 60

RGB Percentages of Color #eac160

%44.74
%36.90
%18.36

CMYK Percentages of Color #eac160

%0
%18
%59
%8

Triadic Colors of #eac160

#eac160 #60eac1 #c160ea

Analogous Colors of #eac160

#eac160 #ceea60 #ea7c60

Monochromatic Colors of #eac160

#eac160

Complementary Color

#eac160 #6089ea

#eac160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac160 Color CSS Codes

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

#eac160 Text Font Color

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

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


#eac160 Background Color

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

This div background color is #eac160


#eac160 Border Color

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

This div border color is #eac160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac160

#eac160 Color Palettes


Comments

No comments written yet.

Please login to write comment.