Color Hex Logo

#ebb94e Color Hex

#EBB94E
(235,185,78)
0 Favorites   0 Comments

Color spaces of #ebb94e

RGB 23518578
HSL0.110.800.61
HSV41°67°92°
CMYK 0.000.210.67   0.08
XYZ52.985152.910114.6278
Yxy52.91010.43960.4390
Hunter Lab72.73932.729938.9944
CIE-Lab77.82197.100359.3297

#ebb94e color RGB value is (235,185,78).

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

The process color (four color CMYK) of #ebb94e color hex is 0.00, 0.21, 0.67, 0.08. Web safe color of #ebb94e is #ffcc66. Color #ebb94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 01001110
Octal 353 271 116
Decimal 235 185 78
Hex EB B9 4E

RGB Percentages of Color #ebb94e

%47.19
%37.15
%15.66

CMYK Percentages of Color #ebb94e

%0
%21
%67
%8

Triadic Colors of #ebb94e

#ebb94e #4eebb9 #b94eeb

Analogous Colors of #ebb94e

#ebb94e #cfeb4e #eb6b4e

Monochromatic Colors of #ebb94e

#ebb94e

Complementary Color

#ebb94e #4e80eb

#ebb94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb94e Color CSS Codes

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

#ebb94e Text Font Color

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

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


#ebb94e Background Color

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

This div background color is #ebb94e


#ebb94e Border Color

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

This div border color is #ebb94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb94e


Comments

No comments written yet.

Please login to write comment.