Color Hex Logo

#e1a729 Color Hex

#E1A729
(225,167,41)
0 Favorites   0 Comments

Color spaces of #e1a729

RGB 22516741
HSL0.110.750.52
HSV41°82°88°
CMYK 0.000.260.82   0.12
XYZ45.270343.80518.1670
Yxy43.80510.46550.4505
Hunter Lab66.18546.268139.0137
CIE-Lab72.098010.743767.5472

#e1a729 color RGB value is (225,167,41).

#e1a729 hex color red value is 225, green value is 167 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e1a729 hue: 0.11 , saturation: 0.75 and the lightness value of e1a729 is 0.52.

The process color (four color CMYK) of #e1a729 color hex is 0.00, 0.26, 0.82, 0.12. Web safe color of #e1a729 is #cc9933. Color #e1a729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100111 00101001
Octal 341 247 51
Decimal 225 167 41
Hex E1 A7 29

RGB Percentages of Color #e1a729

%51.96
%38.57
%9.47

CMYK Percentages of Color #e1a729

%0
%26
%82
%12

Triadic Colors of #e1a729

#e1a729 #29e1a7 #a729e1

Analogous Colors of #e1a729

#e1a729 #bfe129 #e14b29

Monochromatic Colors of #e1a729

#e1a729

Complementary Color

#e1a729 #2963e1

#e1a729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a729 Color CSS Codes

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

#e1a729 Text Font Color

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

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


#e1a729 Background Color

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

This div background color is #e1a729


#e1a729 Border Color

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

This div border color is #e1a729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a729


Comments

No comments written yet.

Please login to write comment.