Color Hex Logo

#efa145 Color Hex

#EFA145
(239,161,69)
0 Favorites   0 Comments

Color spaces of #efa145

RGB 23916169
HSL0.090.840.60
HSV32°71°94°
CMYK 0.000.330.71   0.06
XYZ49.415744.270111.5707
Yxy44.27010.46950.4206
Hunter Lab66.535816.133236.2644
CIE-Lab72.408720.977157.6968

#efa145 color RGB value is (239,161,69).

#efa145 hex color red value is 239, green value is 161 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #efa145 hue: 0.09 , saturation: 0.84 and the lightness value of efa145 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01000101
Octal 357 241 105
Decimal 239 161 69
Hex EF A1 45

RGB Percentages of Color #efa145

%50.96
%34.33
%14.71

CMYK Percentages of Color #efa145

%0
%33
%71
%6

Triadic Colors of #efa145

#efa145 #45efa1 #a145ef

Analogous Colors of #efa145

#efa145 #e8ef45 #ef4c45

Monochromatic Colors of #efa145

#efa145

Complementary Color

#efa145 #4593ef

#efa145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa145 Color CSS Codes

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

#efa145 Text Font Color

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

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


#efa145 Background Color

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

This div background color is #efa145


#efa145 Border Color

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

This div border color is #efa145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa145


Comments

No comments written yet.

Please login to write comment.