Color Hex Logo

#ef866a Color Hex

#EF866A
(239,134,106)
0 Favorites   0 Comments

Color spaces of #ef866a

RGB 239134106
HSL0.040.810.68
HSV13°56°94°
CMYK 0.000.440.56   0.06
XYZ46.723236.441518.2070
Yxy36.44150.46090.3595
Hunter Lab60.366832.515024.3745
CIE-Lab66.855937.472532.6699

#ef866a color RGB value is (239,134,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 01101010
Octal 357 206 152
Decimal 239 134 106
Hex EF 86 6A

RGB Percentages of Color #ef866a

%49.90
%27.97
%22.13

CMYK Percentages of Color #ef866a

%0
%44
%56
%6

Triadic Colors of #ef866a

#ef866a #6aef86 #866aef

Analogous Colors of #ef866a

#ef866a #efc96a #ef6a91

Monochromatic Colors of #ef866a

#ef866a

Complementary Color

#ef866a #6ad3ef

#ef866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef866a Color CSS Codes

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

#ef866a Text Font Color

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

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


#ef866a Background Color

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

This div background color is #ef866a


#ef866a Border Color

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

This div border color is #ef866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef866a


Comments

No comments written yet.

Please login to write comment.