Color Hex Logo

#e2b101 Color Hex

#E2B101
(226,177,1)
0 Favorites   0 Comments

Color spaces of #e2b101

RGB 2261771
HSL0.130.990.45
HSV47°100°89°
CMYK 0.000.221.00   0.11
XYZ47.091647.61526.7374
Yxy47.61520.46420.4694
Hunter Lab69.00381.060742.5137
CIE-Lab74.58165.206677.0695

#e2b101 color RGB value is (226,177,1).

#e2b101 hex color red value is 226, green value is 177 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e2b101 hue: 0.13 , saturation: 0.99 and the lightness value of e2b101 is 0.45.

The process color (four color CMYK) of #e2b101 color hex is 0.00, 0.22, 1.00, 0.11. Web safe color of #e2b101 is #cc9900. Color #e2b101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110001 00000001
Octal 342 261 1
Decimal 226 177 1
Hex E2 B1 1

RGB Percentages of Color #e2b101

%55.94
%43.81
%0.25

CMYK Percentages of Color #e2b101

%0
%22
%100
%11

Triadic Colors of #e2b101

#e2b101 #01e2b1 #b101e2

Analogous Colors of #e2b101

#e2b101 #a3e201 #e24101

Monochromatic Colors of #e2b101

#e2b101

Complementary Color

#e2b101 #0132e2

#e2b101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b101 Color CSS Codes

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

#e2b101 Text Font Color

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

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


#e2b101 Background Color

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

This div background color is #e2b101


#e2b101 Border Color

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

This div border color is #e2b101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b101


Comments

No comments written yet.

Please login to write comment.