Color Hex Logo

#efa16a Color Hex

#EFA16A
(239,161,106)
0 Favorites   0 Comments

Color spaces of #efa16a

RGB 239161106
HSL0.070.810.68
HSV25°56°94°
CMYK 0.000.330.56   0.06
XYZ50.943044.881119.6136
Yxy44.88110.44130.3888
Hunter Lab66.993418.496429.5371
CIE-Lab72.813523.332040.1743

#efa16a color RGB value is (239,161,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01101010
Octal 357 241 152
Decimal 239 161 106
Hex EF A1 6A

RGB Percentages of Color #efa16a

%47.23
%31.82
%20.95

CMYK Percentages of Color #efa16a

%0
%33
%56
%6

Triadic Colors of #efa16a

#efa16a #6aefa1 #a16aef

Analogous Colors of #efa16a

#efa16a #efe46a #ef6a76

Monochromatic Colors of #efa16a

#efa16a

Complementary Color

#efa16a #6ab8ef

#efa16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa16a Color CSS Codes

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

#efa16a Text Font Color

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

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


#efa16a Background Color

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

This div background color is #efa16a


#efa16a Border Color

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

This div border color is #efa16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa16a


Comments

No comments written yet.

Please login to write comment.