Color Hex Logo

#e1a650 Color Hex

#E1A650
(225,166,80)
0 Favorites   0 Comments

Color spaces of #e1a650

RGB 22516680
HSL0.100.710.60
HSV36°64°88°
CMYK 0.000.260.64   0.12
XYZ46.135543.859213.6235
Yxy43.85920.44520.4233
Hunter Lab66.22638.453234.1618
CIE-Lab72.134313.059351.9235

#e1a650 color RGB value is (225,166,80).

#e1a650 hex color red value is 225, green value is 166 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e1a650 hue: 0.10 , saturation: 0.71 and the lightness value of e1a650 is 0.60.

The process color (four color CMYK) of #e1a650 color hex is 0.00, 0.26, 0.64, 0.12. Web safe color of #e1a650 is #cc9966. Color #e1a650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100110 01010000
Octal 341 246 120
Decimal 225 166 80
Hex E1 A6 50

RGB Percentages of Color #e1a650

%47.77
%35.24
%16.99

CMYK Percentages of Color #e1a650

%0
%26
%64
%12

Triadic Colors of #e1a650

#e1a650 #50e1a6 #a650e1

Analogous Colors of #e1a650

#e1a650 #d4e150 #e15e50

Monochromatic Colors of #e1a650

#e1a650

Complementary Color

#e1a650 #508be1

#e1a650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a650 Color CSS Codes

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

#e1a650 Text Font Color

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

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


#e1a650 Background Color

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

This div background color is #e1a650


#e1a650 Border Color

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

This div border color is #e1a650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a650


Comments

No comments written yet.

Please login to write comment.