Color Hex Logo

#e2b151 Color Hex

#E2B151
(226,177,81)
0 Favorites   0 Comments

Color spaces of #e2b151

RGB 22617781
HSL0.110.710.60
HSV40°64°89°
CMYK 0.000.220.64   0.11
XYZ48.571448.207114.5295
Yxy48.20710.43640.4331
Hunter Lab69.43133.366736.1947
CIE-Lab74.95547.697054.6174

#e2b151 color RGB value is (226,177,81).

#e2b151 hex color red value is 226, green value is 177 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #e2b151 hue: 0.11 , saturation: 0.71 and the lightness value of e2b151 is 0.60.

The process color (four color CMYK) of #e2b151 color hex is 0.00, 0.22, 0.64, 0.11. Web safe color of #e2b151 is #cc9966. Color #e2b151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110001 01010001
Octal 342 261 121
Decimal 226 177 81
Hex E2 B1 51

RGB Percentages of Color #e2b151

%46.69
%36.57
%16.74

CMYK Percentages of Color #e2b151

%0
%22
%64
%11

Triadic Colors of #e2b151

#e2b151 #51e2b1 #b151e2

Analogous Colors of #e2b151

#e2b151 #cbe251 #e26951

Monochromatic Colors of #e2b151

#e2b151

Complementary Color

#e2b151 #5182e2

#e2b151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b151 Color CSS Codes

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

#e2b151 Text Font Color

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

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


#e2b151 Background Color

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

This div background color is #e2b151


#e2b151 Border Color

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

This div border color is #e2b151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b151


Comments

No comments written yet.

Please login to write comment.