Color Hex Logo

#efa139 Color Hex

#EFA139
(239,161,57)
0 Favorites   0 Comments

Color spaces of #efa139

RGB 23916157
HSL0.100.850.58
HSV34°76°94°
CMYK 0.000.330.76   0.06
XYZ49.080044.13599.8032
Yxy44.13590.47640.4284
Hunter Lab66.434915.609237.7555
CIE-Lab72.319220.450062.6351

#efa139 color RGB value is (239,161,57).

#efa139 hex color red value is 239, green value is 161 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #efa139 hue: 0.10 , saturation: 0.85 and the lightness value of efa139 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 00111001
Octal 357 241 71
Decimal 239 161 57
Hex EF A1 39

RGB Percentages of Color #efa139

%52.30
%35.23
%12.47

CMYK Percentages of Color #efa139

%0
%33
%76
%6

Triadic Colors of #efa139

#efa139 #39efa1 #a139ef

Analogous Colors of #efa139

#efa139 #e2ef39 #ef4639

Monochromatic Colors of #efa139

#efa139

Complementary Color

#efa139 #3987ef

#efa139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa139 Color CSS Codes

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

#efa139 Text Font Color

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

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


#efa139 Background Color

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

This div background color is #efa139


#efa139 Border Color

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

This div border color is #efa139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa139


Comments

No comments written yet.

Please login to write comment.