Color Hex Logo

#eba631 Color Hex

#EBA631
(235,166,49)
0 Favorites   0 Comments

Color spaces of #eba631

RGB 23516649
HSL0.100.820.56
HSV38°79°92°
CMYK 0.000.290.79   0.08
XYZ48.451545.15649.0681
Yxy45.15640.47190.4398
Hunter Lab67.198511.104839.0381
CIE-Lab72.994815.818766.0988

#eba631 color RGB value is (235,166,49).

#eba631 hex color red value is 235, green value is 166 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #eba631 hue: 0.10 , saturation: 0.82 and the lightness value of eba631 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 00110001
Octal 353 246 61
Decimal 235 166 49
Hex EB A6 31

RGB Percentages of Color #eba631

%52.22
%36.89
%10.89

CMYK Percentages of Color #eba631

%0
%29
%79
%8

Triadic Colors of #eba631

#eba631 #31eba6 #a631eb

Analogous Colors of #eba631

#eba631 #d3eb31 #eb4931

Monochromatic Colors of #eba631

#eba631

Complementary Color

#eba631 #3176eb

#eba631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba631 Color CSS Codes

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

#eba631 Text Font Color

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

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


#eba631 Background Color

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

This div background color is #eba631


#eba631 Border Color

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

This div border color is #eba631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba631


Comments

No comments written yet.

Please login to write comment.