Color Hex Logo

#efa112 Color Hex

#EFA112
(239,161,18)
0 Favorites   0 Comments

Color spaces of #efa112

RGB 23916118
HSL0.110.870.50
HSV39°92°94°
CMYK 0.000.330.92   0.06
XYZ48.450743.88416.4891
Yxy43.88410.49030.4441
Hunter Lab66.245114.623540.5637
CIE-Lab72.151019.453573.8628

#efa112 color RGB value is (239,161,18).

#efa112 hex color red value is 239, green value is 161 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #efa112 hue: 0.11 , saturation: 0.87 and the lightness value of efa112 is 0.50.

The process color (four color CMYK) of #efa112 color hex is 0.00, 0.33, 0.92, 0.06. Web safe color of #efa112 is #ff9900. Color #efa112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 00010010
Octal 357 241 22
Decimal 239 161 18
Hex EF A1 12

RGB Percentages of Color #efa112

%57.18
%38.52
%4.31

CMYK Percentages of Color #efa112

%0
%33
%92
%6

Triadic Colors of #efa112

#efa112 #12efa1 #a112ef

Analogous Colors of #efa112

#efa112 #cfef12 #ef3312

Monochromatic Colors of #efa112

#efa112

Complementary Color

#efa112 #1260ef

#efa112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa112 Color CSS Codes

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

#efa112 Text Font Color

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

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


#efa112 Background Color

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

This div background color is #efa112


#efa112 Border Color

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

This div border color is #efa112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa112


Comments

No comments written yet.

Please login to write comment.