Color Hex Logo

#e5c32e Color Hex

#E5C32E
(229,195,46)
0 Favorites   0 Comments

Color spaces of #e5c32e

RGB 22919546
HSL0.140.780.54
HSV49°80°90°
CMYK 0.000.150.80   0.10
XYZ52.321355.885510.6141
Yxy55.88550.44030.4703
Hunter Lab74.7566-5.893943.9115
CIE-Lab79.5486-2.068172.6931

#e5c32e color RGB value is (229,195,46).

#e5c32e hex color red value is 229, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e5c32e hue: 0.14 , saturation: 0.78 and the lightness value of e5c32e is 0.54.

The process color (four color CMYK) of #e5c32e color hex is 0.00, 0.15, 0.80, 0.10. Web safe color of #e5c32e is #cccc33. Color #e5c32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000011 00101110
Octal 345 303 56
Decimal 229 195 46
Hex E5 C3 2E

RGB Percentages of Color #e5c32e

%48.72
%41.49
%9.79

CMYK Percentages of Color #e5c32e

%0
%15
%80
%10

Triadic Colors of #e5c32e

#e5c32e #2ee5c3 #c32ee5

Analogous Colors of #e5c32e

#e5c32e #ace52e #e5682e

Monochromatic Colors of #e5c32e

#e5c32e

Complementary Color

#e5c32e #2e50e5

#e5c32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c32e Color CSS Codes

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

#e5c32e Text Font Color

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

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


#e5c32e Background Color

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

This div background color is #e5c32e


#e5c32e Border Color

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

This div border color is #e5c32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c32e


Comments

No comments written yet.

Please login to write comment.