Color Hex Logo

#efa15c Color Hex

#EFA15C
(239,161,92)
0 Favorites   0 Comments

Color spaces of #efa15c

RGB 23916192
HSL0.080.820.65
HSV28°62°94°
CMYK 0.000.330.62   0.06
XYZ50.273244.613216.0867
Yxy44.61320.45300.4020
Hunter Lab66.793117.463732.4756
CIE-Lab72.636522.307447.0913

#efa15c color RGB value is (239,161,92).

#efa15c hex color red value is 239, green value is 161 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #efa15c hue: 0.08 , saturation: 0.82 and the lightness value of efa15c is 0.65.

The process color (four color CMYK) of #efa15c color hex is 0.00, 0.33, 0.62, 0.06. Web safe color of #efa15c is #ff9966. Color #efa15c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01011100
Octal 357 241 134
Decimal 239 161 92
Hex EF A1 5C

RGB Percentages of Color #efa15c

%48.58
%32.72
%18.70

CMYK Percentages of Color #efa15c

%0
%33
%62
%6

Triadic Colors of #efa15c

#efa15c #5cefa1 #a15cef

Analogous Colors of #efa15c

#efa15c #efeb5c #ef5c61

Monochromatic Colors of #efa15c

#efa15c

Complementary Color

#efa15c #5caaef

#efa15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa15c Color CSS Codes

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

#efa15c Text Font Color

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

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


#efa15c Background Color

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

This div background color is #efa15c


#efa15c Border Color

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

This div border color is #efa15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa15c


Comments

No comments written yet.

Please login to write comment.