Color Hex Logo

#efb74a Color Hex

#EFB74A
(239,183,74)
0 Favorites   0 Comments

Color spaces of #efb74a

RGB 23918374
HSL0.110.840.61
HSV40°69°94°
CMYK 0.000.230.69   0.06
XYZ53.766152.712113.8192
Yxy52.71210.44690.4382
Hunter Lab72.60315.132439.5370
CIE-Lab77.70479.617461.0510

#efb74a color RGB value is (239,183,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 01001010
Octal 357 267 112
Decimal 239 183 74
Hex EF B7 4A

RGB Percentages of Color #efb74a

%48.19
%36.90
%14.92

CMYK Percentages of Color #efb74a

%0
%23
%69
%6

Triadic Colors of #efb74a

#efb74a #4aefb7 #b74aef

Analogous Colors of #efb74a

#efb74a #d5ef4a #ef654a

Monochromatic Colors of #efb74a

#efb74a

Complementary Color

#efb74a #4a82ef

#efb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb74a Color CSS Codes

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

#efb74a Text Font Color

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

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


#efb74a Background Color

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

This div background color is #efb74a


#efb74a Border Color

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

This div border color is #efb74a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,183,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 #efb74a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb74a


Comments

No comments written yet.

Please login to write comment.