Color Hex Logo

#e5c44f Color Hex

#E5C44F
(229,196,79)
0 Favorites   0 Comments

Color spaces of #e5c44f

RGB 22919679
HSL0.130.740.60
HSV47°66°90°
CMYK 0.000.140.66   0.10
XYZ53.464356.702415.5239
Yxy56.70240.42540.4511
Hunter Lab75.3010-5.040340.4876
CIE-Lab80.0119-1.102661.0553

#e5c44f color RGB value is (229,196,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000100 01001111
Octal 345 304 117
Decimal 229 196 79
Hex E5 C4 4F

RGB Percentages of Color #e5c44f

%45.44
%38.89
%15.67

CMYK Percentages of Color #e5c44f

%0
%14
%66
%10

Triadic Colors of #e5c44f

#e5c44f #4fe5c4 #c44fe5

Analogous Colors of #e5c44f

#e5c44f #bbe54f #e5794f

Monochromatic Colors of #e5c44f

#e5c44f

Complementary Color

#e5c44f #4f70e5

#e5c44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c44f Color CSS Codes

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

#e5c44f Text Font Color

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

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


#e5c44f Background Color

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

This div background color is #e5c44f


#e5c44f Border Color

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

This div border color is #e5c44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c44f


Comments

No comments written yet.

Please login to write comment.