Color Hex Logo

#ef9a4f Color Hex

#EF9A4F
(239,154,79)
0 Favorites   0 Comments

Color spaces of #ef9a4f

RGB 23915479
HSL0.080.830.62
HSV28°67°94°
CMYK 0.000.360.67   0.06
XYZ48.563542.026412.9495
Yxy42.02640.46900.4059
Hunter Lab64.827820.268533.5361
CIE-Lab70.889125.202251.4543

#ef9a4f color RGB value is (239,154,79).

#ef9a4f hex color red value is 239, green value is 154 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ef9a4f hue: 0.08 , saturation: 0.83 and the lightness value of ef9a4f is 0.62.

The process color (four color CMYK) of #ef9a4f color hex is 0.00, 0.36, 0.67, 0.06. Web safe color of #ef9a4f is #ff9966. Color #ef9a4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 01001111
Octal 357 232 117
Decimal 239 154 79
Hex EF 9A 4F

RGB Percentages of Color #ef9a4f

%50.64
%32.63
%16.74

CMYK Percentages of Color #ef9a4f

%0
%36
%67
%6

Triadic Colors of #ef9a4f

#ef9a4f #4fef9a #9a4fef

Analogous Colors of #ef9a4f

#ef9a4f #efea4f #ef4f54

Monochromatic Colors of #ef9a4f

#ef9a4f

Complementary Color

#ef9a4f #4fa4ef

#ef9a4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9a4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9a4f Color CSS Codes

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

#ef9a4f Text Font Color

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

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


#ef9a4f Background Color

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

This div background color is #ef9a4f


#ef9a4f Border Color

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

This div border color is #ef9a4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9a4f


Comments

No comments written yet.

Please login to write comment.