Color Hex Logo

#efb64e Color Hex

#EFB64E
(239,182,78)
0 Favorites   0 Comments

Color spaces of #efb64e

RGB 23918278
HSL0.110.830.62
HSV39°67°94°
CMYK 0.000.240.67   0.06
XYZ53.699752.356714.4833
Yxy52.35670.44550.4344
Hunter Lab72.35795.845638.7830
CIE-Lab77.493610.356959.1022

#efb64e color RGB value is (239,182,78).

#efb64e hex color red value is 239, green value is 182 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #efb64e hue: 0.11 , saturation: 0.83 and the lightness value of efb64e is 0.62.

The process color (four color CMYK) of #efb64e color hex is 0.00, 0.24, 0.67, 0.06. Web safe color of #efb64e is #ffcc66. Color #efb64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 01001110
Octal 357 266 116
Decimal 239 182 78
Hex EF B6 4E

RGB Percentages of Color #efb64e

%47.90
%36.47
%15.63

CMYK Percentages of Color #efb64e

%0
%24
%67
%6

Triadic Colors of #efb64e

#efb64e #4eefb6 #b64eef

Analogous Colors of #efb64e

#efb64e #d8ef4e #ef664e

Monochromatic Colors of #efb64e

#efb64e

Complementary Color

#efb64e #4e87ef

#efb64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb64e Color CSS Codes

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

#efb64e Text Font Color

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

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


#efb64e Background Color

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

This div background color is #efb64e


#efb64e Border Color

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

This div border color is #efb64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb64e


Comments

No comments written yet.

Please login to write comment.