Color Hex Logo

#efb92e Color Hex

#EFB92E
(239,185,46)
0 Favorites   0 Comments

Color spaces of #efb92e

RGB 23918546
HSL0.120.860.56
HSV43°81°94°
CMYK 0.000.230.81   0.06
XYZ53.438753.245910.0457
Yxy53.24590.45780.4561
Hunter Lab72.96983.025642.9164
CIE-Lab78.02007.417571.7308

#efb92e color RGB value is (239,185,46).

#efb92e hex color red value is 239, green value is 185 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #efb92e hue: 0.12 , saturation: 0.86 and the lightness value of efb92e is 0.56.

The process color (four color CMYK) of #efb92e color hex is 0.00, 0.23, 0.81, 0.06. Web safe color of #efb92e is #ffcc33. Color #efb92e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 00101110
Octal 357 271 56
Decimal 239 185 46
Hex EF B9 2E

RGB Percentages of Color #efb92e

%50.85
%39.36
%9.79

CMYK Percentages of Color #efb92e

%0
%23
%81
%6

Triadic Colors of #efb92e

#efb92e #2eefb9 #b92eef

Analogous Colors of #efb92e

#efb92e #c5ef2e #ef592e

Monochromatic Colors of #efb92e

#efb92e

Complementary Color

#efb92e #2e64ef

#efb92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb92e Color CSS Codes

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

#efb92e Text Font Color

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

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


#efb92e Background Color

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

This div background color is #efb92e


#efb92e Border Color

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

This div border color is #efb92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb92e


Comments

No comments written yet.

Please login to write comment.