Color Hex Logo

#e1b50d Color Hex

#E1B50D
(225,181,13)
0 Favorites   0 Comments

Color spaces of #e1b50d

RGB 22518113
HSL0.130.890.47
HSV48°94°88°
CMYK 0.000.200.94   0.12
XYZ47.647949.08447.3437
Yxy49.08440.45780.4716
Hunter Lab70.0603-1.207842.8274
CIE-Lab75.50382.783376.3545

#e1b50d color RGB value is (225,181,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110101 00001101
Octal 341 265 15
Decimal 225 181 13
Hex E1 B5 D

RGB Percentages of Color #e1b50d

%53.70
%43.20
%3.10

CMYK Percentages of Color #e1b50d

%0
%20
%94
%12

Triadic Colors of #e1b50d

#e1b50d #0de1b5 #b50de1

Analogous Colors of #e1b50d

#e1b50d #a3e10d #e14b0d

Monochromatic Colors of #e1b50d

#e1b50d

Complementary Color

#e1b50d #0d39e1

#e1b50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b50d Color CSS Codes

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

#e1b50d Text Font Color

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

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


#e1b50d Background Color

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

This div background color is #e1b50d


#e1b50d Border Color

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

This div border color is #e1b50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b50d


Comments

No comments written yet.

Please login to write comment.