Color Hex Logo

#ebc130 Color Hex

#EBC130
(235,193,48)
0 Favorites   0 Comments

Color spaces of #ebc130

RGB 23519348
HSL0.130.820.55
HSV47°80°92°
CMYK 0.000.180.80   0.08
XYZ53.864456.015510.7694
Yxy56.01550.44650.4643
Hunter Lab74.8435-2.510843.8591
CIE-Lab79.62261.602372.3740

#ebc130 color RGB value is (235,193,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00110000
Octal 353 301 60
Decimal 235 193 48
Hex EB C1 30

RGB Percentages of Color #ebc130

%49.37
%40.55
%10.08

CMYK Percentages of Color #ebc130

%0
%18
%80
%8

Triadic Colors of #ebc130

#ebc130 #30ebc1 #c130eb

Analogous Colors of #ebc130

#ebc130 #b8eb30 #eb6430

Monochromatic Colors of #ebc130

#ebc130

Complementary Color

#ebc130 #305aeb

#ebc130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc130 Color CSS Codes

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

#ebc130 Text Font Color

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

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


#ebc130 Background Color

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

This div background color is #ebc130


#ebc130 Border Color

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

This div border color is #ebc130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc130


Comments

No comments written yet.

Please login to write comment.