Color Hex Logo

#efa106 Color Hex

#EFA106
(239,161,6)
0 Favorites   0 Comments

Color spaces of #efa106

RGB 2391616
HSL0.110.950.48
HSV40°97°94°
CMYK 0.000.330.97   0.06
XYZ48.374343.85366.0873
Yxy43.85360.49200.4461
Hunter Lab66.222114.503240.9053
CIE-Lab72.130519.331575.4744

#efa106 color RGB value is (239,161,6).

#efa106 hex color red value is 239, green value is 161 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #efa106 hue: 0.11 , saturation: 0.95 and the lightness value of efa106 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 00000110
Octal 357 241 6
Decimal 239 161 6
Hex EF A1 6

RGB Percentages of Color #efa106

%58.87
%39.66
%1.48

CMYK Percentages of Color #efa106

%0
%33
%97
%6

Triadic Colors of #efa106

#efa106 #06efa1 #a106ef

Analogous Colors of #efa106

#efa106 #c9ef06 #ef2c06

Monochromatic Colors of #efa106

#efa106

Complementary Color

#efa106 #0654ef

#efa106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa106 Color CSS Codes

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

#efa106 Text Font Color

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

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


#efa106 Background Color

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

This div background color is #efa106


#efa106 Border Color

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

This div border color is #efa106


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,161,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa106


Comments

No comments written yet.

Please login to write comment.