Color Hex Logo

#efc22e Color Hex

#EFC22E
(239,194,46)
0 Favorites   0 Comments

Color spaces of #efc22e

RGB 23919446
HSL0.130.860.56
HSV46°81°94°
CMYK 0.000.190.81   0.06
XYZ55.381557.131610.6933
Yxy57.13160.44950.4637
Hunter Lab75.5854-1.487544.5219
CIE-Lab80.25362.731673.6802

#efc22e color RGB value is (239,194,46).

#efc22e hex color red value is 239, green value is 194 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #efc22e hue: 0.13 , saturation: 0.86 and the lightness value of efc22e is 0.56.

The process color (four color CMYK) of #efc22e color hex is 0.00, 0.19, 0.81, 0.06. Web safe color of #efc22e is #ffcc33. Color #efc22e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00101110
Octal 357 302 56
Decimal 239 194 46
Hex EF C2 2E

RGB Percentages of Color #efc22e

%49.90
%40.50
%9.60

CMYK Percentages of Color #efc22e

%0
%19
%81
%6

Triadic Colors of #efc22e

#efc22e #2eefc2 #c22eef

Analogous Colors of #efc22e

#efc22e #bcef2e #ef612e

Monochromatic Colors of #efc22e

#efc22e

Complementary Color

#efc22e #2e5bef

#efc22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc22e Color CSS Codes

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

#efc22e Text Font Color

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

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


#efc22e Background Color

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

This div background color is #efc22e


#efc22e Border Color

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

This div border color is #efc22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc22e


Comments

No comments written yet.

Please login to write comment.