Color Hex Logo

#eba349 Color Hex

#EBA349
(235,163,73)
0 Favorites   0 Comments

Color spaces of #eba349

RGB 23516373
HSL0.090.800.60
HSV33°69°92°
CMYK 0.000.310.69   0.08
XYZ48.560744.337612.3019
Yxy44.33760.46160.4215
Hunter Lab66.586513.651535.6567
CIE-Lab72.453618.451255.8193

#eba349 color RGB value is (235,163,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01001001
Octal 353 243 111
Decimal 235 163 73
Hex EB A3 49

RGB Percentages of Color #eba349

%49.89
%34.61
%15.50

CMYK Percentages of Color #eba349

%0
%31
%69
%8

Triadic Colors of #eba349

#eba349 #49eba3 #a349eb

Analogous Colors of #eba349

#eba349 #e2eb49 #eb5249

Monochromatic Colors of #eba349

#eba349

Complementary Color

#eba349 #4991eb

#eba349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba349 Color CSS Codes

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

#eba349 Text Font Color

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

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


#eba349 Background Color

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

This div background color is #eba349


#eba349 Border Color

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

This div border color is #eba349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba349


Comments

No comments written yet.

Please login to write comment.