Color Hex Logo

#efb03b Color Hex

#EFB03B
(239,176,59)
0 Favorites   0 Comments

Color spaces of #efb03b

RGB 23917659
HSL0.110.850.58
HSV39°75°94°
CMYK 0.000.260.75   0.06
XYZ51.911449.717210.9980
Yxy49.71720.46090.4414
Hunter Lab70.51048.022640.1094
CIE-Lab75.895412.605865.2978

#efb03b color RGB value is (239,176,59).

#efb03b hex color red value is 239, green value is 176 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #efb03b hue: 0.11 , saturation: 0.85 and the lightness value of efb03b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 00111011
Octal 357 260 73
Decimal 239 176 59
Hex EF B0 3B

RGB Percentages of Color #efb03b

%50.42
%37.13
%12.45

CMYK Percentages of Color #efb03b

%0
%26
%75
%6

Triadic Colors of #efb03b

#efb03b #3befb0 #b03bef

Analogous Colors of #efb03b

#efb03b #d4ef3b #ef563b

Monochromatic Colors of #efb03b

#efb03b

Complementary Color

#efb03b #3b7aef

#efb03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb03b Color CSS Codes

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

#efb03b Text Font Color

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

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


#efb03b Background Color

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

This div background color is #efb03b


#efb03b Border Color

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

This div border color is #efb03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb03b


Comments

No comments written yet.

Please login to write comment.