color codes Logo

#efc60e color codes

#EFC60E
(239,198,14)
0 Favorites   0 Comments

Color spaces of #efc60e

RGB 23919814
HSL0.140.890.50
HSV49°94°94°
CMYK 0.000.170.94   0.06
XYZ55.870058.77068.8147
Yxy58.77060.45260.4760
Hunter Lab76.6620-4.070646.8461
CIE-Lab81.16530.025881.0072

#efc60e color RGB value is (239,198,14).

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

The process color (four color CMYK) of #efc60e color code is 0.00, 0.17, 0.94, 0.06. Web safe color of #efc60e is #ffcc00. Color #efc60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 00001110
Octal 357 306 16
Decimal 239 198 14
Hex EF C6 E

RGB Percentages of Color #efc60e

%52.99
%43.90
%3.10

CMYK Percentages of Color #efc60e

%0
%17
%94
%6

Triadic Colors of #efc60e

#efc60e #0eefc6 #c60eef

Analogous Colors of #efc60e

#efc60e #a8ef0e #ef560e

Monochromatic Colors of #efc60e

#efc60e

Complementary Color

#efc60e #0e37ef

#efc60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc60e Color CSS Codes

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

#efc60e Text Font Color

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

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


#efc60e Background Color

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

This div background color is #efc60e


#efc60e Border Color

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

This div border color is #efc60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc60e


Comments

No comments written yet.

Please login to write comment.