Color Hex Logo

#efb600 Color Hex

#EFB600
(239,182,0)
0 Favorites   0 Comments

Color spaces of #efb600

RGB 2391820
HSL0.131.000.47
HSV46°100°94°
CMYK 0.000.241.00   0.06
XYZ52.324651.80667.2419
Yxy51.80660.46980.4652
Hunter Lab71.97683.803844.4183
CIE-Lab77.16508.214479.5966

#efb600 color RGB value is (239,182,0).

#efb600 hex color red value is 239, green value is 182 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efb600 hue: 0.13 , saturation: 1.00 and the lightness value of efb600 is 0.47.

The process color (four color CMYK) of #efb600 color hex is 0.00, 0.24, 1.00, 0.06. Web safe color of #efb600 is #ffcc00. Color #efb600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 00000000
Octal 357 266 0
Decimal 239 182 0
Hex EF B6 0

RGB Percentages of Color #efb600

%56.77
%43.23
%0.00

CMYK Percentages of Color #efb600

%0
%24
%100
%6

Triadic Colors of #efb600

#efb600 #00efb6 #b600ef

Analogous Colors of #efb600

#efb600 #b1ef00 #ef3e00

Monochromatic Colors of #efb600

#efb600

Complementary Color

#efb600 #0039ef

#efb600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb600 Color CSS Codes

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

#efb600 Text Font Color

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

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


#efb600 Background Color

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

This div background color is #efb600


#efb600 Border Color

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

This div border color is #efb600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb600


Comments

No comments written yet.

Please login to write comment.