Color Hex Logo

#efb72e Color Hex

#EFB72E
(239,183,46)
0 Favorites   0 Comments

Color spaces of #efb72e

RGB 23918346
HSL0.120.860.56
HSV43°81°94°
CMYK 0.000.230.81   0.06
XYZ53.023252.41509.9072
Yxy52.41500.45970.4544
Hunter Lab72.39824.033542.5653
CIE-Lab77.52838.464371.3004

#efb72e color RGB value is (239,183,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 00101110
Octal 357 267 56
Decimal 239 183 46
Hex EF B7 2E

RGB Percentages of Color #efb72e

%51.07
%39.10
%9.83

CMYK Percentages of Color #efb72e

%0
%23
%81
%6

Triadic Colors of #efb72e

#efb72e #2eefb7 #b72eef

Analogous Colors of #efb72e

#efb72e #c7ef2e #ef562e

Monochromatic Colors of #efb72e

#efb72e

Complementary Color

#efb72e #2e66ef

#efb72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb72e Color CSS Codes

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

#efb72e Text Font Color

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

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


#efb72e Background Color

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

This div background color is #efb72e


#efb72e Border Color

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

This div border color is #efb72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb72e

#efb72e Color Palettes


Comments

No comments written yet.

Please login to write comment.