Color Hex Logo

#eba74d Color Hex

#EBA74D
(235,167,77)
0 Favorites   0 Comments

Color spaces of #eba74d

RGB 23516777
HSL0.090.800.61
HSV34°67°92°
CMYK 0.000.290.67   0.08
XYZ49.419245.835413.2636
Yxy45.83540.45540.4224
Hunter Lab67.701811.818535.7757
CIE-Lab73.438616.547255.0611

#eba74d color RGB value is (235,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 01001101
Octal 353 247 115
Decimal 235 167 77
Hex EB A7 4D

RGB Percentages of Color #eba74d

%49.06
%34.86
%16.08

CMYK Percentages of Color #eba74d

%0
%29
%67
%8

Triadic Colors of #eba74d

#eba74d #4deba7 #a74deb

Analogous Colors of #eba74d

#eba74d #e0eb4d #eb584d

Monochromatic Colors of #eba74d

#eba74d

Complementary Color

#eba74d #4d91eb

#eba74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba74d Color CSS Codes

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

#eba74d Text Font Color

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

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


#eba74d Background Color

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

This div background color is #eba74d


#eba74d Border Color

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

This div border color is #eba74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba74d


Comments

No comments written yet.

Please login to write comment.