Color Hex Logo

#efbf0f Color Hex

#EFBF0F
(239,191,15)
0 Favorites   0 Comments

Color spaces of #efbf0f

RGB 23919115
HSL0.130.880.50
HSV47°94°94°
CMYK 0.000.200.94   0.06
XYZ54.313655.64688.3302
Yxy55.64680.45920.4704
Hunter Lab74.5968-0.579345.5969
CIE-Lab79.41243.655679.6000

#efbf0f color RGB value is (239,191,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 00001111
Octal 357 277 17
Decimal 239 191 15
Hex EF BF F

RGB Percentages of Color #efbf0f

%53.71
%42.92
%3.37

CMYK Percentages of Color #efbf0f

%0
%20
%94
%6

Triadic Colors of #efbf0f

#efbf0f #0fefbf #bf0fef

Analogous Colors of #efbf0f

#efbf0f #afef0f #ef4f0f

Monochromatic Colors of #efbf0f

#efbf0f

Complementary Color

#efbf0f #0f3fef

#efbf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf0f Color CSS Codes

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

#efbf0f Text Font Color

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

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


#efbf0f Background Color

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

This div background color is #efbf0f


#efbf0f Border Color

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

This div border color is #efbf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf0f


Comments

No comments written yet.

Please login to write comment.