Color Hex Logo

#efaa20 Color Hex

#EFAA20
(239,170,32)
0 Favorites   0 Comments

Color spaces of #efaa20

RGB 23917032
HSL0.110.870.53
HSV40°87°94°
CMYK 0.000.290.87   0.06
XYZ50.232047.20457.8304
Yxy47.20450.47720.4484
Hunter Lab68.705510.270341.3366
CIE-Lab74.320414.938672.5539

#efaa20 color RGB value is (239,170,32).

#efaa20 hex color red value is 239, green value is 170 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #efaa20 hue: 0.11 , saturation: 0.87 and the lightness value of efaa20 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00100000
Octal 357 252 40
Decimal 239 170 32
Hex EF AA 20

RGB Percentages of Color #efaa20

%54.20
%38.55
%7.26

CMYK Percentages of Color #efaa20

%0
%29
%87
%6

Triadic Colors of #efaa20

#efaa20 #20efaa #aa20ef

Analogous Colors of #efaa20

#efaa20 #cdef20 #ef4220

Monochromatic Colors of #efaa20

#efaa20

Complementary Color

#efaa20 #2065ef

#efaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa20 Color CSS Codes

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

#efaa20 Text Font Color

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

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


#efaa20 Background Color

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

This div background color is #efaa20


#efaa20 Border Color

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

This div border color is #efaa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa20


Comments

No comments written yet.

Please login to write comment.