Color Hex Logo

#efc20a Color Hex

#EFC20A
(239,194,10)
0 Favorites   0 Comments

Color spaces of #efc20a

RGB 23919410
HSL0.130.920.49
HSV48°96°94°
CMYK 0.000.190.96   0.06
XYZ54.943256.95628.3850
Yxy56.95620.45680.4735
Hunter Lab75.4693-2.119746.2411
CIE-Lab80.15502.052080.6946

#efc20a color RGB value is (239,194,10).

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

The process color (four color CMYK) of #efc20a color hex is 0.00, 0.19, 0.96, 0.06. Web safe color of #efc20a is #ffcc00. Color #efc20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00001010
Octal 357 302 12
Decimal 239 194 10
Hex EF C2 A

RGB Percentages of Color #efc20a

%53.95
%43.79
%2.26

CMYK Percentages of Color #efc20a

%0
%19
%96
%6

Triadic Colors of #efc20a

#efc20a #0aefc2 #c20aef

Analogous Colors of #efc20a

#efc20a #aaef0a #ef4f0a

Monochromatic Colors of #efc20a

#efc20a

Complementary Color

#efc20a #0a37ef

#efc20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc20a Color CSS Codes

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

#efc20a Text Font Color

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

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


#efc20a Background Color

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

This div background color is #efc20a


#efc20a Border Color

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

This div border color is #efc20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc20a


Comments

No comments written yet.

Please login to write comment.