Color Hex Logo

#eac464 Color Hex

#EAC464
(234,196,100)
0 Favorites   0 Comments

Color spaces of #eac464

RGB 234196100
HSL0.120.760.65
HSV43°57°92°
CMYK 0.000.160.57   0.08
XYZ55.971957.892420.2809
Yxy57.89240.41720.4316
Hunter Lab76.0871-1.842437.4573
CIE-Lab80.67892.376852.4686

#eac464 color RGB value is (234,196,100).

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

The process color (four color CMYK) of #eac464 color hex is 0.00, 0.16, 0.57, 0.08. Web safe color of #eac464 is #ffcc66. Color #eac464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 01100100
Octal 352 304 144
Decimal 234 196 100
Hex EA C4 64

RGB Percentages of Color #eac464

%44.15
%36.98
%18.87

CMYK Percentages of Color #eac464

%0
%16
%57
%8

Triadic Colors of #eac464

#eac464 #64eac4 #c464ea

Analogous Colors of #eac464

#eac464 #cdea64 #ea8164

Monochromatic Colors of #eac464

#eac464

Complementary Color

#eac464 #648aea

#eac464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac464 Color CSS Codes

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

#eac464 Text Font Color

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

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


#eac464 Background Color

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

This div background color is #eac464


#eac464 Border Color

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

This div border color is #eac464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac464


Comments

No comments written yet.

Please login to write comment.