Color Hex Logo

#eba61e Color Hex

#EBA61E
(235,166,30)
0 Favorites   0 Comments

Color spaces of #eba61e

RGB 23516630
HSL0.110.840.52
HSV40°87°92°
CMYK 0.000.290.87   0.08
XYZ48.131545.02837.3828
Yxy45.02830.47870.4479
Hunter Lab67.103110.603440.4490
CIE-Lab72.910515.300571.7391

#eba61e color RGB value is (235,166,30).

#eba61e hex color red value is 235, green value is 166 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eba61e hue: 0.11 , saturation: 0.84 and the lightness value of eba61e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 00011110
Octal 353 246 36
Decimal 235 166 30
Hex EB A6 1E

RGB Percentages of Color #eba61e

%54.52
%38.52
%6.96

CMYK Percentages of Color #eba61e

%0
%29
%87
%8

Triadic Colors of #eba61e

#eba61e #1eeba6 #a61eeb

Analogous Colors of #eba61e

#eba61e #caeb1e #eb401e

Monochromatic Colors of #eba61e

#eba61e

Complementary Color

#eba61e #1e63eb

#eba61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba61e Color CSS Codes

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

#eba61e Text Font Color

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

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


#eba61e Background Color

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

This div background color is #eba61e


#eba61e Border Color

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

This div border color is #eba61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba61e


Comments

No comments written yet.

Please login to write comment.