Color Hex Logo

#e6aa11 Color Hex

#E6AA11
(230,170,17)
0 Favorites   0 Comments

Color spaces of #e6aa11

RGB 23017017
HSL0.120.860.48
HSV43°93°90°
CMYK 0.000.260.93   0.10
XYZ47.109045.61296.8516
Yxy45.61290.47310.4581
Hunter Lab67.53736.318041.2612
CIE-Lab73.293610.806774.4045

#e6aa11 color RGB value is (230,170,17).

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

The process color (four color CMYK) of #e6aa11 color hex is 0.00, 0.26, 0.93, 0.10. Web safe color of #e6aa11 is #ff9900. Color #e6aa11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 00010001
Octal 346 252 21
Decimal 230 170 17
Hex E6 AA 11

RGB Percentages of Color #e6aa11

%55.16
%40.77
%4.08

CMYK Percentages of Color #e6aa11

%0
%26
%93
%10

Triadic Colors of #e6aa11

#e6aa11 #11e6aa #aa11e6

Analogous Colors of #e6aa11

#e6aa11 #b8e611 #e63f11

Monochromatic Colors of #e6aa11

#e6aa11

Complementary Color

#e6aa11 #114de6

#e6aa11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aa11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aa11 Color CSS Codes

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

#e6aa11 Text Font Color

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

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


#e6aa11 Background Color

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

This div background color is #e6aa11


#e6aa11 Border Color

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

This div border color is #e6aa11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,170,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 #e6aa11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aa11


Comments

No comments written yet.

Please login to write comment.