Color Hex Logo

#ebc240 Color Hex

#EBC240
(235,194,64)
0 Favorites   0 Comments

Color spaces of #ebc240

RGB 23519464
HSL0.130.810.59
HSV46°73°92°
CMYK 0.000.170.73   0.08
XYZ54.478156.615912.9071
Yxy56.61590.43930.4566
Hunter Lab75.2435-2.438042.5000
CIE-Lab79.96311.700467.2065

#ebc240 color RGB value is (235,194,64).

#ebc240 hex color red value is 235, green value is 194 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ebc240 hue: 0.13 , saturation: 0.81 and the lightness value of ebc240 is 0.59.

The process color (four color CMYK) of #ebc240 color hex is 0.00, 0.17, 0.73, 0.08. Web safe color of #ebc240 is #ffcc33. Color #ebc240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 01000000
Octal 353 302 100
Decimal 235 194 64
Hex EB C2 40

RGB Percentages of Color #ebc240

%47.67
%39.35
%12.98

CMYK Percentages of Color #ebc240

%0
%17
%73
%8

Triadic Colors of #ebc240

#ebc240 #40ebc2 #c240eb

Analogous Colors of #ebc240

#ebc240 #bfeb40 #eb6d40

Monochromatic Colors of #ebc240

#ebc240

Complementary Color

#ebc240 #4069eb

#ebc240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc240 Color CSS Codes

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

#ebc240 Text Font Color

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

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


#ebc240 Background Color

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

This div background color is #ebc240


#ebc240 Border Color

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

This div border color is #ebc240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc240


Comments

No comments written yet.

Please login to write comment.