Color Hex Logo

#e5b53f Color Hex

#E5B53F
(229,181,63)
0 Favorites   0 Comments

Color spaces of #e5b53f

RGB 22918163
HSL0.120.760.57
HSV43°72°90°
CMYK 0.000.210.72   0.10
XYZ49.734250.064611.7448
Yxy50.06460.44590.4488
Hunter Lab70.75631.643039.6879
CIE-Lab76.10895.889763.6037

#e5b53f color RGB value is (229,181,63).

#e5b53f hex color red value is 229, green value is 181 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e5b53f hue: 0.12 , saturation: 0.76 and the lightness value of e5b53f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10110101 00111111
Octal 345 265 77
Decimal 229 181 63
Hex E5 B5 3F

RGB Percentages of Color #e5b53f

%48.41
%38.27
%13.32

CMYK Percentages of Color #e5b53f

%0
%21
%72
%10

Triadic Colors of #e5b53f

#e5b53f #3fe5b5 #b53fe5

Analogous Colors of #e5b53f

#e5b53f #c2e53f #e5623f

Monochromatic Colors of #e5b53f

#e5b53f

Complementary Color

#e5b53f #3f6fe5

#e5b53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b53f Color CSS Codes

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

#e5b53f Text Font Color

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

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


#e5b53f Background Color

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

This div background color is #e5b53f


#e5b53f Border Color

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

This div border color is #e5b53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b53f


Comments

No comments written yet.

Please login to write comment.