Color Hex Logo

#ebc813 Color Hex

#EBC813
(235,200,19)
0 Favorites   0 Comments

Color spaces of #ebc813

RGB 23520019
HSL0.140.850.50
HSV50°92°92°
CMYK 0.000.150.92   0.08
XYZ55.032859.01779.1071
Yxy59.01770.44680.4792
Hunter Lab76.8230-6.570246.7475
CIE-Lab81.3013-2.663080.2954

#ebc813 color RGB value is (235,200,19).

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

The process color (four color CMYK) of #ebc813 color hex is 0.00, 0.15, 0.92, 0.08. Web safe color of #ebc813 is #ffcc00. Color #ebc813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 00010011
Octal 353 310 23
Decimal 235 200 19
Hex EB C8 13

RGB Percentages of Color #ebc813

%51.76
%44.05
%4.19

CMYK Percentages of Color #ebc813

%0
%15
%92
%8

Triadic Colors of #ebc813

#ebc813 #13ebc8 #c813eb

Analogous Colors of #ebc813

#ebc813 #a2eb13 #eb5c13

Monochromatic Colors of #ebc813

#ebc813

Complementary Color

#ebc813 #1336eb

#ebc813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc813 Color CSS Codes

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

#ebc813 Text Font Color

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

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


#ebc813 Background Color

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

This div background color is #ebc813


#ebc813 Border Color

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

This div border color is #ebc813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc813


Comments

No comments written yet.

Please login to write comment.