Color Hex Logo

#ebc363 Color Hex

#EBC363
(235,195,99)
0 Favorites   0 Comments

Color spaces of #ebc363

RGB 23519599
HSL0.120.770.65
HSV42°58°92°
CMYK 0.000.170.58   0.08
XYZ56.028257.593219.9680
Yxy57.59320.41940.4311
Hunter Lab75.8902-1.024937.5229
CIE-Lab80.51213.236452.7714

#ebc363 color RGB value is (235,195,99).

#ebc363 hex color red value is 235, green value is 195 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ebc363 hue: 0.12 , saturation: 0.77 and the lightness value of ebc363 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01100011
Octal 353 303 143
Decimal 235 195 99
Hex EB C3 63

RGB Percentages of Color #ebc363

%44.42
%36.86
%18.71

CMYK Percentages of Color #ebc363

%0
%17
%58
%8

Triadic Colors of #ebc363

#ebc363 #63ebc3 #c363eb

Analogous Colors of #ebc363

#ebc363 #cfeb63 #eb7f63

Monochromatic Colors of #ebc363

#ebc363

Complementary Color

#ebc363 #638beb

#ebc363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc363 Color CSS Codes

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

#ebc363 Text Font Color

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

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


#ebc363 Background Color

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

This div background color is #ebc363


#ebc363 Border Color

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

This div border color is #ebc363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc363

#ebc363 Color Palettes


Comments

No comments written yet.

Please login to write comment.