Color Hex Logo

#efa620 Color Hex

#EFA620
(239,166,32)
0 Favorites   0 Comments

Color spaces of #efa620

RGB 23916632
HSL0.110.870.53
HSV39°87°94°
CMYK 0.000.310.87   0.06
XYZ49.493545.72747.5842
Yxy45.72740.48140.4448
Hunter Lab67.622012.308040.6857
CIE-Lab73.368317.051671.7934

#efa620 color RGB value is (239,166,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 00100000
Octal 357 246 40
Decimal 239 166 32
Hex EF A6 20

RGB Percentages of Color #efa620

%54.69
%37.99
%7.32

CMYK Percentages of Color #efa620

%0
%31
%87
%6

Triadic Colors of #efa620

#efa620 #20efa6 #a620ef

Analogous Colors of #efa620

#efa620 #d1ef20 #ef3e20

Monochromatic Colors of #efa620

#efa620

Complementary Color

#efa620 #2069ef

#efa620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa620 Color CSS Codes

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

#efa620 Text Font Color

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

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


#efa620 Background Color

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

This div background color is #efa620


#efa620 Border Color

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

This div border color is #efa620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa620


Comments

No comments written yet.

Please login to write comment.