Color Hex Logo

#e5b04a Color Hex

#E5B04A
(229,176,74)
0 Favorites   0 Comments

Color spaces of #e5b04a

RGB 22917674
HSL0.110.750.59
HSV39°68°90°
CMYK 0.000.230.68   0.10
XYZ49.074548.203113.1962
Yxy48.20310.44420.4363
Hunter Lab69.42854.670437.3307
CIE-Lab74.95299.083257.8401

#e5b04a color RGB value is (229,176,74).

#e5b04a hex color red value is 229, green value is 176 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e5b04a hue: 0.11 , saturation: 0.75 and the lightness value of e5b04a is 0.59.

The process color (four color CMYK) of #e5b04a color hex is 0.00, 0.23, 0.68, 0.10. Web safe color of #e5b04a is #cc9933. Color #e5b04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10110000 01001010
Octal 345 260 112
Decimal 229 176 74
Hex E5 B0 4A

RGB Percentages of Color #e5b04a

%47.81
%36.74
%15.45

CMYK Percentages of Color #e5b04a

%0
%23
%68
%10

Triadic Colors of #e5b04a

#e5b04a #4ae5b0 #b04ae5

Analogous Colors of #e5b04a

#e5b04a #cde54a #e5634a

Monochromatic Colors of #e5b04a

#e5b04a

Complementary Color

#e5b04a #4a7fe5

#e5b04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b04a Color CSS Codes

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

#e5b04a Text Font Color

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

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


#e5b04a Background Color

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

This div background color is #e5b04a


#e5b04a Border Color

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

This div border color is #e5b04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b04a

#e5b04a Color Palettes


Comments

No comments written yet.

Please login to write comment.