Color Hex Logo

#e1b53f Color Hex

#E1B53F
(225,181,63)
0 Favorites   0 Comments

Color spaces of #e1b53f

RGB 22518163
HSL0.120.730.56
HSV44°72°88°
CMYK 0.000.200.72   0.12
XYZ48.472449.414211.6857
Yxy49.41420.44240.4510
Hunter Lab70.29520.068839.3504
CIE-Lab75.70834.179863.0730

#e1b53f color RGB value is (225,181,63).

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

The process color (four color CMYK) of #e1b53f color hex is 0.00, 0.20, 0.72, 0.12. Web safe color of #e1b53f is #cccc33. Color #e1b53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110101 00111111
Octal 341 265 77
Decimal 225 181 63
Hex E1 B5 3F

RGB Percentages of Color #e1b53f

%47.97
%38.59
%13.43

CMYK Percentages of Color #e1b53f

%0
%20
%72
%12

Triadic Colors of #e1b53f

#e1b53f #3fe1b5 #b53fe1

Analogous Colors of #e1b53f

#e1b53f #bce13f #e1643f

Monochromatic Colors of #e1b53f

#e1b53f

Complementary Color

#e1b53f #3f6be1

#e1b53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b53f Color CSS Codes

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

#e1b53f Text Font Color

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

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


#e1b53f Background Color

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

This div background color is #e1b53f


#e1b53f Border Color

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

This div border color is #e1b53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b53f


Comments

No comments written yet.

Please login to write comment.