Color Hex Logo

#ef922b Color Hex

#EF922B
(239,146,43)
0 Favorites   0 Comments

Color spaces of #ef922b

RGB 23914643
HSL0.090.860.55
HSV32°82°94°
CMYK 0.000.390.82   0.06
XYZ46.311539.08297.3884
Yxy39.08290.49910.4212
Hunter Lab62.516322.827636.7543
CIE-Lab68.811327.881764.6508

#ef922b color RGB value is (239,146,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010010 00101011
Octal 357 222 53
Decimal 239 146 43
Hex EF 92 2B

RGB Percentages of Color #ef922b

%55.84
%34.11
%10.05

CMYK Percentages of Color #ef922b

%0
%39
%82
%6

Triadic Colors of #ef922b

#ef922b #2bef92 #922bef

Analogous Colors of #ef922b

#ef922b #eaef2b #ef302b

Monochromatic Colors of #ef922b

#ef922b

Complementary Color

#ef922b #2b88ef

#ef922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef922b Color CSS Codes

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

#ef922b Text Font Color

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

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


#ef922b Background Color

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

This div background color is #ef922b


#ef922b Border Color

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

This div border color is #ef922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef922b


Comments

No comments written yet.

Please login to write comment.