Color Hex Logo

#e0a711 Color Hex

#E0A711
(224,167,17)
0 Favorites   0 Comments

Color spaces of #e0a711

RGB 22416717
HSL0.120.860.47
HSV43°92°88°
CMYK 0.000.250.92   0.12
XYZ44.660443.52526.5777
Yxy43.52520.47130.4593
Hunter Lab65.97365.380540.2702
CIE-Lab71.91009.792773.0934

#e0a711 color RGB value is (224,167,17).

#e0a711 hex color red value is 224, green value is 167 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e0a711 hue: 0.12 , saturation: 0.86 and the lightness value of e0a711 is 0.47.

The process color (four color CMYK) of #e0a711 color hex is 0.00, 0.25, 0.92, 0.12. Web safe color of #e0a711 is #cc9900. Color #e0a711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10100111 00010001
Octal 340 247 21
Decimal 224 167 17
Hex E0 A7 11

RGB Percentages of Color #e0a711

%54.90
%40.93
%4.17

CMYK Percentages of Color #e0a711

%0
%25
%92
%12

Triadic Colors of #e0a711

#e0a711 #11e0a7 #a711e0

Analogous Colors of #e0a711

#e0a711 #b2e011 #e04011

Monochromatic Colors of #e0a711

#e0a711

Complementary Color

#e0a711 #114ae0

#e0a711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0a711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0a711 Color CSS Codes

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

#e0a711 Text Font Color

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

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


#e0a711 Background Color

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

This div background color is #e0a711


#e0a711 Border Color

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

This div border color is #e0a711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0a711


Comments

No comments written yet.

Please login to write comment.