Color Hex Logo

#efaa3f Color Hex

#EFAA3F
(239,170,63)
0 Favorites   0 Comments

Color spaces of #efaa3f

RGB 23917063
HSL0.100.850.59
HSV36°74°94°
CMYK 0.000.290.74   0.06
XYZ50.868547.459111.1821
Yxy47.45910.46450.4334
Hunter Lab68.890611.245238.5996
CIE-Lab74.482515.940262.3449

#efaa3f color RGB value is (239,170,63).

#efaa3f hex color red value is 239, green value is 170 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #efaa3f hue: 0.10 , saturation: 0.85 and the lightness value of efaa3f is 0.59.

The process color (four color CMYK) of #efaa3f color hex is 0.00, 0.29, 0.74, 0.06. Web safe color of #efaa3f is #ff9933. Color #efaa3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00111111
Octal 357 252 77
Decimal 239 170 63
Hex EF AA 3F

RGB Percentages of Color #efaa3f

%50.64
%36.02
%13.35

CMYK Percentages of Color #efaa3f

%0
%29
%74
%6

Triadic Colors of #efaa3f

#efaa3f #3fefaa #aa3fef

Analogous Colors of #efaa3f

#efaa3f #dcef3f #ef523f

Monochromatic Colors of #efaa3f

#efaa3f

Complementary Color

#efaa3f #3f84ef

#efaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa3f Color CSS Codes

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

#efaa3f Text Font Color

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

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


#efaa3f Background Color

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

This div background color is #efaa3f


#efaa3f Border Color

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

This div border color is #efaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa3f


Comments

No comments written yet.

Please login to write comment.