Color Hex Logo

#e0b50e Color Hex

#E0B50E
(224,181,14)
0 Favorites   0 Comments

Color spaces of #e0b50e

RGB 22418114
HSL0.130.880.47
HSV48°94°88°
CMYK 0.000.190.94   0.12
XYZ47.343648.92677.3640
Yxy48.92670.45680.4721
Hunter Lab69.9476-1.591842.7214
CIE-Lab75.40572.358876.1104

#e0b50e color RGB value is (224,181,14).

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

The process color (four color CMYK) of #e0b50e color hex is 0.00, 0.19, 0.94, 0.12. Web safe color of #e0b50e is #cccc00. Color #e0b50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10110101 00001110
Octal 340 265 16
Decimal 224 181 14
Hex E0 B5 E

RGB Percentages of Color #e0b50e

%53.46
%43.20
%3.34

CMYK Percentages of Color #e0b50e

%0
%19
%94
%12

Triadic Colors of #e0b50e

#e0b50e #0ee0b5 #b50ee0

Analogous Colors of #e0b50e

#e0b50e #a2e00e #e04c0e

Monochromatic Colors of #e0b50e

#e0b50e

Complementary Color

#e0b50e #0e39e0

#e0b50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b50e Color CSS Codes

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

#e0b50e Text Font Color

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

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


#e0b50e Background Color

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

This div background color is #e0b50e


#e0b50e Border Color

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

This div border color is #e0b50e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,181,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 #e0b50e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b50e


Comments

No comments written yet.

Please login to write comment.