Color Hex Logo

#efa017 Color Hex

#EFA017
(239,160,23)
0 Favorites   0 Comments

Color spaces of #efa017

RGB 23916023
HSL0.110.870.51
HSV38°90°94°
CMYK 0.000.330.90   0.06
XYZ48.322143.55426.6706
Yxy43.55420.49030.4420
Hunter Lab65.995615.205740.2041
CIE-Lab71.929520.054372.7593

#efa017 color RGB value is (239,160,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 00010111
Octal 357 240 27
Decimal 239 160 23
Hex EF A0 17

RGB Percentages of Color #efa017

%56.64
%37.91
%5.45

CMYK Percentages of Color #efa017

%0
%33
%90
%6

Triadic Colors of #efa017

#efa017 #17efa0 #a017ef

Analogous Colors of #efa017

#efa017 #d2ef17 #ef3417

Monochromatic Colors of #efa017

#efa017

Complementary Color

#efa017 #1766ef

#efa017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa017 Color CSS Codes

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

#efa017 Text Font Color

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

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


#efa017 Background Color

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

This div background color is #efa017


#efa017 Border Color

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

This div border color is #efa017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa017


Comments

No comments written yet.

Please login to write comment.