Color Hex Logo

#eac75e Color Hex

#EAC75E
(234,199,94)
0 Favorites   0 Comments

Color spaces of #eac75e

RGB 23419994
HSL0.130.770.64
HSV45°60°92°
CMYK 0.000.150.60   0.08
XYZ56.375559.147419.0350
Yxy59.14740.41900.4396
Hunter Lab76.9073-3.741839.1605
CIE-Lab81.37250.392056.0530

#eac75e color RGB value is (234,199,94).

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

The process color (four color CMYK) of #eac75e color hex is 0.00, 0.15, 0.60, 0.08. Web safe color of #eac75e is #ffcc66. Color #eac75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 01011110
Octal 352 307 136
Decimal 234 199 94
Hex EA C7 5E

RGB Percentages of Color #eac75e

%44.40
%37.76
%17.84

CMYK Percentages of Color #eac75e

%0
%15
%60
%8

Triadic Colors of #eac75e

#eac75e #5eeac7 #c75eea

Analogous Colors of #eac75e

#eac75e #c7ea5e #ea815e

Monochromatic Colors of #eac75e

#eac75e

Complementary Color

#eac75e #5e81ea

#eac75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac75e Color CSS Codes

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

#eac75e Text Font Color

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

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


#eac75e Background Color

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

This div background color is #eac75e


#eac75e Border Color

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

This div border color is #eac75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac75e

#eac75e Color Palettes


Comments

No comments written yet.

Please login to write comment.