Color Hex Logo

#ebc136 Color Hex

#EBC136
(235,193,54)
0 Favorites   0 Comments

Color spaces of #ebc136

RGB 23519354
HSL0.130.820.57
HSV46°77°92°
CMYK 0.000.180.77   0.08
XYZ53.996856.068411.4664
Yxy56.06840.44430.4613
Hunter Lab74.8788-2.317643.3359
CIE-Lab79.65271.811370.4720

#ebc136 color RGB value is (235,193,54).

#ebc136 hex color red value is 235, green value is 193 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ebc136 hue: 0.13 , saturation: 0.82 and the lightness value of ebc136 is 0.57.

The process color (four color CMYK) of #ebc136 color hex is 0.00, 0.18, 0.77, 0.08. Web safe color of #ebc136 is #ffcc33. Color #ebc136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00110110
Octal 353 301 66
Decimal 235 193 54
Hex EB C1 36

RGB Percentages of Color #ebc136

%48.76
%40.04
%11.20

CMYK Percentages of Color #ebc136

%0
%18
%77
%8

Triadic Colors of #ebc136

#ebc136 #36ebc1 #c136eb

Analogous Colors of #ebc136

#ebc136 #bbeb36 #eb6736

Monochromatic Colors of #ebc136

#ebc136

Complementary Color

#ebc136 #3660eb

#ebc136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc136 Color CSS Codes

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

#ebc136 Text Font Color

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

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


#ebc136 Background Color

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

This div background color is #ebc136


#ebc136 Border Color

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

This div border color is #ebc136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc136


Comments

No comments written yet.

Please login to write comment.