Color Hex Logo

#eba04a Color Hex

#EBA04A
(235,160,74)
0 Favorites   0 Comments

Color spaces of #eba04a

RGB 23516074
HSL0.090.800.61
HSV32°69°92°
CMYK 0.000.320.69   0.08
XYZ48.067843.298212.3025
Yxy43.29820.46370.4177
Hunter Lab65.801415.241634.9759
CIE-Lab71.756920.097154.6166

#eba04a color RGB value is (235,160,74).

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

The process color (four color CMYK) of #eba04a color hex is 0.00, 0.32, 0.69, 0.08. Web safe color of #eba04a is #ff9933. Color #eba04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 01001010
Octal 353 240 112
Decimal 235 160 74
Hex EB A0 4A

RGB Percentages of Color #eba04a

%50.11
%34.12
%15.78

CMYK Percentages of Color #eba04a

%0
%32
%69
%8

Triadic Colors of #eba04a

#eba04a #4aeba0 #a04aeb

Analogous Colors of #eba04a

#eba04a #e6eb4a #eb504a

Monochromatic Colors of #eba04a

#eba04a

Complementary Color

#eba04a #4a95eb

#eba04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba04a Color CSS Codes

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

#eba04a Text Font Color

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

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


#eba04a Background Color

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

This div background color is #eba04a


#eba04a Border Color

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

This div border color is #eba04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba04a


Comments

No comments written yet.

Please login to write comment.