Color Hex Logo

#efa940 Color Hex

#EFA940
(239,169,64)
0 Favorites   0 Comments

Color spaces of #efa940

RGB 23916964
HSL0.100.850.59
HSV36°73°94°
CMYK 0.000.290.73   0.06
XYZ50.710047.096811.2684
Yxy47.09680.46490.4318
Hunter Lab68.627111.799938.3037
CIE-Lab74.251616.513161.7066

#efa940 color RGB value is (239,169,64).

#efa940 hex color red value is 239, green value is 169 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #efa940 hue: 0.10 , saturation: 0.85 and the lightness value of efa940 is 0.59.

The process color (four color CMYK) of #efa940 color hex is 0.00, 0.29, 0.73, 0.06. Web safe color of #efa940 is #ff9933. Color #efa940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01000000
Octal 357 251 100
Decimal 239 169 64
Hex EF A9 40

RGB Percentages of Color #efa940

%50.64
%35.81
%13.56

CMYK Percentages of Color #efa940

%0
%29
%73
%6

Triadic Colors of #efa940

#efa940 #40efa9 #a940ef

Analogous Colors of #efa940

#efa940 #deef40 #ef5240

Monochromatic Colors of #efa940

#efa940

Complementary Color

#efa940 #4086ef

#efa940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa940 Color CSS Codes

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

#efa940 Text Font Color

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

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


#efa940 Background Color

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

This div background color is #efa940


#efa940 Border Color

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

This div border color is #efa940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa940


Comments

No comments written yet.

Please login to write comment.