Color Hex Logo

#ef922e Color Hex

#EF922E
(239,146,46)
0 Favorites   0 Comments

Color spaces of #ef922e

RGB 23914646
HSL0.090.860.56
HSV31°81°94°
CMYK 0.000.390.81   0.06
XYZ46.368639.10577.6890
Yxy39.10570.49770.4198
Hunter Lab62.534622.920136.4841
CIE-Lab68.827827.972363.5876

#ef922e color RGB value is (239,146,46).

#ef922e hex color red value is 239, green value is 146 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ef922e hue: 0.09 , saturation: 0.86 and the lightness value of ef922e is 0.56.

The process color (four color CMYK) of #ef922e color hex is 0.00, 0.39, 0.81, 0.06. Web safe color of #ef922e is #ff9933. Color #ef922e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 00101110
Octal 357 222 56
Decimal 239 146 46
Hex EF 92 2E

RGB Percentages of Color #ef922e

%55.45
%33.87
%10.67

CMYK Percentages of Color #ef922e

%0
%39
%81
%6

Triadic Colors of #ef922e

#ef922e #2eef92 #922eef

Analogous Colors of #ef922e

#ef922e #ecef2e #ef312e

Monochromatic Colors of #ef922e

#ef922e

Complementary Color

#ef922e #2e8bef

#ef922e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef922e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef922e Color CSS Codes

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

#ef922e Text Font Color

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

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


#ef922e Background Color

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

This div background color is #ef922e


#ef922e Border Color

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

This div border color is #ef922e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef922e


Comments

No comments written yet.

Please login to write comment.