Color Hex Logo

#efc416 Color Hex

#EFC416
(239,196,22)
0 Favorites   0 Comments

Color spaces of #efc416

RGB 23919622
HSL0.130.870.51
HSV48°91°94°
CMYK 0.000.180.91   0.06
XYZ55.481357.88859.0085
Yxy57.88850.45340.4730
Hunter Lab76.0845-2.984546.2391
CIE-Lab80.67681.158179.5354

#efc416 color RGB value is (239,196,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00010110
Octal 357 304 26
Decimal 239 196 22
Hex EF C4 16

RGB Percentages of Color #efc416

%52.30
%42.89
%4.81

CMYK Percentages of Color #efc416

%0
%18
%91
%6

Triadic Colors of #efc416

#efc416 #16efc4 #c416ef

Analogous Colors of #efc416

#efc416 #aeef16 #ef5816

Monochromatic Colors of #efc416

#efc416

Complementary Color

#efc416 #1641ef

#efc416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc416 Color CSS Codes

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

#efc416 Text Font Color

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

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


#efc416 Background Color

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

This div background color is #efc416


#efc416 Border Color

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

This div border color is #efc416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc416


Comments

No comments written yet.

Please login to write comment.