Color Hex Logo

#ebc99e Color Hex

#EBC99E
(235,201,158)
0 Favorites   0 Comments

Color spaces of #ebc99e

RGB 235201158
HSL0.090.660.77
HSV34°33°92°
CMYK 0.000.140.33   0.08
XYZ61.319161.904141.0646
Yxy61.90410.37320.3768
Hunter Lab78.67921.426624.1305
CIE-Lab82.86245.907525.9531

#ebc99e color RGB value is (235,201,158).

#ebc99e hex color red value is 235, green value is 201 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebc99e hue: 0.09 , saturation: 0.66 and the lightness value of ebc99e is 0.77.

The process color (four color CMYK) of #ebc99e color hex is 0.00, 0.14, 0.33, 0.08. Web safe color of #ebc99e is #ffcc99. Color #ebc99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 10011110
Octal 353 311 236
Decimal 235 201 158
Hex EB C9 9E

RGB Percentages of Color #ebc99e

%39.56
%33.84
%26.60

CMYK Percentages of Color #ebc99e

%0
%14
%33
%8

Triadic Colors of #ebc99e

#ebc99e #9eebc9 #c99eeb

Analogous Colors of #ebc99e

#ebc99e #e7eb9e #eba39e

Monochromatic Colors of #ebc99e

#ebc99e

Complementary Color

#ebc99e #9ec0eb

#ebc99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc99e Color CSS Codes

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

#ebc99e Text Font Color

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

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


#ebc99e Background Color

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

This div background color is #ebc99e


#ebc99e Border Color

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

This div border color is #ebc99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc99e


Comments

No comments written yet.

Please login to write comment.