Color Hex Logo

#efa95e Color Hex

#EFA95E
(239,169,94)
0 Favorites   0 Comments

Color spaces of #efa95e

RGB 23916994
HSL0.090.820.65
HSV31°61°94°
CMYK 0.000.290.61   0.06
XYZ51.805047.534817.0344
Yxy47.53480.44520.4085
Hunter Lab68.945513.468633.6130
CIE-Lab74.530618.209048.3202

#efa95e color RGB value is (239,169,94).

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

The process color (four color CMYK) of #efa95e color hex is 0.00, 0.29, 0.61, 0.06. Web safe color of #efa95e is #ff9966. Color #efa95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01011110
Octal 357 251 136
Decimal 239 169 94
Hex EF A9 5E

RGB Percentages of Color #efa95e

%47.61
%33.67
%18.73

CMYK Percentages of Color #efa95e

%0
%29
%61
%6

Triadic Colors of #efa95e

#efa95e #5eefa9 #a95eef

Analogous Colors of #efa95e

#efa95e #edef5e #ef615e

Monochromatic Colors of #efa95e

#efa95e

Complementary Color

#efa95e #5ea4ef

#efa95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa95e Color CSS Codes

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

#efa95e Text Font Color

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

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


#efa95e Background Color

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

This div background color is #efa95e


#efa95e Border Color

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

This div border color is #efa95e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,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 #efa95e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa95e


Comments

No comments written yet.

Please login to write comment.