Color Hex Logo

#e5b62d Color Hex

#E5B62D
(229,182,45)
0 Favorites   0 Comments

Color spaces of #e5b62d

RGB 22918245
HSL0.120.780.54
HSV45°80°90°
CMYK 0.000.210.80   0.10
XYZ49.514750.30349.5824
Yxy50.30340.45260.4598
Hunter Lab70.92490.497441.6370
CIE-Lab76.25514.665870.0992

#e5b62d color RGB value is (229,182,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10110110 00101101
Octal 345 266 55
Decimal 229 182 45
Hex E5 B6 2D

RGB Percentages of Color #e5b62d

%50.22
%39.91
%9.87

CMYK Percentages of Color #e5b62d

%0
%21
%80
%10

Triadic Colors of #e5b62d

#e5b62d #2de5b6 #b62de5

Analogous Colors of #e5b62d

#e5b62d #b8e52d #e55a2d

Monochromatic Colors of #e5b62d

#e5b62d

Complementary Color

#e5b62d #2d5ce5

#e5b62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b62d Color CSS Codes

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

#e5b62d Text Font Color

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

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


#e5b62d Background Color

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

This div background color is #e5b62d


#e5b62d Border Color

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

This div border color is #e5b62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b62d


Comments

No comments written yet.

Please login to write comment.