Color Hex Logo

#efc24a Color Hex

#EFC24A
(239,194,74)
0 Favorites   0 Comments

Color spaces of #efc24a

RGB 23919474
HSL0.120.840.61
HSV44°69°94°
CMYK 0.000.190.69   0.06
XYZ56.124457.428714.6053
Yxy57.42870.43790.4481
Hunter Lab75.7817-0.419941.6203
CIE-Lab80.42013.872763.8620

#efc24a color RGB value is (239,194,74).

#efc24a hex color red value is 239, green value is 194 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #efc24a hue: 0.12 , saturation: 0.84 and the lightness value of efc24a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01001010
Octal 357 302 112
Decimal 239 194 74
Hex EF C2 4A

RGB Percentages of Color #efc24a

%47.14
%38.26
%14.60

CMYK Percentages of Color #efc24a

%0
%19
%69
%6

Triadic Colors of #efc24a

#efc24a #4aefc2 #c24aef

Analogous Colors of #efc24a

#efc24a #caef4a #ef704a

Monochromatic Colors of #efc24a

#efc24a

Complementary Color

#efc24a #4a77ef

#efc24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc24a Color CSS Codes

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

#efc24a Text Font Color

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

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


#efc24a Background Color

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

This div background color is #efc24a


#efc24a Border Color

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

This div border color is #efc24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc24a


Comments

No comments written yet.

Please login to write comment.