Color Hex Logo

#efa22c Color Hex

#EFA22C
(239,162,44)
0 Favorites   0 Comments

Color spaces of #efa22c

RGB 23916244
HSL0.100.860.55
HSV36°82°94°
CMYK 0.000.320.82   0.06
XYZ48.971644.37328.3667
Yxy44.37320.48150.4363
Hunter Lab66.613214.653639.1824
CIE-Lab72.477219.473467.5191

#efa22c color RGB value is (239,162,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 00101100
Octal 357 242 54
Decimal 239 162 44
Hex EF A2 2C

RGB Percentages of Color #efa22c

%53.71
%36.40
%9.89

CMYK Percentages of Color #efa22c

%0
%32
%82
%6

Triadic Colors of #efa22c

#efa22c #2cefa2 #a22cef

Analogous Colors of #efa22c

#efa22c #dbef2c #ef412c

Monochromatic Colors of #efa22c

#efa22c

Complementary Color

#efa22c #2c79ef

#efa22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa22c Color CSS Codes

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

#efa22c Text Font Color

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

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


#efa22c Background Color

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

This div background color is #efa22c


#efa22c Border Color

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

This div border color is #efa22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa22c


Comments

No comments written yet.

Please login to write comment.