Color Hex Logo

#efa131 Color Hex

#EFA131
(239,161,49)
0 Favorites   0 Comments

Color spaces of #efa131

RGB 23916149
HSL0.100.860.56
HSV35°79°94°
CMYK 0.000.330.79   0.06
XYZ48.895944.06228.8335
Yxy44.06220.48040.4329
Hunter Lab66.379415.321538.5755
CIE-Lab72.270120.159865.6091

#efa131 color RGB value is (239,161,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 00110001
Octal 357 241 61
Decimal 239 161 49
Hex EF A1 31

RGB Percentages of Color #efa131

%53.23
%35.86
%10.91

CMYK Percentages of Color #efa131

%0
%33
%79
%6

Triadic Colors of #efa131

#efa131 #31efa1 #a131ef

Analogous Colors of #efa131

#efa131 #deef31 #ef4231

Monochromatic Colors of #efa131

#efa131

Complementary Color

#efa131 #317fef

#efa131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa131 Color CSS Codes

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

#efa131 Text Font Color

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

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


#efa131 Background Color

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

This div background color is #efa131


#efa131 Border Color

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

This div border color is #efa131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa131


Comments

No comments written yet.

Please login to write comment.