Color Hex Logo

#efc511 Color Hex

#EFC511
(239,197,17)
0 Favorites   0 Comments

Color spaces of #efc511

RGB 23919717
HSL0.140.870.50
HSV49°93°94°
CMYK 0.000.180.93   0.06
XYZ55.664058.32378.8541
Yxy58.32370.45310.4748
Hunter Lab76.3700-3.543646.5851
CIE-Lab80.91840.574680.4528

#efc511 color RGB value is (239,197,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00010001
Octal 357 305 21
Decimal 239 197 17
Hex EF C5 11

RGB Percentages of Color #efc511

%52.76
%43.49
%3.75

CMYK Percentages of Color #efc511

%0
%18
%93
%6

Triadic Colors of #efc511

#efc511 #11efc5 #c511ef

Analogous Colors of #efc511

#efc511 #aaef11 #ef5611

Monochromatic Colors of #efc511

#efc511

Complementary Color

#efc511 #113bef

#efc511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc511 Color CSS Codes

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

#efc511 Text Font Color

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

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


#efc511 Background Color

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

This div background color is #efc511


#efc511 Border Color

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

This div border color is #efc511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc511

#efc511 Color Palettes


Comments

No comments written yet.

Please login to write comment.