Color Hex Logo

#ebc336 Color Hex

#EBC336
(235,195,54)
0 Favorites   0 Comments

Color spaces of #ebc336

RGB 23519554
HSL0.130.820.57
HSV47°77°92°
CMYK 0.000.170.77   0.08
XYZ54.441956.958711.6148
Yxy56.95870.44260.4630
Hunter Lab75.4710-3.311143.7051
CIE-Lab80.15640.775370.9347

#ebc336 color RGB value is (235,195,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00110110
Octal 353 303 66
Decimal 235 195 54
Hex EB C3 36

RGB Percentages of Color #ebc336

%48.55
%40.29
%11.16

CMYK Percentages of Color #ebc336

%0
%17
%77
%8

Triadic Colors of #ebc336

#ebc336 #36ebc3 #c336eb

Analogous Colors of #ebc336

#ebc336 #b9eb36 #eb6936

Monochromatic Colors of #ebc336

#ebc336

Complementary Color

#ebc336 #365eeb

#ebc336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc336 Color CSS Codes

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

#ebc336 Text Font Color

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

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


#ebc336 Background Color

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

This div background color is #ebc336


#ebc336 Border Color

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

This div border color is #ebc336


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,195,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 #ebc336">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc336


Comments

No comments written yet.

Please login to write comment.