Color Hex Logo

#eba74f Color Hex

#EBA74F
(235,167,79)
0 Favorites   0 Comments

Color spaces of #eba74f

RGB 23516779
HSL0.090.800.62
HSV34°66°92°
CMYK 0.000.290.66   0.08
XYZ49.490945.864113.6413
Yxy45.86410.45410.4208
Hunter Lab67.723011.929635.4635
CIE-Lab73.457316.661154.1610

#eba74f color RGB value is (235,167,79).

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

The process color (four color CMYK) of #eba74f color hex is 0.00, 0.29, 0.66, 0.08. Web safe color of #eba74f is #ff9966. Color #eba74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 01001111
Octal 353 247 117
Decimal 235 167 79
Hex EB A7 4F

RGB Percentages of Color #eba74f

%48.86
%34.72
%16.42

CMYK Percentages of Color #eba74f

%0
%29
%66
%8

Triadic Colors of #eba74f

#eba74f #4feba7 #a74feb

Analogous Colors of #eba74f

#eba74f #e1eb4f #eb594f

Monochromatic Colors of #eba74f

#eba74f

Complementary Color

#eba74f #4f93eb

#eba74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba74f Color CSS Codes

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

#eba74f Text Font Color

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

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


#eba74f Background Color

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

This div background color is #eba74f


#eba74f Border Color

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

This div border color is #eba74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba74f

#eba74f Color Palettes


Comments

No comments written yet.

Please login to write comment.