Color Hex Logo

#ebc33e Color Hex

#EBC33E
(235,195,62)
0 Favorites   0 Comments

Color spaces of #ebc33e

RGB 23519562
HSL0.130.810.58
HSV46°74°92°
CMYK 0.000.170.74   0.08
XYZ54.645657.040212.6872
Yxy57.04020.43940.4586
Hunter Lab75.5250-3.016242.9075
CIE-Lab80.20221.094968.1800

#ebc33e color RGB value is (235,195,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00111110
Octal 353 303 76
Decimal 235 195 62
Hex EB C3 3E

RGB Percentages of Color #ebc33e

%47.76
%39.63
%12.60

CMYK Percentages of Color #ebc33e

%0
%17
%74
%8

Triadic Colors of #ebc33e

#ebc33e #3eebc3 #c33eeb

Analogous Colors of #ebc33e

#ebc33e #bdeb3e #eb6d3e

Monochromatic Colors of #ebc33e

#ebc33e

Complementary Color

#ebc33e #3e66eb

#ebc33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc33e Color CSS Codes

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

#ebc33e Text Font Color

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

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


#ebc33e Background Color

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

This div background color is #ebc33e


#ebc33e Border Color

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

This div border color is #ebc33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc33e


Comments

No comments written yet.

Please login to write comment.