Color Hex Logo

#e5b94e Color Hex

#E5B94E
(229,185,78)
0 Favorites   0 Comments

Color spaces of #e5b94e

RGB 22918578
HSL0.120.740.60
HSV43°66°90°
CMYK 0.000.190.66   0.10
XYZ51.037251.906014.5366
Yxy51.90600.43440.4418
Hunter Lab72.04580.369138.4692
CIE-Lab77.22464.569058.5132

#e5b94e color RGB value is (229,185,78).

#e5b94e hex color red value is 229, green value is 185 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e5b94e hue: 0.12 , saturation: 0.74 and the lightness value of e5b94e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111001 01001110
Octal 345 271 116
Decimal 229 185 78
Hex E5 B9 4E

RGB Percentages of Color #e5b94e

%46.54
%37.60
%15.85

CMYK Percentages of Color #e5b94e

%0
%19
%66
%10

Triadic Colors of #e5b94e

#e5b94e #4ee5b9 #b94ee5

Analogous Colors of #e5b94e

#e5b94e #c6e54e #e56e4e

Monochromatic Colors of #e5b94e

#e5b94e

Complementary Color

#e5b94e #4e7ae5

#e5b94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b94e Color CSS Codes

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

#e5b94e Text Font Color

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

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


#e5b94e Background Color

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

This div background color is #e5b94e


#e5b94e Border Color

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

This div border color is #e5b94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b94e


Comments

No comments written yet.

Please login to write comment.