Color Hex Logo

#e5d44d Color Hex

#E5D44D
(229,212,77)
0 Favorites   0 Comments

Color spaces of #e5d44d

RGB 22921277
HSL0.150.750.60
HSV53°66°90°
CMYK 0.000.070.66   0.10
XYZ57.196164.280816.4141
Yxy64.28080.41480.4662
Hunter Lab80.1753-12.967043.9844
CIE-Lab84.1118-9.386466.1638

#e5d44d color RGB value is (229,212,77).

#e5d44d hex color red value is 229, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e5d44d hue: 0.15 , saturation: 0.75 and the lightness value of e5d44d is 0.60.

The process color (four color CMYK) of #e5d44d color hex is 0.00, 0.07, 0.66, 0.10. Web safe color of #e5d44d is #cccc66. Color #e5d44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010100 01001101
Octal 345 324 115
Decimal 229 212 77
Hex E5 D4 4D

RGB Percentages of Color #e5d44d

%44.21
%40.93
%14.86

CMYK Percentages of Color #e5d44d

%0
%7
%66
%10

Triadic Colors of #e5d44d

#e5d44d #4de5d4 #d44de5

Analogous Colors of #e5d44d

#e5d44d #aae54d #e5884d

Monochromatic Colors of #e5d44d

#e5d44d

Complementary Color

#e5d44d #4d5ee5

#e5d44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d44d Color CSS Codes

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

#e5d44d Text Font Color

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

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


#e5d44d Background Color

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

This div background color is #e5d44d


#e5d44d Border Color

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

This div border color is #e5d44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d44d


Comments

No comments written yet.

Please login to write comment.