Color Hex Logo

#eba64b Color Hex

#EBA64B
(235,166,75)
0 Favorites   0 Comments

Color spaces of #eba64b

RGB 23516675
HSL0.090.800.61
HSV34°68°92°
CMYK 0.000.290.68   0.08
XYZ49.167245.442612.8365
Yxy45.44260.45760.4229
Hunter Lab67.411112.221935.8977
CIE-Lab73.182416.967055.6951

#eba64b color RGB value is (235,166,75).

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

The process color (four color CMYK) of #eba64b color hex is 0.00, 0.29, 0.68, 0.08. Web safe color of #eba64b is #ff9933. Color #eba64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01001011
Octal 353 246 113
Decimal 235 166 75
Hex EB A6 4B

RGB Percentages of Color #eba64b

%49.37
%34.87
%15.76

CMYK Percentages of Color #eba64b

%0
%29
%68
%8

Triadic Colors of #eba64b

#eba64b #4beba6 #a64beb

Analogous Colors of #eba64b

#eba64b #e0eb4b #eb564b

Monochromatic Colors of #eba64b

#eba64b

Complementary Color

#eba64b #4b90eb

#eba64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba64b Color CSS Codes

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

#eba64b Text Font Color

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

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


#eba64b Background Color

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

This div background color is #eba64b


#eba64b Border Color

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

This div border color is #eba64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba64b


Comments

No comments written yet.

Please login to write comment.