Color Hex Logo

#e4d95e Color Hex

#E4D95E
(228,217,94)
0 Favorites   0 Comments

Color spaces of #e4d95e

RGB 22821794
HSL0.150.710.63
HSV55°59°89°
CMYK 0.000.050.59   0.11
XYZ58.828166.927820.4075
Yxy66.92780.40250.4579
Hunter Lab81.8094-14.809442.4766
CIE-Lab85.4675-11.252760.4876

#e4d95e color RGB value is (228,217,94).

#e4d95e hex color red value is 228, green value is 217 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e4d95e hue: 0.15 , saturation: 0.71 and the lightness value of e4d95e is 0.63.

The process color (four color CMYK) of #e4d95e color hex is 0.00, 0.05, 0.59, 0.11. Web safe color of #e4d95e is #cccc66. Color #e4d95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011001 01011110
Octal 344 331 136
Decimal 228 217 94
Hex E4 D9 5E

RGB Percentages of Color #e4d95e

%42.30
%40.26
%17.44

CMYK Percentages of Color #e4d95e

%0
%5
%59
%11

Triadic Colors of #e4d95e

#e4d95e #5ee4d9 #d95ee4

Analogous Colors of #e4d95e

#e4d95e #ace45e #e4965e

Monochromatic Colors of #e4d95e

#e4d95e

Complementary Color

#e4d95e #5e69e4

#e4d95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d95e Color CSS Codes

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

#e4d95e Text Font Color

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

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


#e4d95e Background Color

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

This div background color is #e4d95e


#e4d95e Border Color

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

This div border color is #e4d95e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,217,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 #e4d95e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d95e


Comments

No comments written yet.

Please login to write comment.