Color Hex Logo

#ebc920 Color Hex

#EBC920
(235,201,32)
0 Favorites   0 Comments

Color spaces of #ebc920

RGB 23520132
HSL0.140.840.52
HSV50°86°92°
CMYK 0.000.140.86   0.08
XYZ55.408359.53979.9385
Yxy59.53970.44370.4768
Hunter Lab77.1620-6.856646.3768
CIE-Lab81.5874-2.950278.2041

#ebc920 color RGB value is (235,201,32).

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

The process color (four color CMYK) of #ebc920 color hex is 0.00, 0.14, 0.86, 0.08. Web safe color of #ebc920 is #ffcc33. Color #ebc920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 00100000
Octal 353 311 40
Decimal 235 201 32
Hex EB C9 20

RGB Percentages of Color #ebc920

%50.21
%42.95
%6.84

CMYK Percentages of Color #ebc920

%0
%14
%86
%8

Triadic Colors of #ebc920

#ebc920 #20ebc9 #c920eb

Analogous Colors of #ebc920

#ebc920 #a8eb20 #eb6420

Monochromatic Colors of #ebc920

#ebc920

Complementary Color

#ebc920 #2042eb

#ebc920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc920 Color CSS Codes

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

#ebc920 Text Font Color

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

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


#ebc920 Background Color

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

This div background color is #ebc920


#ebc920 Border Color

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

This div border color is #ebc920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc920


Comments

No comments written yet.

Please login to write comment.