Color Hex Logo

#ebc62e Color Hex

#EBC62E
(235,198,46)
0 Favorites   0 Comments

Color spaces of #ebc62e

RGB 23519846
HSL0.130.830.55
HSV48°80°92°
CMYK 0.000.160.80   0.08
XYZ54.948258.247610.9316
Yxy58.24760.44270.4693
Hunter Lab76.3201-5.045544.9318
CIE-Lab80.8763-1.044574.0734

#ebc62e color RGB value is (235,198,46).

#ebc62e hex color red value is 235, green value is 198 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ebc62e hue: 0.13 , saturation: 0.83 and the lightness value of ebc62e is 0.55.

The process color (four color CMYK) of #ebc62e color hex is 0.00, 0.16, 0.80, 0.08. Web safe color of #ebc62e is #ffcc33. Color #ebc62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 00101110
Octal 353 306 56
Decimal 235 198 46
Hex EB C6 2E

RGB Percentages of Color #ebc62e

%49.06
%41.34
%9.60

CMYK Percentages of Color #ebc62e

%0
%16
%80
%8

Triadic Colors of #ebc62e

#ebc62e #2eebc6 #c62eeb

Analogous Colors of #ebc62e

#ebc62e #b2eb2e #eb682e

Monochromatic Colors of #ebc62e

#ebc62e

Complementary Color

#ebc62e #2e53eb

#ebc62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc62e Color CSS Codes

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

#ebc62e Text Font Color

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

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


#ebc62e Background Color

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

This div background color is #ebc62e


#ebc62e Border Color

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

This div border color is #ebc62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc62e


Comments

No comments written yet.

Please login to write comment.