Color Hex Logo

#ebc831 Color Hex

#EBC831
(235,200,49)
0 Favorites   0 Comments

Color spaces of #ebc831

RGB 23520049
HSL0.140.820.56
HSV49°79°92°
CMYK 0.000.150.79   0.08
XYZ55.469659.192511.4075
Yxy59.19250.44000.4695
Hunter Lab76.9367-5.944745.0647
CIE-Lab81.3973-1.977073.6419

#ebc831 color RGB value is (235,200,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 00110001
Octal 353 310 61
Decimal 235 200 49
Hex EB C8 31

RGB Percentages of Color #ebc831

%48.55
%41.32
%10.12

CMYK Percentages of Color #ebc831

%0
%15
%79
%8

Triadic Colors of #ebc831

#ebc831 #31ebc8 #c831eb

Analogous Colors of #ebc831

#ebc831 #b1eb31 #eb6b31

Monochromatic Colors of #ebc831

#ebc831

Complementary Color

#ebc831 #3154eb

#ebc831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc831 Color CSS Codes

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

#ebc831 Text Font Color

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

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


#ebc831 Background Color

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

This div background color is #ebc831


#ebc831 Border Color

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

This div border color is #ebc831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc831


Comments

No comments written yet.

Please login to write comment.