Color Hex Logo

#efc64f Color Hex

#EFC64F
(239,198,79)
0 Favorites   0 Comments

Color spaces of #efc64f

RGB 23919879
HSL0.120.830.62
HSV45°67°94°
CMYK 0.000.170.67   0.06
XYZ57.202059.303415.8290
Yxy59.30340.43230.4481
Hunter Lab77.0087-2.175641.7191
CIE-Lab81.45812.066462.8686

#efc64f color RGB value is (239,198,79).

#efc64f hex color red value is 239, green value is 198 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #efc64f hue: 0.12 , saturation: 0.83 and the lightness value of efc64f is 0.62.

The process color (four color CMYK) of #efc64f color hex is 0.00, 0.17, 0.67, 0.06. Web safe color of #efc64f is #ffcc66. Color #efc64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01001111
Octal 357 306 117
Decimal 239 198 79
Hex EF C6 4F

RGB Percentages of Color #efc64f

%46.32
%38.37
%15.31

CMYK Percentages of Color #efc64f

%0
%17
%67
%6

Triadic Colors of #efc64f

#efc64f #4fefc6 #c64fef

Analogous Colors of #efc64f

#efc64f #c8ef4f #ef764f

Monochromatic Colors of #efc64f

#efc64f

Complementary Color

#efc64f #4f78ef

#efc64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc64f Color CSS Codes

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

#efc64f Text Font Color

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

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


#efc64f Background Color

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

This div background color is #efc64f


#efc64f Border Color

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

This div border color is #efc64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc64f


Comments

No comments written yet.

Please login to write comment.