Color Hex Logo

#efc16f Color Hex

#EFC16F
(239,193,111)
0 Favorites   0 Comments

Color spaces of #efc16f

RGB 239193111
HSL0.110.800.69
HSV38°54°94°
CMYK 0.000.190.54   0.06
XYZ57.535857.638323.1318
Yxy57.63830.41600.4167
Hunter Lab75.91992.416235.0790
CIE-Lab80.53736.854947.1053

#efc16f color RGB value is (239,193,111).

#efc16f hex color red value is 239, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efc16f hue: 0.11 , saturation: 0.80 and the lightness value of efc16f is 0.69.

The process color (four color CMYK) of #efc16f color hex is 0.00, 0.19, 0.54, 0.06. Web safe color of #efc16f is #ffcc66. Color #efc16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01101111
Octal 357 301 157
Decimal 239 193 111
Hex EF C1 6F

RGB Percentages of Color #efc16f

%44.01
%35.54
%20.44

CMYK Percentages of Color #efc16f

%0
%19
%54
%6

Triadic Colors of #efc16f

#efc16f #6fefc1 #c16fef

Analogous Colors of #efc16f

#efc16f #ddef6f #ef816f

Monochromatic Colors of #efc16f

#efc16f

Complementary Color

#efc16f #6f9def

#efc16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc16f Color CSS Codes

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

#efc16f Text Font Color

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

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


#efc16f Background Color

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

This div background color is #efc16f


#efc16f Border Color

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

This div border color is #efc16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc16f


Comments

No comments written yet.

Please login to write comment.