Color Hex Logo

#e0a446 Color Hex

#E0A446
(224,164,70)
0 Favorites   0 Comments

Color spaces of #e0a446

RGB 22416470
HSL0.100.710.58
HSV37°69°88°
CMYK 0.000.270.69   0.12
XYZ45.121442.840411.6852
Yxy42.84040.45280.4299
Hunter Lab65.45268.511535.2318
CIE-Lab71.446513.123455.7264

#e0a446 color RGB value is (224,164,70).

#e0a446 hex color red value is 224, green value is 164 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e0a446 hue: 0.10 , saturation: 0.71 and the lightness value of e0a446 is 0.58.

The process color (four color CMYK) of #e0a446 color hex is 0.00, 0.27, 0.69, 0.12. Web safe color of #e0a446 is #cc9933. Color #e0a446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10100100 01000110
Octal 340 244 106
Decimal 224 164 70
Hex E0 A4 46

RGB Percentages of Color #e0a446

%48.91
%35.81
%15.28

CMYK Percentages of Color #e0a446

%0
%27
%69
%12

Triadic Colors of #e0a446

#e0a446 #46e0a4 #a446e0

Analogous Colors of #e0a446

#e0a446 #cfe046 #e05746

Monochromatic Colors of #e0a446

#e0a446

Complementary Color

#e0a446 #4682e0

#e0a446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0a446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0a446 Color CSS Codes

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

#e0a446 Text Font Color

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

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


#e0a446 Background Color

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

This div background color is #e0a446


#e0a446 Border Color

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

This div border color is #e0a446


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,164,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0a446; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0a446;
  -webkit-box-shadow: 1px 1px 3px 2px #e0a446;
  box-shadow:         1px 1px 3px 2px #e0a446; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,164,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0a446


Comments

No comments written yet.

Please login to write comment.