Color Hex Logo

#efa040 Color Hex

#EFA040
(239,160,64)
0 Favorites   0 Comments

Color spaces of #efa040

RGB 23916064
HSL0.090.850.59
HSV33°73°94°
CMYK 0.000.330.73   0.06
XYZ49.092843.862510.7293
Yxy43.86250.47350.4230
Hunter Lab66.228816.414736.7549
CIE-Lab72.136521.272659.5818

#efa040 color RGB value is (239,160,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01000000
Octal 357 240 100
Decimal 239 160 64
Hex EF A0 40

RGB Percentages of Color #efa040

%51.62
%34.56
%13.82

CMYK Percentages of Color #efa040

%0
%33
%73
%6

Triadic Colors of #efa040

#efa040 #40efa0 #a040ef

Analogous Colors of #efa040

#efa040 #e7ef40 #ef4940

Monochromatic Colors of #efa040

#efa040

Complementary Color

#efa040 #408fef

#efa040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa040 Color CSS Codes

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

#efa040 Text Font Color

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

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


#efa040 Background Color

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

This div background color is #efa040


#efa040 Border Color

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

This div border color is #efa040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa040


Comments

No comments written yet.

Please login to write comment.