Color Hex Logo

#eba64f Color Hex

#EBA64F
(235,166,79)
0 Favorites   0 Comments

Color spaces of #eba64f

RGB 23516679
HSL0.090.800.62
HSV33°66°92°
CMYK 0.000.290.66   0.08
XYZ49.308545.499113.5805
Yxy45.49910.45490.4198
Hunter Lab67.453012.441635.2801
CIE-Lab73.219317.191953.8996

#eba64f color RGB value is (235,166,79).

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

The process color (four color CMYK) of #eba64f color hex is 0.00, 0.29, 0.66, 0.08. Web safe color of #eba64f is #ff9966. Color #eba64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01001111
Octal 353 246 117
Decimal 235 166 79
Hex EB A6 4F

RGB Percentages of Color #eba64f

%48.96
%34.58
%16.46

CMYK Percentages of Color #eba64f

%0
%29
%66
%8

Triadic Colors of #eba64f

#eba64f #4feba6 #a64feb

Analogous Colors of #eba64f

#eba64f #e2eb4f #eb584f

Monochromatic Colors of #eba64f

#eba64f

Complementary Color

#eba64f #4f94eb

#eba64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba64f Color CSS Codes

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

#eba64f Text Font Color

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

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


#eba64f Background Color

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

This div background color is #eba64f


#eba64f Border Color

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

This div border color is #eba64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba64f


Comments

No comments written yet.

Please login to write comment.