Color Hex Logo

#eac95c Color Hex

#EAC95C
(234,201,92)
0 Favorites   0 Comments

Color spaces of #eac95c

RGB 23420192
HSL0.130.770.64
HSV46°61°92°
CMYK 0.000.140.61   0.08
XYZ56.750160.038418.7227
Yxy60.03840.41880.4431
Hunter Lab77.4845-4.863339.9128
CIE-Lab81.8591-0.776657.5068

#eac95c color RGB value is (234,201,92).

#eac95c hex color red value is 234, green value is 201 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eac95c hue: 0.13 , saturation: 0.77 and the lightness value of eac95c is 0.64.

The process color (four color CMYK) of #eac95c color hex is 0.00, 0.14, 0.61, 0.08. Web safe color of #eac95c is #ffcc66. Color #eac95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01011100
Octal 352 311 134
Decimal 234 201 92
Hex EA C9 5C

RGB Percentages of Color #eac95c

%44.40
%38.14
%17.46

CMYK Percentages of Color #eac95c

%0
%14
%61
%8

Triadic Colors of #eac95c

#eac95c #5ceac9 #c95cea

Analogous Colors of #eac95c

#eac95c #c4ea5c #ea825c

Monochromatic Colors of #eac95c

#eac95c

Complementary Color

#eac95c #5c7dea

#eac95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac95c Color CSS Codes

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

#eac95c Text Font Color

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

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


#eac95c Background Color

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

This div background color is #eac95c


#eac95c Border Color

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

This div border color is #eac95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac95c


Comments

No comments written yet.

Please login to write comment.