Color Hex Logo

#ebc03e Color Hex

#EBC03E
(235,192,62)
0 Favorites   0 Comments

Color spaces of #ebc03e

RGB 23519262
HSL0.130.810.58
HSV45°74°92°
CMYK 0.000.180.74   0.08
XYZ53.980155.709212.4653
Yxy55.70920.44190.4561
Hunter Lab74.6386-1.522842.3451
CIE-Lab79.44802.651067.4525

#ebc03e color RGB value is (235,192,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 00111110
Octal 353 300 76
Decimal 235 192 62
Hex EB C0 3E

RGB Percentages of Color #ebc03e

%48.06
%39.26
%12.68

CMYK Percentages of Color #ebc03e

%0
%18
%74
%8

Triadic Colors of #ebc03e

#ebc03e #3eebc0 #c03eeb

Analogous Colors of #ebc03e

#ebc03e #c0eb3e #eb6a3e

Monochromatic Colors of #ebc03e

#ebc03e

Complementary Color

#ebc03e #3e69eb

#ebc03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc03e Color CSS Codes

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

#ebc03e Text Font Color

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

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


#ebc03e Background Color

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

This div background color is #ebc03e


#ebc03e Border Color

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

This div border color is #ebc03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc03e


Comments

No comments written yet.

Please login to write comment.