Color Hex Logo

#efa420 Color Hex

#EFA420
(239,164,32)
0 Favorites   0 Comments

Color spaces of #efa420

RGB 23916432
HSL0.110.870.53
HSV38°87°94°
CMYK 0.000.310.87   0.06
XYZ49.132845.00597.4639
Yxy45.00590.48360.4430
Hunter Lab67.086413.328740.3640
CIE-Lab72.895818.108771.4161

#efa420 color RGB value is (239,164,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 00100000
Octal 357 244 40
Decimal 239 164 32
Hex EF A4 20

RGB Percentages of Color #efa420

%54.94
%37.70
%7.36

CMYK Percentages of Color #efa420

%0
%31
%87
%6

Triadic Colors of #efa420

#efa420 #20efa4 #a420ef

Analogous Colors of #efa420

#efa420 #d3ef20 #ef3d20

Monochromatic Colors of #efa420

#efa420

Complementary Color

#efa420 #206bef

#efa420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa420 Color CSS Codes

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

#efa420 Text Font Color

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

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


#efa420 Background Color

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

This div background color is #efa420


#efa420 Border Color

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

This div border color is #efa420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa420


Comments

No comments written yet.

Please login to write comment.