Color Hex Logo

#e5ba2e Color Hex

#E5BA2E
(229,186,46)
0 Favorites   0 Comments

Color spaces of #e5ba2e

RGB 22918646
HSL0.130.780.54
HSV46°80°90°
CMYK 0.000.190.80   0.10
XYZ50.365151.97319.9620
Yxy51.97310.44850.4628
Hunter Lab72.0924-1.458242.2717
CIE-Lab77.26472.604170.6804

#e5ba2e color RGB value is (229,186,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 00101110
Octal 345 272 56
Decimal 229 186 46
Hex E5 BA 2E

RGB Percentages of Color #e5ba2e

%49.67
%40.35
%9.98

CMYK Percentages of Color #e5ba2e

%0
%19
%80
%10

Triadic Colors of #e5ba2e

#e5ba2e #2ee5ba #ba2ee5

Analogous Colors of #e5ba2e

#e5ba2e #b5e52e #e55f2e

Monochromatic Colors of #e5ba2e

#e5ba2e

Complementary Color

#e5ba2e #2e59e5

#e5ba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ba2e Color CSS Codes

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

#e5ba2e Text Font Color

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

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


#e5ba2e Background Color

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

This div background color is #e5ba2e


#e5ba2e Border Color

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

This div border color is #e5ba2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,186,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 #e5ba2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ba2e


Comments

No comments written yet.

Please login to write comment.