Color Hex Logo

#efa64b Color Hex

#EFA64B
(239,166,75)
0 Favorites   0 Comments

Color spaces of #efa64b

RGB 23916675
HSL0.090.840.62
HSV33°69°94°
CMYK 0.000.310.69   0.06
XYZ50.502846.131212.8990
Yxy46.13120.46110.4212
Hunter Lab67.920013.866236.2839
CIE-Lab73.630618.637056.3090

#efa64b color RGB value is (239,166,75).

#efa64b hex color red value is 239, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #efa64b hue: 0.09 , saturation: 0.84 and the lightness value of efa64b is 0.62.

The process color (four color CMYK) of #efa64b color hex is 0.00, 0.31, 0.69, 0.06. Web safe color of #efa64b is #ff9933. Color #efa64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 01001011
Octal 357 246 113
Decimal 239 166 75
Hex EF A6 4B

RGB Percentages of Color #efa64b

%49.79
%34.58
%15.63

CMYK Percentages of Color #efa64b

%0
%31
%69
%6

Triadic Colors of #efa64b

#efa64b #4befa6 #a64bef

Analogous Colors of #efa64b

#efa64b #e6ef4b #ef544b

Monochromatic Colors of #efa64b

#efa64b

Complementary Color

#efa64b #4b94ef

#efa64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa64b Color CSS Codes

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

#efa64b Text Font Color

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

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


#efa64b Background Color

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

This div background color is #efa64b


#efa64b Border Color

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

This div border color is #efa64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa64b


Comments

No comments written yet.

Please login to write comment.