Color Hex Logo

#efc713 Color Hex

#EFC713
(239,199,19)
0 Favorites   0 Comments

Color spaces of #efc713

RGB 23919919
HSL0.140.870.51
HSV49°92°94°
CMYK 0.000.170.92   0.06
XYZ56.137659.24469.0927
Yxy59.24460.45100.4760
Hunter Lab76.9705-4.511446.8753
CIE-Lab81.4259-0.429580.5563

#efc713 color RGB value is (239,199,19).

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

The process color (four color CMYK) of #efc713 color hex is 0.00, 0.17, 0.92, 0.06. Web safe color of #efc713 is #ffcc00. Color #efc713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 00010011
Octal 357 307 23
Decimal 239 199 19
Hex EF C7 13

RGB Percentages of Color #efc713

%52.30
%43.54
%4.16

CMYK Percentages of Color #efc713

%0
%17
%92
%6

Triadic Colors of #efc713

#efc713 #13efc7 #c713ef

Analogous Colors of #efc713

#efc713 #a9ef13 #ef5913

Monochromatic Colors of #efc713

#efc713

Complementary Color

#efc713 #133bef

#efc713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc713 Color CSS Codes

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

#efc713 Text Font Color

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

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


#efc713 Background Color

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

This div background color is #efc713


#efc713 Border Color

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

This div border color is #efc713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc713


Comments

No comments written yet.

Please login to write comment.