Color Hex Logo

#eba72e Color Hex

#EBA72E
(235,167,46)
0 Favorites   0 Comments

Color spaces of #eba72e

RGB 23516746
HSL0.110.830.55
HSV38°80°92°
CMYK 0.000.290.80   0.08
XYZ48.572845.49698.8065
Yxy45.49690.47210.4422
Hunter Lab67.451410.500739.4750
CIE-Lab73.217915.189967.3316

#eba72e color RGB value is (235,167,46).

#eba72e hex color red value is 235, green value is 167 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eba72e hue: 0.11 , saturation: 0.83 and the lightness value of eba72e is 0.55.

The process color (four color CMYK) of #eba72e color hex is 0.00, 0.29, 0.80, 0.08. Web safe color of #eba72e is #ff9933. Color #eba72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 00101110
Octal 353 247 56
Decimal 235 167 46
Hex EB A7 2E

RGB Percentages of Color #eba72e

%52.46
%37.28
%10.27

CMYK Percentages of Color #eba72e

%0
%29
%80
%8

Triadic Colors of #eba72e

#eba72e #2eeba7 #a72eeb

Analogous Colors of #eba72e

#eba72e #d1eb2e #eb492e

Monochromatic Colors of #eba72e

#eba72e

Complementary Color

#eba72e #2e72eb

#eba72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba72e Color CSS Codes

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

#eba72e Text Font Color

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

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


#eba72e Background Color

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

This div background color is #eba72e


#eba72e Border Color

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

This div border color is #eba72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba72e


Comments

No comments written yet.

Please login to write comment.