color codes Logo

#e1a00d color codes

#E1A00D
(225,160,13)
0 Favorites   0 Comments

Color spaces of #e1a00d

RGB 22516013
HSL0.120.890.47
HSV42°94°88°
CMYK 0.000.290.94   0.12
XYZ43.694841.17826.0260
Yxy41.17820.48070.4530
Hunter Lab64.17029.246339.3515
CIE-Lab70.300613.907972.5769

#e1a00d color RGB value is (225,160,13).

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

The process color (four color CMYK) of #e1a00d color code is 0.00, 0.29, 0.94, 0.12. Web safe color of #e1a00d is #cc9900. Color #e1a00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100000 00001101
Octal 341 240 15
Decimal 225 160 13
Hex E1 A0 D

RGB Percentages of Color #e1a00d

%56.53
%40.20
%3.27

CMYK Percentages of Color #e1a00d

%0
%29
%94
%12

Triadic Colors of #e1a00d

#e1a00d #0de1a0 #a00de1

Analogous Colors of #e1a00d

#e1a00d #b8e10d #e1360d

Monochromatic Colors of #e1a00d

#e1a00d

Complementary Color

#e1a00d #0d4ee1

#e1a00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a00d Color CSS Codes

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

#e1a00d Text Font Color

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

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


#e1a00d Background Color

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

This div background color is #e1a00d


#e1a00d Border Color

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

This div border color is #e1a00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a00d


Comments

No comments written yet.

Please login to write comment.