Color Hex Logo

#efa44a Color Hex

#EFA44A
(239,164,74)
0 Favorites   0 Comments

Color spaces of #efa44a

RGB 23916474
HSL0.090.840.61
HSV33°69°94°
CMYK 0.000.310.69   0.06
XYZ50.108145.396112.5999
Yxy45.39610.46350.4199
Hunter Lab67.376614.841636.0760
CIE-Lab73.151919.642356.2489

#efa44a color RGB value is (239,164,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01001010
Octal 357 244 112
Decimal 239 164 74
Hex EF A4 4A

RGB Percentages of Color #efa44a

%50.10
%34.38
%15.51

CMYK Percentages of Color #efa44a

%0
%31
%69
%6

Triadic Colors of #efa44a

#efa44a #4aefa4 #a44aef

Analogous Colors of #efa44a

#efa44a #e8ef4a #ef524a

Monochromatic Colors of #efa44a

#efa44a

Complementary Color

#efa44a #4a95ef

#efa44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa44a Color CSS Codes

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

#efa44a Text Font Color

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

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


#efa44a Background Color

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

This div background color is #efa44a


#efa44a Border Color

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

This div border color is #efa44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa44a


Comments

No comments written yet.

Please login to write comment.