Color Hex Logo

#ebc66e Color Hex

#EBC66E
(235,198,110)
0 Favorites   0 Comments

Color spaces of #ebc66e

RGB 235198110
HSL0.120.760.68
HSV42°53°92°
CMYK 0.000.160.53   0.08
XYZ57.269559.176123.1556
Yxy59.17610.41020.4239
Hunter Lab76.9260-1.731736.0012
CIE-Lab81.38832.533248.5317

#ebc66e color RGB value is (235,198,110).

#ebc66e hex color red value is 235, green value is 198 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ebc66e hue: 0.12 , saturation: 0.76 and the lightness value of ebc66e is 0.68.

The process color (four color CMYK) of #ebc66e color hex is 0.00, 0.16, 0.53, 0.08. Web safe color of #ebc66e is #ffcc66. Color #ebc66e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01101110
Octal 353 306 156
Decimal 235 198 110
Hex EB C6 6E

RGB Percentages of Color #ebc66e

%43.28
%36.46
%20.26

CMYK Percentages of Color #ebc66e

%0
%16
%53
%8

Triadic Colors of #ebc66e

#ebc66e #6eebc6 #c66eeb

Analogous Colors of #ebc66e

#ebc66e #d2eb6e #eb886e

Monochromatic Colors of #ebc66e

#ebc66e

Complementary Color

#ebc66e #6e93eb

#ebc66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc66e Color CSS Codes

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

#ebc66e Text Font Color

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

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


#ebc66e Background Color

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

This div background color is #ebc66e


#ebc66e Border Color

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

This div border color is #ebc66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc66e


Comments

No comments written yet.

Please login to write comment.