Color Hex Logo

#efb14a Color Hex

#EFB14A
(239,177,74)
0 Favorites   0 Comments

Color spaces of #efb14a

RGB 23917774
HSL0.100.840.61
HSV37°69°94°
CMYK 0.000.260.69   0.06
XYZ52.554850.289413.4155
Yxy50.28940.45200.4326
Hunter Lab70.91508.184338.4242
CIE-Lab76.246612.773659.5253

#efb14a color RGB value is (239,177,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01001010
Octal 357 261 112
Decimal 239 177 74
Hex EF B1 4A

RGB Percentages of Color #efb14a

%48.78
%36.12
%15.10

CMYK Percentages of Color #efb14a

%0
%26
%69
%6

Triadic Colors of #efb14a

#efb14a #4aefb1 #b14aef

Analogous Colors of #efb14a

#efb14a #dbef4a #ef5f4a

Monochromatic Colors of #efb14a

#efb14a

Complementary Color

#efb14a #4a88ef

#efb14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb14a Color CSS Codes

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

#efb14a Text Font Color

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

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


#efb14a Background Color

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

This div background color is #efb14a


#efb14a Border Color

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

This div border color is #efb14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb14a


Comments

No comments written yet.

Please login to write comment.