Color Hex Logo

#efc916 Color Hex

#EFC916
(239,201,22)
0 Favorites   0 Comments

Color spaces of #efc916

RGB 23920122
HSL0.140.870.51
HSV49°91°94°
CMYK 0.000.160.91   0.06
XYZ56.628160.18199.3907
Yxy60.18190.44870.4769
Hunter Lab77.5770-5.461947.1268
CIE-Lab81.9370-1.414380.4927

#efc916 color RGB value is (239,201,22).

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

The process color (four color CMYK) of #efc916 color hex is 0.00, 0.16, 0.91, 0.06. Web safe color of #efc916 is #ffcc00. Color #efc916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 00010110
Octal 357 311 26
Decimal 239 201 22
Hex EF C9 16

RGB Percentages of Color #efc916

%51.73
%43.51
%4.76

CMYK Percentages of Color #efc916

%0
%16
%91
%6

Triadic Colors of #efc916

#efc916 #16efc9 #c916ef

Analogous Colors of #efc916

#efc916 #a9ef16 #ef5c16

Monochromatic Colors of #efc916

#efc916

Complementary Color

#efc916 #163cef

#efc916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc916 Color CSS Codes

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

#efc916 Text Font Color

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

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


#efc916 Background Color

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

This div background color is #efc916


#efc916 Border Color

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

This div border color is #efc916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc916


Comments

No comments written yet.

Please login to write comment.