Color Hex Logo

#e1b00e Color Hex

#E1B00E
(225,176,14)
0 Favorites   0 Comments

Color spaces of #e1b00e

RGB 22517614
HSL0.130.880.47
HSV46°94°88°
CMYK 0.000.220.94   0.12
XYZ46.655947.08997.0457
Yxy47.08990.46290.4672
Hunter Lab68.62211.272941.9479
CIE-Lab74.24725.423775.3044

#e1b00e color RGB value is (225,176,14).

#e1b00e hex color red value is 225, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e1b00e hue: 0.13 , saturation: 0.88 and the lightness value of e1b00e is 0.47.

The process color (four color CMYK) of #e1b00e color hex is 0.00, 0.22, 0.94, 0.12. Web safe color of #e1b00e is #cc9900. Color #e1b00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110000 00001110
Octal 341 260 16
Decimal 225 176 14
Hex E1 B0 E

RGB Percentages of Color #e1b00e

%54.22
%42.41
%3.37

CMYK Percentages of Color #e1b00e

%0
%22
%94
%12

Triadic Colors of #e1b00e

#e1b00e #0ee1b0 #b00ee1

Analogous Colors of #e1b00e

#e1b00e #a9e10e #e1470e

Monochromatic Colors of #e1b00e

#e1b00e

Complementary Color

#e1b00e #0e3fe1

#e1b00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b00e Color CSS Codes

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

#e1b00e Text Font Color

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

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


#e1b00e Background Color

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

This div background color is #e1b00e


#e1b00e Border Color

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

This div border color is #e1b00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b00e


Comments

No comments written yet.

Please login to write comment.