Color Hex Logo

#e2b007 Color Hex

#E2B007
(226,176,7)
0 Favorites   0 Comments

Color spaces of #e2b007

RGB 2261767
HSL0.130.940.46
HSV46°97°89°
CMYK 0.000.220.97   0.11
XYZ46.927747.23486.8449
Yxy47.23480.46460.4676
Hunter Lab68.72761.607942.2043
CIE-Lab74.33975.789676.2340

#e2b007 color RGB value is (226,176,7).

#e2b007 hex color red value is 226, green value is 176 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #e2b007 hue: 0.13 , saturation: 0.94 and the lightness value of e2b007 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110000 00000111
Octal 342 260 7
Decimal 226 176 7
Hex E2 B0 7

RGB Percentages of Color #e2b007

%55.26
%43.03
%1.71

CMYK Percentages of Color #e2b007

%0
%22
%97
%11

Triadic Colors of #e2b007

#e2b007 #07e2b0 #b007e2

Analogous Colors of #e2b007

#e2b007 #a7e207 #e24307

Monochromatic Colors of #e2b007

#e2b007

Complementary Color

#e2b007 #0739e2

#e2b007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b007 Color CSS Codes

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

#e2b007 Text Font Color

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

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


#e2b007 Background Color

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

This div background color is #e2b007


#e2b007 Border Color

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

This div border color is #e2b007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b007


Comments

No comments written yet.

Please login to write comment.