Color Hex Logo

#efa000 Color Hex

#EFA000
(239,160,0)
0 Favorites   0 Comments

Color spaces of #efa000

RGB 2391600
HSL0.111.000.47
HSV40°100°94°
CMYK 0.000.331.00   0.06
XYZ48.167443.49235.8562
Yxy43.49230.49390.4460
Hunter Lab65.948714.962140.8992
CIE-Lab71.887819.807776.0363

#efa000 color RGB value is (239,160,0).

#efa000 hex color red value is 239, green value is 160 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efa000 hue: 0.11 , saturation: 1.00 and the lightness value of efa000 is 0.47.

The process color (four color CMYK) of #efa000 color hex is 0.00, 0.33, 1.00, 0.06. Web safe color of #efa000 is #ff9900. Color #efa000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 00000000
Octal 357 240 0
Decimal 239 160 0
Hex EF A0 0

RGB Percentages of Color #efa000

%59.90
%40.10
%0.00

CMYK Percentages of Color #efa000

%0
%33
%100
%6

Triadic Colors of #efa000

#efa000 #00efa0 #a000ef

Analogous Colors of #efa000

#efa000 #c7ef00 #ef2800

Monochromatic Colors of #efa000

#efa000

Complementary Color

#efa000 #004fef

#efa000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa000 Color CSS Codes

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

#efa000 Text Font Color

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

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


#efa000 Background Color

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

This div background color is #efa000


#efa000 Border Color

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

This div border color is #efa000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa000


Comments

No comments written yet.

Please login to write comment.