Color Hex Logo

#efca4a Color Hex

#EFCA4A
(239,202,74)
0 Favorites   0 Comments

Color spaces of #efca4a

RGB 23920274
HSL0.130.840.61
HSV47°69°94°
CMYK 0.000.150.69   0.06
XYZ57.953261.086215.2149
Yxy61.08620.43170.4550
Hunter Lab78.1577-4.419843.1684
CIE-Lab82.4251-0.261865.9138

#efca4a color RGB value is (239,202,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01001010
Octal 357 312 112
Decimal 239 202 74
Hex EF CA 4A

RGB Percentages of Color #efca4a

%46.41
%39.22
%14.37

CMYK Percentages of Color #efca4a

%0
%15
%69
%6

Triadic Colors of #efca4a

#efca4a #4aefca #ca4aef

Analogous Colors of #efca4a

#efca4a #c2ef4a #ef784a

Monochromatic Colors of #efca4a

#efca4a

Complementary Color

#efca4a #4a6fef

#efca4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca4a Color CSS Codes

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

#efca4a Text Font Color

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

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


#efca4a Background Color

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

This div background color is #efca4a


#efca4a Border Color

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

This div border color is #efca4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca4a

#efca4a Color Palettes


Comments

No comments written yet.

Please login to write comment.