Color Hex Logo

#efc711 Color Hex

#EFC711
(239,199,17)
0 Favorites   0 Comments

Color spaces of #efc711

RGB 23919917
HSL0.140.870.50
HSV49°93°94°
CMYK 0.000.170.93   0.06
XYZ56.121259.23809.0065
Yxy59.23800.45130.4763
Hunter Lab76.9662-4.534746.9383
CIE-Lab81.4222-0.454880.8272

#efc711 color RGB value is (239,199,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 00010001
Octal 357 307 21
Decimal 239 199 17
Hex EF C7 11

RGB Percentages of Color #efc711

%52.53
%43.74
%3.74

CMYK Percentages of Color #efc711

%0
%17
%93
%6

Triadic Colors of #efc711

#efc711 #11efc7 #c711ef

Analogous Colors of #efc711

#efc711 #a8ef11 #ef5811

Monochromatic Colors of #efc711

#efc711

Complementary Color

#efc711 #1139ef

#efc711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc711 Color CSS Codes

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

#efc711 Text Font Color

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

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


#efc711 Background Color

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

This div background color is #efc711


#efc711 Border Color

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

This div border color is #efc711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc711


Comments

No comments written yet.

Please login to write comment.