Color Hex Logo

#ebc748 Color Hex

#EBC748
(235,199,72)
0 Favorites   0 Comments

Color spaces of #ebc748

RGB 23519972
HSL0.130.800.60
HSV47°69°92°
CMYK 0.000.150.69   0.08
XYZ55.854158.976914.5707
Yxy58.97690.43160.4558
Hunter Lab76.7964-4.570542.5083
CIE-Lab81.2789-0.503565.4235

#ebc748 color RGB value is (235,199,72).

#ebc748 hex color red value is 235, green value is 199 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ebc748 hue: 0.13 , saturation: 0.80 and the lightness value of ebc748 is 0.60.

The process color (four color CMYK) of #ebc748 color hex is 0.00, 0.15, 0.69, 0.08. Web safe color of #ebc748 is #ffcc33. Color #ebc748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01001000
Octal 353 307 110
Decimal 235 199 72
Hex EB C7 48

RGB Percentages of Color #ebc748

%46.44
%39.33
%14.23

CMYK Percentages of Color #ebc748

%0
%15
%69
%8

Triadic Colors of #ebc748

#ebc748 #48ebc7 #c748eb

Analogous Colors of #ebc748

#ebc748 #beeb48 #eb7648

Monochromatic Colors of #ebc748

#ebc748

Complementary Color

#ebc748 #486ceb

#ebc748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc748 Color CSS Codes

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

#ebc748 Text Font Color

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

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


#ebc748 Background Color

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

This div background color is #ebc748


#ebc748 Border Color

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

This div border color is #ebc748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc748


Comments

No comments written yet.

Please login to write comment.