Color Hex Logo

#e1b15f Color Hex

#E1B15F
(225,177,95)
0 Favorites   0 Comments

Color spaces of #e1b15f

RGB 22517795
HSL0.110.680.63
HSV38°58°88°
CMYK 0.000.210.58   0.12
XYZ48.839048.278117.5710
Yxy48.27810.42580.4210
Hunter Lab69.48243.872833.6442
CIE-Lab75.00008.237448.0097

#e1b15f color RGB value is (225,177,95).

#e1b15f hex color red value is 225, green value is 177 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1b15f hue: 0.11 , saturation: 0.68 and the lightness value of e1b15f is 0.63.

The process color (four color CMYK) of #e1b15f color hex is 0.00, 0.21, 0.58, 0.12. Web safe color of #e1b15f is #cc9966. Color #e1b15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110001 01011111
Octal 341 261 137
Decimal 225 177 95
Hex E1 B1 5F

RGB Percentages of Color #e1b15f

%45.27
%35.61
%19.11

CMYK Percentages of Color #e1b15f

%0
%21
%58
%12

Triadic Colors of #e1b15f

#e1b15f #5fe1b1 #b15fe1

Analogous Colors of #e1b15f

#e1b15f #d0e15f #e1705f

Monochromatic Colors of #e1b15f

#e1b15f

Complementary Color

#e1b15f #5f8fe1

#e1b15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b15f Color CSS Codes

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

#e1b15f Text Font Color

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

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


#e1b15f Background Color

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

This div background color is #e1b15f


#e1b15f Border Color

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

This div border color is #e1b15f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,177,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b15f


Comments

No comments written yet.

Please login to write comment.