Color Hex Logo

#efa030 Color Hex

#EFA030
(239,160,48)
0 Favorites   0 Comments

Color spaces of #efa030

RGB 23916048
HSL0.100.860.56
HSV35°80°94°
CMYK 0.000.330.80   0.06
XYZ48.700943.70578.6655
Yxy43.70570.48180.4324
Hunter Lab66.110315.801138.5057
CIE-Lab72.031320.655465.7499

#efa030 color RGB value is (239,160,48).

#efa030 hex color red value is 239, green value is 160 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #efa030 hue: 0.10 , saturation: 0.86 and the lightness value of efa030 is 0.56.

The process color (four color CMYK) of #efa030 color hex is 0.00, 0.33, 0.80, 0.06. Web safe color of #efa030 is #ff9933. Color #efa030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 00110000
Octal 357 240 60
Decimal 239 160 48
Hex EF A0 30

RGB Percentages of Color #efa030

%53.47
%35.79
%10.74

CMYK Percentages of Color #efa030

%0
%33
%80
%6

Triadic Colors of #efa030

#efa030 #30efa0 #a030ef

Analogous Colors of #efa030

#efa030 #dfef30 #ef4030

Monochromatic Colors of #efa030

#efa030

Complementary Color

#efa030 #307fef

#efa030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa030 Color CSS Codes

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

#efa030 Text Font Color

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

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


#efa030 Background Color

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

This div background color is #efa030


#efa030 Border Color

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

This div border color is #efa030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa030


Comments

No comments written yet.

Please login to write comment.