Color Hex Logo

#e5a91d Color Hex

#E5A91D
(229,169,29)
0 Favorites   0 Comments

Color spaces of #e5a91d

RGB 22916929
HSL0.120.790.51
HSV42°87°90°
CMYK 0.000.260.87   0.10
XYZ46.722845.12277.4094
Yxy45.12270.47070.4546
Hunter Lab67.17346.603040.4816
CIE-Lab72.972611.106271.7483

#e5a91d color RGB value is (229,169,29).

#e5a91d hex color red value is 229, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e5a91d hue: 0.12 , saturation: 0.79 and the lightness value of e5a91d is 0.51.

The process color (four color CMYK) of #e5a91d color hex is 0.00, 0.26, 0.87, 0.10. Web safe color of #e5a91d is #cc9933. Color #e5a91d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101001 00011101
Octal 345 251 35
Decimal 229 169 29
Hex E5 A9 1D

RGB Percentages of Color #e5a91d

%53.63
%39.58
%6.79

CMYK Percentages of Color #e5a91d

%0
%26
%87
%10

Triadic Colors of #e5a91d

#e5a91d #1de5a9 #a91de5

Analogous Colors of #e5a91d

#e5a91d #bde51d #e5451d

Monochromatic Colors of #e5a91d

#e5a91d

Complementary Color

#e5a91d #1d59e5

#e5a91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a91d Color CSS Codes

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

#e5a91d Text Font Color

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

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


#e5a91d Background Color

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

This div background color is #e5a91d


#e5a91d Border Color

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

This div border color is #e5a91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a91d


Comments

No comments written yet.

Please login to write comment.