Color Hex Logo

#efc220 Color Hex

#EFC220
(239,194,32)
0 Favorites   0 Comments

Color spaces of #efc220

RGB 23919432
HSL0.130.870.53
HSV47°87°94°
CMYK 0.000.190.87   0.06
XYZ55.149157.03869.4694
Yxy57.03860.45330.4688
Hunter Lab75.5239-1.822545.4328
CIE-Lab80.20132.371877.2540

#efc220 color RGB value is (239,194,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00100000
Octal 357 302 40
Decimal 239 194 32
Hex EF C2 20

RGB Percentages of Color #efc220

%51.40
%41.72
%6.88

CMYK Percentages of Color #efc220

%0
%19
%87
%6

Triadic Colors of #efc220

#efc220 #20efc2 #c220ef

Analogous Colors of #efc220

#efc220 #b5ef20 #ef5a20

Monochromatic Colors of #efc220

#efc220

Complementary Color

#efc220 #204def

#efc220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc220 Color CSS Codes

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

#efc220 Text Font Color

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

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


#efc220 Background Color

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

This div background color is #efc220


#efc220 Border Color

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

This div border color is #efc220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc220


Comments

No comments written yet.

Please login to write comment.