Color Hex Logo

#e1d45f Color Hex

#E1D45F
(225,212,95)
0 Favorites   0 Comments

Color spaces of #e1d45f

RGB 22521295
HSL0.150.680.63
HSV54°58°88°
CMYK 0.000.060.58   0.12
XYZ56.660463.920720.1781
Yxy63.92070.40250.4541
Hunter Lab79.9504-13.411341.0015
CIE-Lab83.9245-9.901158.2577

#e1d45f color RGB value is (225,212,95).

#e1d45f hex color red value is 225, green value is 212 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1d45f hue: 0.15 , saturation: 0.68 and the lightness value of e1d45f is 0.63.

The process color (four color CMYK) of #e1d45f color hex is 0.00, 0.06, 0.58, 0.12. Web safe color of #e1d45f is #cccc66. Color #e1d45f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010100 01011111
Octal 341 324 137
Decimal 225 212 95
Hex E1 D4 5F

RGB Percentages of Color #e1d45f

%42.29
%39.85
%17.86

CMYK Percentages of Color #e1d45f

%0
%6
%58
%12

Triadic Colors of #e1d45f

#e1d45f #5fe1d4 #d45fe1

Analogous Colors of #e1d45f

#e1d45f #ade15f #e1935f

Monochromatic Colors of #e1d45f

#e1d45f

Complementary Color

#e1d45f #5f6ce1

#e1d45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d45f Color CSS Codes

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

#e1d45f Text Font Color

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

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


#e1d45f Background Color

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

This div background color is #e1d45f


#e1d45f Border Color

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

This div border color is #e1d45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d45f


Comments

No comments written yet.

Please login to write comment.