Color Hex Logo

#ebc13e Color Hex

#EBC13E
(235,193,62)
0 Favorites   0 Comments

Color spaces of #ebc13e

RGB 23519362
HSL0.130.810.58
HSV45°74°92°
CMYK 0.000.180.74   0.08
XYZ54.200456.149912.5388
Yxy56.14990.44110.4569
Hunter Lab74.9332-2.021342.5321
CIE-Lab79.69912.131567.6948

#ebc13e color RGB value is (235,193,62).

#ebc13e hex color red value is 235, green value is 193 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ebc13e hue: 0.13 , saturation: 0.81 and the lightness value of ebc13e is 0.58.

The process color (four color CMYK) of #ebc13e color hex is 0.00, 0.18, 0.74, 0.08. Web safe color of #ebc13e is #ffcc33. Color #ebc13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00111110
Octal 353 301 76
Decimal 235 193 62
Hex EB C1 3E

RGB Percentages of Color #ebc13e

%47.96
%39.39
%12.65

CMYK Percentages of Color #ebc13e

%0
%18
%74
%8

Triadic Colors of #ebc13e

#ebc13e #3eebc1 #c13eeb

Analogous Colors of #ebc13e

#ebc13e #bfeb3e #eb6b3e

Monochromatic Colors of #ebc13e

#ebc13e

Complementary Color

#ebc13e #3e68eb

#ebc13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc13e Color CSS Codes

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

#ebc13e Text Font Color

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

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


#ebc13e Background Color

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

This div background color is #ebc13e


#ebc13e Border Color

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

This div border color is #ebc13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc13e


Comments

No comments written yet.

Please login to write comment.