Color Hex Logo

#eae593 Color Hex

#EAE593
(234,229,147)
0 Favorites   0 Comments

Color spaces of #eae593

RGB 234229147
HSL0.160.670.75
HSV57°37°92°
CMYK 0.000.020.37   0.08
XYZ67.217575.637638.6605
Yxy75.63760.37030.4167
Hunter Lab86.9699-14.237834.5229
CIE-Lab89.6908-10.094340.6030

#eae593 color RGB value is (234,229,147).

#eae593 hex color red value is 234, green value is 229 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eae593 hue: 0.16 , saturation: 0.67 and the lightness value of eae593 is 0.75.

The process color (four color CMYK) of #eae593 color hex is 0.00, 0.02, 0.37, 0.08. Web safe color of #eae593 is #ffcc99. Color #eae593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 10010011
Octal 352 345 223
Decimal 234 229 147
Hex EA E5 93

RGB Percentages of Color #eae593

%38.36
%37.54
%24.10

CMYK Percentages of Color #eae593

%0
%2
%37
%8

Triadic Colors of #eae593

#eae593 #93eae5 #e593ea

Analogous Colors of #eae593

#eae593 #c4ea93 #eaba93

Monochromatic Colors of #eae593

#eae593

Complementary Color

#eae593 #9398ea

#eae593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae593 Color CSS Codes

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

#eae593 Text Font Color

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

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


#eae593 Background Color

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

This div background color is #eae593


#eae593 Border Color

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

This div border color is #eae593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae593


Comments

No comments written yet.

Please login to write comment.