Color Hex Logo

#efa55e Color Hex

#EFA55E
(239,165,94)
0 Favorites   0 Comments

Color spaces of #efa55e

RGB 23916594
HSL0.080.820.65
HSV29°61°94°
CMYK 0.000.310.61   0.06
XYZ51.072146.069116.7901
Yxy46.06910.44830.4044
Hunter Lab67.874215.532832.8453
CIE-Lab73.590320.326547.2168

#efa55e color RGB value is (239,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01011110
Octal 357 245 136
Decimal 239 165 94
Hex EF A5 5E

RGB Percentages of Color #efa55e

%47.99
%33.13
%18.88

CMYK Percentages of Color #efa55e

%0
%31
%61
%6

Triadic Colors of #efa55e

#efa55e #5eefa5 #a55eef

Analogous Colors of #efa55e

#efa55e #efee5e #ef5e60

Monochromatic Colors of #efa55e

#efa55e

Complementary Color

#efa55e #5ea8ef

#efa55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa55e Color CSS Codes

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

#efa55e Text Font Color

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

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


#efa55e Background Color

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

This div background color is #efa55e


#efa55e Border Color

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

This div border color is #efa55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa55e


Comments

No comments written yet.

Please login to write comment.