Color Hex Logo

#efb048 Color Hex

#EFB048
(239,176,72)
0 Favorites   0 Comments

Color spaces of #efb048

RGB 23917672
HSL0.100.840.61
HSV37°70°94°
CMYK 0.000.260.70   0.06
XYZ52.291649.869313.0006
Yxy49.86930.45410.4330
Hunter Lab70.61828.594438.5176
CIE-Lab75.989013.197660.1180

#efb048 color RGB value is (239,176,72).

#efb048 hex color red value is 239, green value is 176 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #efb048 hue: 0.10 , saturation: 0.84 and the lightness value of efb048 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01001000
Octal 357 260 110
Decimal 239 176 72
Hex EF B0 48

RGB Percentages of Color #efb048

%49.08
%36.14
%14.78

CMYK Percentages of Color #efb048

%0
%26
%70
%6

Triadic Colors of #efb048

#efb048 #48efb0 #b048ef

Analogous Colors of #efb048

#efb048 #dbef48 #ef5d48

Monochromatic Colors of #efb048

#efb048

Complementary Color

#efb048 #4887ef

#efb048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb048 Color CSS Codes

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

#efb048 Text Font Color

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

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


#efb048 Background Color

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

This div background color is #efb048


#efb048 Border Color

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

This div border color is #efb048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb048


Comments

No comments written yet.

Please login to write comment.