Color Hex Logo

#ebc031 Color Hex

#EBC031
(235,192,49)
0 Favorites   0 Comments

Color spaces of #ebc031

RGB 23519249
HSL0.130.820.56
HSV46°79°92°
CMYK 0.000.180.79   0.08
XYZ53.665055.583210.8059
Yxy55.58320.44700.4630
Hunter Lab74.5541-1.983243.5944
CIE-Lab79.37602.154171.8444

#ebc031 color RGB value is (235,192,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 00110001
Octal 353 300 61
Decimal 235 192 49
Hex EB C0 31

RGB Percentages of Color #ebc031

%49.37
%40.34
%10.29

CMYK Percentages of Color #ebc031

%0
%18
%79
%8

Triadic Colors of #ebc031

#ebc031 #31ebc0 #c031eb

Analogous Colors of #ebc031

#ebc031 #b9eb31 #eb6331

Monochromatic Colors of #ebc031

#ebc031

Complementary Color

#ebc031 #315ceb

#ebc031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc031 Color CSS Codes

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

#ebc031 Text Font Color

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

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


#ebc031 Background Color

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

This div background color is #ebc031


#ebc031 Border Color

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

This div border color is #ebc031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc031


Comments

No comments written yet.

Please login to write comment.