Color Hex Logo

#e5b91e Color Hex

#E5B91E
(229,185,30)
0 Favorites   0 Comments

Color spaces of #e5b91e

RGB 22918530
HSL0.130.790.51
HSV47°87°90°
CMYK 0.000.190.87   0.10
XYZ49.896451.44978.5293
Yxy51.44970.45410.4683
Hunter Lab71.7284-1.355043.1597
CIE-Lab76.95062.699174.6845

#e5b91e color RGB value is (229,185,30).

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

The process color (four color CMYK) of #e5b91e color hex is 0.00, 0.19, 0.87, 0.10. Web safe color of #e5b91e is #cccc33. Color #e5b91e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111001 00011110
Octal 345 271 36
Decimal 229 185 30
Hex E5 B9 1E

RGB Percentages of Color #e5b91e

%51.58
%41.67
%6.76

CMYK Percentages of Color #e5b91e

%0
%19
%87
%10

Triadic Colors of #e5b91e

#e5b91e #1ee5b9 #b91ee5

Analogous Colors of #e5b91e

#e5b91e #aee51e #e5561e

Monochromatic Colors of #e5b91e

#e5b91e

Complementary Color

#e5b91e #1e4ae5

#e5b91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b91e Color CSS Codes

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

#e5b91e Text Font Color

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

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


#e5b91e Background Color

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

This div background color is #e5b91e


#e5b91e Border Color

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

This div border color is #e5b91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b91e


Comments

No comments written yet.

Please login to write comment.