color codes Logo

#efc84a color codes

#EFC84A
(239,200,74)
0 Favorites   0 Comments

Color spaces of #efc84a

RGB 23920074
HSL0.130.840.61
HSV46°69°94°
CMYK 0.000.160.69   0.06
XYZ57.486960.153715.0595
Yxy60.15370.43320.4533
Hunter Lab77.5588-3.423042.7789
CIE-Lab81.92170.767965.4004

#efc84a color RGB value is (239,200,74).

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

The process color (four color CMYK) of #efc84a color code is 0.00, 0.16, 0.69, 0.06. Web safe color of #efc84a is #ffcc33. Color #efc84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 01001010
Octal 357 310 112
Decimal 239 200 74
Hex EF C8 4A

RGB Percentages of Color #efc84a

%46.59
%38.99
%14.42

CMYK Percentages of Color #efc84a

%0
%16
%69
%6

Triadic Colors of #efc84a

#efc84a #4aefc8 #c84aef

Analogous Colors of #efc84a

#efc84a #c4ef4a #ef764a

Monochromatic Colors of #efc84a

#efc84a

Complementary Color

#efc84a #4a71ef

#efc84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc84a Color CSS Codes

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

#efc84a Text Font Color

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

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


#efc84a Background Color

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

This div background color is #efc84a


#efc84a Border Color

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

This div border color is #efc84a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,200,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 #efc84a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc84a


Comments

No comments written yet.

Please login to write comment.