Color Hex Logo

#efa314 Color Hex

#EFA314
(239,163,20)
0 Favorites   0 Comments

Color spaces of #efa314

RGB 23916320
HSL0.110.870.51
HSV39°92°94°
CMYK 0.000.320.92   0.06
XYZ48.820144.59566.6965
Yxy44.59560.48770.4455
Hunter Lab66.779913.629240.8005
CIE-Lab72.624818.423673.8562

#efa314 color RGB value is (239,163,20).

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

The process color (four color CMYK) of #efa314 color hex is 0.00, 0.32, 0.92, 0.06. Web safe color of #efa314 is #ff9900. Color #efa314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 00010100
Octal 357 243 24
Decimal 239 163 20
Hex EF A3 14

RGB Percentages of Color #efa314

%56.64
%38.63
%4.74

CMYK Percentages of Color #efa314

%0
%32
%92
%6

Triadic Colors of #efa314

#efa314 #14efa3 #a314ef

Analogous Colors of #efa314

#efa314 #ceef14 #ef3614

Monochromatic Colors of #efa314

#efa314

Complementary Color

#efa314 #1460ef

#efa314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa314 Color CSS Codes

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

#efa314 Text Font Color

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

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


#efa314 Background Color

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

This div background color is #efa314


#efa314 Border Color

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

This div border color is #efa314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa314


Comments

No comments written yet.

Please login to write comment.