Color Hex Logo

#efa50f Color Hex

#EFA50F
(239,165,15)
0 Favorites   0 Comments

Color spaces of #efa50f

RGB 23916515
HSL0.110.880.50
HSV40°94°94°
CMYK 0.000.310.94   0.06
XYZ49.138045.29556.6050
Yxy45.29550.48630.4483
Hunter Lab67.301912.546741.2926
CIE-Lab73.086017.302875.0126

#efa50f color RGB value is (239,165,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 00001111
Octal 357 245 17
Decimal 239 165 15
Hex EF A5 F

RGB Percentages of Color #efa50f

%57.04
%39.38
%3.58

CMYK Percentages of Color #efa50f

%0
%31
%94
%6

Triadic Colors of #efa50f

#efa50f #0fefa5 #a50fef

Analogous Colors of #efa50f

#efa50f #c9ef0f #ef350f

Monochromatic Colors of #efa50f

#efa50f

Complementary Color

#efa50f #0f59ef

#efa50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa50f Color CSS Codes

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

#efa50f Text Font Color

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

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


#efa50f Background Color

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

This div background color is #efa50f


#efa50f Border Color

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

This div border color is #efa50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa50f


Comments

No comments written yet.

Please login to write comment.