Color Hex Logo

#e5c01f Color Hex

#E5C01F
(229,192,31)
0 Favorites   0 Comments

Color spaces of #e5c01f

RGB 22919231
HSL0.140.790.51
HSV49°86°90°
CMYK 0.000.160.86   0.10
XYZ51.410154.45629.0978
Yxy54.45620.44720.4737
Hunter Lab73.7944-4.785344.3465
CIE-Lab78.7270-0.919575.8867

#e5c01f color RGB value is (229,192,31).

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

The process color (four color CMYK) of #e5c01f color hex is 0.00, 0.16, 0.86, 0.10. Web safe color of #e5c01f is #cccc33. Color #e5c01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000000 00011111
Octal 345 300 37
Decimal 229 192 31
Hex E5 C0 1F

RGB Percentages of Color #e5c01f

%50.66
%42.48
%6.86

CMYK Percentages of Color #e5c01f

%0
%16
%86
%10

Triadic Colors of #e5c01f

#e5c01f #1fe5c0 #c01fe5

Analogous Colors of #e5c01f

#e5c01f #a7e51f #e55d1f

Monochromatic Colors of #e5c01f

#e5c01f

Complementary Color

#e5c01f #1f44e5

#e5c01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c01f Color CSS Codes

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

#e5c01f Text Font Color

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

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


#e5c01f Background Color

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

This div background color is #e5c01f


#e5c01f Border Color

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

This div border color is #e5c01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c01f


Comments

No comments written yet.

Please login to write comment.