Color Hex Logo

#efa30e Color Hex

#EFA30E
(239,163,14)
0 Favorites   0 Comments

Color spaces of #efa30e

RGB 23916314
HSL0.110.890.50
HSV40°94°94°
CMYK 0.000.320.94   0.06
XYZ48.773144.57686.4490
Yxy44.57680.48870.4467
Hunter Lab66.765913.555741.0092
CIE-Lab72.612418.348774.8195

#efa30e color RGB value is (239,163,14).

#efa30e hex color red value is 239, green value is 163 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efa30e hue: 0.11 , saturation: 0.89 and the lightness value of efa30e is 0.50.

The process color (four color CMYK) of #efa30e color hex is 0.00, 0.32, 0.94, 0.06. Web safe color of #efa30e is #ff9900. Color #efa30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 00001110
Octal 357 243 16
Decimal 239 163 14
Hex EF A3 E

RGB Percentages of Color #efa30e

%57.45
%39.18
%3.37

CMYK Percentages of Color #efa30e

%0
%32
%94
%6

Triadic Colors of #efa30e

#efa30e #0eefa3 #a30eef

Analogous Colors of #efa30e

#efa30e #cbef0e #ef330e

Monochromatic Colors of #efa30e

#efa30e

Complementary Color

#efa30e #0e5aef

#efa30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa30e Color CSS Codes

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

#efa30e Text Font Color

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

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


#efa30e Background Color

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

This div background color is #efa30e


#efa30e Border Color

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

This div border color is #efa30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa30e


Comments

No comments written yet.

Please login to write comment.