Color Hex Logo

#ebc646 Color Hex

#EBC646
(235,198,70)
0 Favorites   0 Comments

Color spaces of #ebc646

RGB 23519870
HSL0.130.800.60
HSV47°70°92°
CMYK 0.000.160.70   0.08
XYZ55.560558.492514.1562
Yxy58.49250.43340.4562
Hunter Lab76.4804-4.166342.5619
CIE-Lab81.0118-0.087465.9425

#ebc646 color RGB value is (235,198,70).

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

The process color (four color CMYK) of #ebc646 color hex is 0.00, 0.16, 0.70, 0.08. Web safe color of #ebc646 is #ffcc33. Color #ebc646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01000110
Octal 353 306 106
Decimal 235 198 70
Hex EB C6 46

RGB Percentages of Color #ebc646

%46.72
%39.36
%13.92

CMYK Percentages of Color #ebc646

%0
%16
%70
%8

Triadic Colors of #ebc646

#ebc646 #46ebc6 #c646eb

Analogous Colors of #ebc646

#ebc646 #beeb46 #eb7446

Monochromatic Colors of #ebc646

#ebc646

Complementary Color

#ebc646 #466beb

#ebc646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc646 Color CSS Codes

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

#ebc646 Text Font Color

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

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


#ebc646 Background Color

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

This div background color is #ebc646


#ebc646 Border Color

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

This div border color is #ebc646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc646


Comments

No comments written yet.

Please login to write comment.