Color Hex Logo

#efa05b Color Hex

#EFA05B
(239,160,91)
0 Favorites   0 Comments

Color spaces of #efa05b

RGB 23916091
HSL0.080.820.65
HSV28°62°94°
CMYK 0.000.330.62   0.06
XYZ50.055744.247715.8000
Yxy44.24770.45460.4019
Hunter Lab66.518917.913632.4803
CIE-Lab72.393722.769647.3047

#efa05b color RGB value is (239,160,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01011011
Octal 357 240 133
Decimal 239 160 91
Hex EF A0 5B

RGB Percentages of Color #efa05b

%48.78
%32.65
%18.57

CMYK Percentages of Color #efa05b

%0
%33
%62
%6

Triadic Colors of #efa05b

#efa05b #5befa0 #a05bef

Analogous Colors of #efa05b

#efa05b #efea5b #ef5b60

Monochromatic Colors of #efa05b

#efa05b

Complementary Color

#efa05b #5baaef

#efa05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa05b Color CSS Codes

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

#efa05b Text Font Color

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

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


#efa05b Background Color

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

This div background color is #efa05b


#efa05b Border Color

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

This div border color is #efa05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa05b


Comments

No comments written yet.

Please login to write comment.