Color Hex Logo

#ebc317 Color Hex

#EBC317
(235,195,23)
0 Favorites   0 Comments

Color spaces of #ebc317

RGB 23519523
HSL0.140.840.51
HSV49°90°92°
CMYK 0.000.170.90   0.08
XYZ53.930756.75428.9228
Yxy56.75420.45090.4745
Hunter Lab75.3354-4.053345.7124
CIE-Lab80.0411-0.031978.7167

#ebc317 color RGB value is (235,195,23).

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

The process color (four color CMYK) of #ebc317 color hex is 0.00, 0.17, 0.90, 0.08. Web safe color of #ebc317 is #ffcc00. Color #ebc317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00010111
Octal 353 303 27
Decimal 235 195 23
Hex EB C3 17

RGB Percentages of Color #ebc317

%51.88
%43.05
%5.08

CMYK Percentages of Color #ebc317

%0
%17
%90
%8

Triadic Colors of #ebc317

#ebc317 #17ebc3 #c317eb

Analogous Colors of #ebc317

#ebc317 #a9eb17 #eb5917

Monochromatic Colors of #ebc317

#ebc317

Complementary Color

#ebc317 #173feb

#ebc317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc317 Color CSS Codes

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

#ebc317 Text Font Color

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

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


#ebc317 Background Color

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

This div background color is #ebc317


#ebc317 Border Color

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

This div border color is #ebc317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc317


Comments

No comments written yet.

Please login to write comment.