Color Hex Logo

#efa06a Color Hex

#EFA06A
(239,160,106)
0 Favorites   0 Comments

Color spaces of #efa06a

RGB 239160106
HSL0.070.810.68
HSV24°56°94°
CMYK 0.000.330.56   0.06
XYZ50.768944.532919.5556
Yxy44.53290.44200.3877
Hunter Lab66.733019.016029.3386
CIE-Lab72.583323.861439.8887

#efa06a color RGB value is (239,160,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01101010
Octal 357 240 152
Decimal 239 160 106
Hex EF A0 6A

RGB Percentages of Color #efa06a

%47.33
%31.68
%20.99

CMYK Percentages of Color #efa06a

%0
%33
%56
%6

Triadic Colors of #efa06a

#efa06a #6aefa0 #a06aef

Analogous Colors of #efa06a

#efa06a #efe36a #ef6a77

Monochromatic Colors of #efa06a

#efa06a

Complementary Color

#efa06a #6ab9ef

#efa06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa06a Color CSS Codes

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

#efa06a Text Font Color

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

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


#efa06a Background Color

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

This div background color is #efa06a


#efa06a Border Color

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

This div border color is #efa06a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,160,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 #efa06a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa06a


Comments

No comments written yet.

Please login to write comment.