Color Hex Logo

#e1a834 Color Hex

#E1A834
(225,168,52)
0 Favorites   0 Comments

Color spaces of #e1a834

RGB 22516852
HSL0.110.740.54
HSV40°77°88°
CMYK 0.000.250.77   0.12
XYZ45.673844.26079.3847
Yxy44.26070.45990.4456
Hunter Lab66.52876.119938.2065
CIE-Lab72.402410.588464.0726

#e1a834 color RGB value is (225,168,52).

#e1a834 hex color red value is 225, green value is 168 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e1a834 hue: 0.11 , saturation: 0.74 and the lightness value of e1a834 is 0.54.

The process color (four color CMYK) of #e1a834 color hex is 0.00, 0.25, 0.77, 0.12. Web safe color of #e1a834 is #cc9933. Color #e1a834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101000 00110100
Octal 341 250 64
Decimal 225 168 52
Hex E1 A8 34

RGB Percentages of Color #e1a834

%50.56
%37.75
%11.69

CMYK Percentages of Color #e1a834

%0
%25
%77
%12

Triadic Colors of #e1a834

#e1a834 #34e1a8 #a834e1

Analogous Colors of #e1a834

#e1a834 #c4e134 #e15234

Monochromatic Colors of #e1a834

#e1a834

Complementary Color

#e1a834 #346de1

#e1a834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a834 Color CSS Codes

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

#e1a834 Text Font Color

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

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


#e1a834 Background Color

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

This div background color is #e1a834


#e1a834 Border Color

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

This div border color is #e1a834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a834


Comments

No comments written yet.

Please login to write comment.