Color Hex Logo

#efa011 Color Hex

#EFA011
(239,160,17)
0 Favorites   0 Comments

Color spaces of #efa011

RGB 23916017
HSL0.110.870.50
HSV39°93°94°
CMYK 0.000.330.93   0.06
XYZ48.268643.53286.3890
Yxy43.53280.49160.4434
Hunter Lab65.979415.121540.4443
CIE-Lab71.915119.969173.8599

#efa011 color RGB value is (239,160,17).

#efa011 hex color red value is 239, green value is 160 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #efa011 hue: 0.11 , saturation: 0.87 and the lightness value of efa011 is 0.50.

The process color (four color CMYK) of #efa011 color hex is 0.00, 0.33, 0.93, 0.06. Web safe color of #efa011 is #ff9900. Color #efa011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 00010001
Octal 357 240 21
Decimal 239 160 17
Hex EF A0 11

RGB Percentages of Color #efa011

%57.45
%38.46
%4.09

CMYK Percentages of Color #efa011

%0
%33
%93
%6

Triadic Colors of #efa011

#efa011 #11efa0 #a011ef

Analogous Colors of #efa011

#efa011 #cfef11 #ef3111

Monochromatic Colors of #efa011

#efa011

Complementary Color

#efa011 #1160ef

#efa011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa011 Color CSS Codes

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

#efa011 Text Font Color

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

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


#efa011 Background Color

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

This div background color is #efa011


#efa011 Border Color

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

This div border color is #efa011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa011


Comments

No comments written yet.

Please login to write comment.