Color Hex Logo

#e1a30d Color Hex

#E1A30D
(225,163,13)
0 Favorites   0 Comments

Color spaces of #e1a30d

RGB 22516313
HSL0.120.890.47
HSV42°94°88°
CMYK 0.000.280.94   0.12
XYZ44.221242.23106.2015
Yxy42.23100.47730.4558
Hunter Lab64.98547.741139.8318
CIE-Lab71.029912.307873.1015

#e1a30d color RGB value is (225,163,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100011 00001101
Octal 341 243 15
Decimal 225 163 13
Hex E1 A3 D

RGB Percentages of Color #e1a30d

%56.11
%40.65
%3.24

CMYK Percentages of Color #e1a30d

%0
%28
%94
%12

Triadic Colors of #e1a30d

#e1a30d #0de1a3 #a30de1

Analogous Colors of #e1a30d

#e1a30d #b5e10d #e1390d

Monochromatic Colors of #e1a30d

#e1a30d

Complementary Color

#e1a30d #0d4be1

#e1a30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a30d Color CSS Codes

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

#e1a30d Text Font Color

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

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


#e1a30d Background Color

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

This div background color is #e1a30d


#e1a30d Border Color

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

This div border color is #e1a30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a30d


Comments

No comments written yet.

Please login to write comment.