Color Hex Logo

#efa164 Color Hex

#EFA164
(239,161,100)
0 Favorites   0 Comments

Color spaces of #efa164

RGB 239161100
HSL0.070.810.66
HSV26°58°94°
CMYK 0.000.330.58   0.06
XYZ50.641744.760618.0271
Yxy44.76060.44650.3946
Hunter Lab66.903418.032630.8567
CIE-Lab72.734022.872643.1687

#efa164 color RGB value is (239,161,100).

#efa164 hex color red value is 239, green value is 161 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #efa164 hue: 0.07 , saturation: 0.81 and the lightness value of efa164 is 0.66.

The process color (four color CMYK) of #efa164 color hex is 0.00, 0.33, 0.58, 0.06. Web safe color of #efa164 is #ff9966. Color #efa164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01100100
Octal 357 241 144
Decimal 239 161 100
Hex EF A1 64

RGB Percentages of Color #efa164

%47.80
%32.20
%20.00

CMYK Percentages of Color #efa164

%0
%33
%58
%6

Triadic Colors of #efa164

#efa164 #64efa1 #a164ef

Analogous Colors of #efa164

#efa164 #efe764 #ef646d

Monochromatic Colors of #efa164

#efa164

Complementary Color

#efa164 #64b2ef

#efa164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa164 Color CSS Codes

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

#efa164 Text Font Color

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

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


#efa164 Background Color

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

This div background color is #efa164


#efa164 Border Color

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

This div border color is #efa164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa164


Comments

No comments written yet.

Please login to write comment.