Color Hex Logo

#eba65a Color Hex

#EBA65A
(235,166,90)
0 Favorites   0 Comments

Color spaces of #eba65a

RGB 23516690
HSL0.090.780.64
HSV31°62°92°
CMYK 0.000.290.62   0.08
XYZ49.742645.672815.8669
Yxy45.67280.44700.4104
Hunter Lab67.581713.114733.3870
CIE-Lab73.332717.878748.7755

#eba65a color RGB value is (235,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01011010
Octal 353 246 132
Decimal 235 166 90
Hex EB A6 5A

RGB Percentages of Color #eba65a

%47.86
%33.81
%18.33

CMYK Percentages of Color #eba65a

%0
%29
%62
%8

Triadic Colors of #eba65a

#eba65a #5aeba6 #a65aeb

Analogous Colors of #eba65a

#eba65a #e8eb5a #eb5d5a

Monochromatic Colors of #eba65a

#eba65a

Complementary Color

#eba65a #5a9feb

#eba65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba65a Color CSS Codes

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

#eba65a Text Font Color

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

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


#eba65a Background Color

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

This div background color is #eba65a


#eba65a Border Color

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

This div border color is #eba65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba65a


Comments

No comments written yet.

Please login to write comment.