Color Hex Logo

#efb449 Color Hex

#EFB449
(239,180,73)
0 Favorites   0 Comments

Color spaces of #efb449

RGB 23918073
HSL0.110.840.61
HSV39°69°94°
CMYK 0.000.250.69   0.06
XYZ53.120551.474313.4391
Yxy51.47430.45000.4361
Hunter Lab71.74566.606839.1159
CIE-Lab76.965411.142260.7065

#efb449 color RGB value is (239,180,73).

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

The process color (four color CMYK) of #efb449 color hex is 0.00, 0.25, 0.69, 0.06. Web safe color of #efb449 is #ffcc33. Color #efb449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01001001
Octal 357 264 111
Decimal 239 180 73
Hex EF B4 49

RGB Percentages of Color #efb449

%48.58
%36.59
%14.84

CMYK Percentages of Color #efb449

%0
%25
%69
%6

Triadic Colors of #efb449

#efb449 #49efb4 #b449ef

Analogous Colors of #efb449

#efb449 #d7ef49 #ef6149

Monochromatic Colors of #efb449

#efb449

Complementary Color

#efb449 #4984ef

#efb449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb449 Color CSS Codes

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

#efb449 Text Font Color

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

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


#efb449 Background Color

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

This div background color is #efb449


#efb449 Border Color

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

This div border color is #efb449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb449


Comments

No comments written yet.

Please login to write comment.