Color Hex Logo

#efbc0e Color Hex

#EFBC0E
(239,188,14)
0 Favorites   0 Comments

Color spaces of #efbc0e

RGB 23918814
HSL0.130.890.50
HSV46°94°94°
CMYK 0.000.210.94   0.06
XYZ53.659154.34898.0777
Yxy54.34890.46220.4682
Hunter Lab73.72170.910145.1088
CIE-Lab78.66475.204879.1777

#efbc0e color RGB value is (239,188,14).

#efbc0e hex color red value is 239, green value is 188 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efbc0e hue: 0.13 , saturation: 0.89 and the lightness value of efbc0e is 0.50.

The process color (four color CMYK) of #efbc0e color hex is 0.00, 0.21, 0.94, 0.06. Web safe color of #efbc0e is #ffcc00. Color #efbc0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 00001110
Octal 357 274 16
Decimal 239 188 14
Hex EF BC E

RGB Percentages of Color #efbc0e

%54.20
%42.63
%3.17

CMYK Percentages of Color #efbc0e

%0
%21
%94
%6

Triadic Colors of #efbc0e

#efbc0e #0eefbc #bc0eef

Analogous Colors of #efbc0e

#efbc0e #b2ef0e #ef4c0e

Monochromatic Colors of #efbc0e

#efbc0e

Complementary Color

#efbc0e #0e41ef

#efbc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc0e Color CSS Codes

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

#efbc0e Text Font Color

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

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


#efbc0e Background Color

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

This div background color is #efbc0e


#efbc0e Border Color

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

This div border color is #efbc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc0e


Comments

No comments written yet.

Please login to write comment.