Color Hex Logo

#eac95f Color Hex

#EAC95F
(234,201,95)
0 Favorites   0 Comments

Color spaces of #eac95f

RGB 23420195
HSL0.130.770.65
HSV46°59°92°
CMYK 0.000.140.59   0.08
XYZ56.883960.091919.4273
Yxy60.09190.41700.4405
Hunter Lab77.5190-4.673839.4044
CIE-Lab81.8881-0.571256.1789

#eac95f color RGB value is (234,201,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01011111
Octal 352 311 137
Decimal 234 201 95
Hex EA C9 5F

RGB Percentages of Color #eac95f

%44.15
%37.92
%17.92

CMYK Percentages of Color #eac95f

%0
%14
%59
%8

Triadic Colors of #eac95f

#eac95f #5feac9 #c95fea

Analogous Colors of #eac95f

#eac95f #c6ea5f #ea845f

Monochromatic Colors of #eac95f

#eac95f

Complementary Color

#eac95f #5f80ea

#eac95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac95f Color CSS Codes

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

#eac95f Text Font Color

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

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


#eac95f Background Color

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

This div background color is #eac95f


#eac95f Border Color

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

This div border color is #eac95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac95f


Comments

No comments written yet.

Please login to write comment.