Color Hex Logo

#ebc01c Color Hex

#EBC01C
(235,192,28)
0 Favorites   0 Comments

Color spaces of #ebc01c

RGB 23519228
HSL0.130.840.52
HSV48°88°92°
CMYK 0.000.180.88   0.08
XYZ53.320255.44538.9903
Yxy55.44530.45280.4708
Hunter Lab74.4616-2.488244.9646
CIE-Lab79.29711.607477.2154

#ebc01c color RGB value is (235,192,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 00011100
Octal 353 300 34
Decimal 235 192 28
Hex EB C0 1C

RGB Percentages of Color #ebc01c

%51.65
%42.20
%6.15

CMYK Percentages of Color #ebc01c

%0
%18
%88
%8

Triadic Colors of #ebc01c

#ebc01c #1cebc0 #c01ceb

Analogous Colors of #ebc01c

#ebc01c #afeb1c #eb581c

Monochromatic Colors of #ebc01c

#ebc01c

Complementary Color

#ebc01c #1c47eb

#ebc01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc01c Color CSS Codes

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

#ebc01c Text Font Color

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

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


#ebc01c Background Color

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

This div background color is #ebc01c


#ebc01c Border Color

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

This div border color is #ebc01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc01c


Comments

No comments written yet.

Please login to write comment.