color codes Logo

#efa05e color codes

#EFA05E
(239,160,94)
0 Favorites   0 Comments

Color spaces of #efa05e

RGB 23916094
HSL0.080.820.65
HSV27°61°94°
CMYK 0.000.330.61   0.06
XYZ50.187844.300516.4953
Yxy44.30050.45220.3992
Hunter Lab66.558618.118431.8971
CIE-Lab72.428922.973045.8457

#efa05e color RGB value is (239,160,94).

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

The process color (four color CMYK) of #efa05e color code is 0.00, 0.33, 0.61, 0.06. Web safe color of #efa05e is #ff9966. Color #efa05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01011110
Octal 357 240 136
Decimal 239 160 94
Hex EF A0 5E

RGB Percentages of Color #efa05e

%48.48
%32.45
%19.07

CMYK Percentages of Color #efa05e

%0
%33
%61
%6

Triadic Colors of #efa05e

#efa05e #5eefa0 #a05eef

Analogous Colors of #efa05e

#efa05e #efe95e #ef5e65

Monochromatic Colors of #efa05e

#efa05e

Complementary Color

#efa05e #5eadef

#efa05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa05e Color CSS Codes

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

#efa05e Text Font Color

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

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


#efa05e Background Color

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

This div background color is #efa05e


#efa05e Border Color

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

This div border color is #efa05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa05e


Comments

No comments written yet.

Please login to write comment.