Color Hex Logo

#e5d71a Color Hex

#E5D71A
(229,215,26)
0 Favorites   0 Comments

Color spaces of #e5d71a

RGB 22921526
HSL0.160.800.50
HSV56°89°90°
CMYK 0.000.060.89   0.10
XYZ56.800065.333510.5942
Yxy65.33350.42790.4922
Hunter Lab80.8291-16.016048.8093
CIE-Lab84.6553-12.706081.5553

#e5d71a color RGB value is (229,215,26).

#e5d71a hex color red value is 229, green value is 215 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e5d71a hue: 0.16 , saturation: 0.80 and the lightness value of e5d71a is 0.50.

The process color (four color CMYK) of #e5d71a color hex is 0.00, 0.06, 0.89, 0.10. Web safe color of #e5d71a is #cccc33. Color #e5d71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010111 00011010
Octal 345 327 32
Decimal 229 215 26
Hex E5 D7 1A

RGB Percentages of Color #e5d71a

%48.72
%45.74
%5.53

CMYK Percentages of Color #e5d71a

%0
%6
%89
%10

Triadic Colors of #e5d71a

#e5d71a #1ae5d7 #d71ae5

Analogous Colors of #e5d71a

#e5d71a #8ee51a #e5721a

Monochromatic Colors of #e5d71a

#e5d71a

Complementary Color

#e5d71a #1a28e5

#e5d71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d71a Color CSS Codes

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

#e5d71a Text Font Color

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

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


#e5d71a Background Color

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

This div background color is #e5d71a


#e5d71a Border Color

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

This div border color is #e5d71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d71a


Comments

No comments written yet.

Please login to write comment.