Color Hex Logo

#ef964a Color Hex

#EF964A
(239,150,74)
0 Favorites   0 Comments

Color spaces of #ef964a

RGB 23915074
HSL0.080.840.61
HSV28°69°94°
CMYK 0.000.370.69   0.06
XYZ47.739040.657811.8102
Yxy40.65780.47640.4057
Hunter Lab63.763522.054933.6528
CIE-Lab69.935527.037652.7835

#ef964a color RGB value is (239,150,74).

#ef964a hex color red value is 239, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef964a hue: 0.08 , saturation: 0.84 and the lightness value of ef964a is 0.61.

The process color (four color CMYK) of #ef964a color hex is 0.00, 0.37, 0.69, 0.06. Web safe color of #ef964a is #ff9933. Color #ef964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01001010
Octal 357 226 112
Decimal 239 150 74
Hex EF 96 4A

RGB Percentages of Color #ef964a

%51.62
%32.40
%15.98

CMYK Percentages of Color #ef964a

%0
%37
%69
%6

Triadic Colors of #ef964a

#ef964a #4aef96 #964aef

Analogous Colors of #ef964a

#ef964a #efe94a #ef4a51

Monochromatic Colors of #ef964a

#ef964a

Complementary Color

#ef964a #4aa3ef

#ef964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef964a Color CSS Codes

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

#ef964a Text Font Color

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

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


#ef964a Background Color

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

This div background color is #ef964a


#ef964a Border Color

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

This div border color is #ef964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef964a


Comments

No comments written yet.

Please login to write comment.