Color Hex Logo

#ebc631 Color Hex

#EBC631
(235,198,49)
0 Favorites   0 Comments

Color spaces of #ebc631

RGB 23519849
HSL0.130.820.56
HSV48°79°92°
CMYK 0.000.160.79   0.08
XYZ55.009458.272111.2541
Yxy58.27210.44170.4679
Hunter Lab76.3362-4.957544.6943
CIE-Lab80.8898-0.948473.1915

#ebc631 color RGB value is (235,198,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 00110001
Octal 353 306 61
Decimal 235 198 49
Hex EB C6 31

RGB Percentages of Color #ebc631

%48.76
%41.08
%10.17

CMYK Percentages of Color #ebc631

%0
%16
%79
%8

Triadic Colors of #ebc631

#ebc631 #31ebc6 #c631eb

Analogous Colors of #ebc631

#ebc631 #b3eb31 #eb6931

Monochromatic Colors of #ebc631

#ebc631

Complementary Color

#ebc631 #3156eb

#ebc631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc631 Color CSS Codes

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

#ebc631 Text Font Color

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

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


#ebc631 Background Color

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

This div background color is #ebc631


#ebc631 Border Color

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

This div border color is #ebc631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc631


Comments

No comments written yet.

Please login to write comment.