Color Hex Logo

#efb55e Color Hex

#EFB55E
(239,181,94)
0 Favorites   0 Comments

Color spaces of #efb55e

RGB 23918194
HSL0.100.820.65
HSV36°61°94°
CMYK 0.000.240.61   0.06
XYZ54.140952.206617.8130
Yxy52.20660.43610.4205
Hunter Lab72.25417.307535.9610
CIE-Lab77.404211.871351.6573

#efb55e color RGB value is (239,181,94).

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

The process color (four color CMYK) of #efb55e color hex is 0.00, 0.24, 0.61, 0.06. Web safe color of #efb55e is #ffcc66. Color #efb55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 01011110
Octal 357 265 136
Decimal 239 181 94
Hex EF B5 5E

RGB Percentages of Color #efb55e

%46.50
%35.21
%18.29

CMYK Percentages of Color #efb55e

%0
%24
%61
%6

Triadic Colors of #efb55e

#efb55e #5eefb5 #b55eef

Analogous Colors of #efb55e

#efb55e #e1ef5e #ef6d5e

Monochromatic Colors of #efb55e

#efb55e

Complementary Color

#efb55e #5e98ef

#efb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb55e Color CSS Codes

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

#efb55e Text Font Color

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

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


#efb55e Background Color

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

This div background color is #efb55e


#efb55e Border Color

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

This div border color is #efb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb55e


Comments

No comments written yet.

Please login to write comment.