Color Hex Logo

#eba90f Color Hex

#EBA90F
(235,169,15)
0 Favorites   0 Comments

Color spaces of #eba90f

RGB 23516915
HSL0.120.880.49
HSV42°94°92°
CMYK 0.000.280.94   0.08
XYZ48.535146.07266.7868
Yxy46.07260.47870.4544
Hunter Lab67.87688.851541.5855
CIE-Lab73.592613.471375.1715

#eba90f color RGB value is (235,169,15).

#eba90f hex color red value is 235, green value is 169 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eba90f hue: 0.12 , saturation: 0.88 and the lightness value of eba90f is 0.49.

The process color (four color CMYK) of #eba90f color hex is 0.00, 0.28, 0.94, 0.08. Web safe color of #eba90f is #ff9900. Color #eba90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 00001111
Octal 353 251 17
Decimal 235 169 15
Hex EB A9 F

RGB Percentages of Color #eba90f

%56.09
%40.33
%3.58

CMYK Percentages of Color #eba90f

%0
%28
%94
%8

Triadic Colors of #eba90f

#eba90f #0feba9 #a90feb

Analogous Colors of #eba90f

#eba90f #bfeb0f #eb3b0f

Monochromatic Colors of #eba90f

#eba90f

Complementary Color

#eba90f #0f51eb

#eba90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba90f Color CSS Codes

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

#eba90f Text Font Color

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

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


#eba90f Background Color

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

This div background color is #eba90f


#eba90f Border Color

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

This div border color is #eba90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba90f


Comments

No comments written yet.

Please login to write comment.