Color Hex Logo

#ef966d Color Hex

#EF966D
(239,150,109)
0 Favorites   0 Comments

Color spaces of #ef966d

RGB 239150109
HSL0.050.800.68
HSV19°54°94°
CMYK 0.000.370.54   0.06
XYZ49.263341.267519.8370
Yxy41.26750.44640.3739
Hunter Lab64.239824.465926.6593
CIE-Lab70.362929.381135.5219

#ef966d color RGB value is (239,150,109).

#ef966d hex color red value is 239, green value is 150 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ef966d hue: 0.05 , saturation: 0.80 and the lightness value of ef966d is 0.68.

The process color (four color CMYK) of #ef966d color hex is 0.00, 0.37, 0.54, 0.06. Web safe color of #ef966d is #ff9966. Color #ef966d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01101101
Octal 357 226 155
Decimal 239 150 109
Hex EF 96 6D

RGB Percentages of Color #ef966d

%47.99
%30.12
%21.89

CMYK Percentages of Color #ef966d

%0
%37
%54
%6

Triadic Colors of #ef966d

#ef966d #6def96 #966def

Analogous Colors of #ef966d

#ef966d #efd76d #ef6d85

Monochromatic Colors of #ef966d

#ef966d

Complementary Color

#ef966d #6dc6ef

#ef966d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef966d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef966d Color CSS Codes

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

#ef966d Text Font Color

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

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


#ef966d Background Color

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

This div background color is #ef966d


#ef966d Border Color

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

This div border color is #ef966d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef966d


Comments

No comments written yet.

Please login to write comment.