Color Hex Logo

#efb01f Color Hex

#EFB01F
(239,176,31)
0 Favorites   0 Comments

Color spaces of #efb01f

RGB 23917631
HSL0.120.870.53
HSV42°87°94°
CMYK 0.000.260.87   0.06
XYZ51.369349.50038.1434
Yxy49.50030.47120.4541
Hunter Lab70.35647.204342.3870
CIE-Lab75.761511.755073.9449

#efb01f color RGB value is (239,176,31).

#efb01f hex color red value is 239, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #efb01f hue: 0.12 , saturation: 0.87 and the lightness value of efb01f is 0.53.

The process color (four color CMYK) of #efb01f color hex is 0.00, 0.26, 0.87, 0.06. Web safe color of #efb01f is #ff9933. Color #efb01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 00011111
Octal 357 260 37
Decimal 239 176 31
Hex EF B0 1F

RGB Percentages of Color #efb01f

%53.59
%39.46
%6.95

CMYK Percentages of Color #efb01f

%0
%26
%87
%6

Triadic Colors of #efb01f

#efb01f #1fefb0 #b01fef

Analogous Colors of #efb01f

#efb01f #c6ef1f #ef481f

Monochromatic Colors of #efb01f

#efb01f

Complementary Color

#efb01f #1f5eef

#efb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb01f Color CSS Codes

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

#efb01f Text Font Color

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

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


#efb01f Background Color

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

This div background color is #efb01f


#efb01f Border Color

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

This div border color is #efb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb01f


Comments

No comments written yet.

Please login to write comment.