Color Hex Logo

#ebc36e Color Hex

#EBC36E
(235,195,110)
0 Favorites   0 Comments

Color spaces of #ebc36e

RGB 235195110
HSL0.110.760.68
HSV41°53°92°
CMYK 0.000.170.53   0.08
XYZ56.590557.818222.9292
Yxy57.81820.41210.4210
Hunter Lab76.0383-0.220735.3480
CIE-Lab80.63764.093247.6277

#ebc36e color RGB value is (235,195,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01101110
Octal 353 303 156
Decimal 235 195 110
Hex EB C3 6E

RGB Percentages of Color #ebc36e

%43.52
%36.11
%20.37

CMYK Percentages of Color #ebc36e

%0
%17
%53
%8

Triadic Colors of #ebc36e

#ebc36e #6eebc3 #c36eeb

Analogous Colors of #ebc36e

#ebc36e #d5eb6e #eb856e

Monochromatic Colors of #ebc36e

#ebc36e

Complementary Color

#ebc36e #6e96eb

#ebc36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc36e Color CSS Codes

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

#ebc36e Text Font Color

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

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


#ebc36e Background Color

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

This div background color is #ebc36e


#ebc36e Border Color

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

This div border color is #ebc36e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,195,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 #ebc36e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc36e


Comments

No comments written yet.

Please login to write comment.