Color Hex Logo

#efb74f Color Hex

#EFB74F
(239,183,79)
0 Favorites   0 Comments

Color spaces of #efb74f

RGB 23918379
HSL0.110.830.62
HSV39°67°94°
CMYK 0.000.230.67   0.06
XYZ53.941452.782214.7421
Yxy52.78220.44410.4345
Hunter Lab72.65145.390938.8251
CIE-Lab77.74629.887458.9332

#efb74f color RGB value is (239,183,79).

#efb74f hex color red value is 239, green value is 183 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #efb74f hue: 0.11 , saturation: 0.83 and the lightness value of efb74f is 0.62.

The process color (four color CMYK) of #efb74f color hex is 0.00, 0.23, 0.67, 0.06. Web safe color of #efb74f is #ffcc66. Color #efb74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 01001111
Octal 357 267 117
Decimal 239 183 79
Hex EF B7 4F

RGB Percentages of Color #efb74f

%47.70
%36.53
%15.77

CMYK Percentages of Color #efb74f

%0
%23
%67
%6

Triadic Colors of #efb74f

#efb74f #4fefb7 #b74fef

Analogous Colors of #efb74f

#efb74f #d7ef4f #ef674f

Monochromatic Colors of #efb74f

#efb74f

Complementary Color

#efb74f #4f87ef

#efb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb74f Color CSS Codes

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

#efb74f Text Font Color

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

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


#efb74f Background Color

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

This div background color is #efb74f


#efb74f Border Color

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

This div border color is #efb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb74f


Comments

No comments written yet.

Please login to write comment.