Color Hex Logo

#ebc938 Color Hex

#EBC938
(235,201,56)
0 Favorites   0 Comments

Color spaces of #ebc938

RGB 23520156
HSL0.140.820.57
HSV49°76°92°
CMYK 0.000.140.76   0.08
XYZ55.861459.721012.3245
Yxy59.72100.43670.4669
Hunter Lab77.2794-6.210144.6400
CIE-Lab81.6863-2.241371.6787

#ebc938 color RGB value is (235,201,56).

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

The process color (four color CMYK) of #ebc938 color hex is 0.00, 0.14, 0.76, 0.08. Web safe color of #ebc938 is #ffcc33. Color #ebc938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 00111000
Octal 353 311 70
Decimal 235 201 56
Hex EB C9 38

RGB Percentages of Color #ebc938

%47.76
%40.85
%11.38

CMYK Percentages of Color #ebc938

%0
%14
%76
%8

Triadic Colors of #ebc938

#ebc938 #38ebc9 #c938eb

Analogous Colors of #ebc938

#ebc938 #b4eb38 #eb7038

Monochromatic Colors of #ebc938

#ebc938

Complementary Color

#ebc938 #385aeb

#ebc938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc938 Color CSS Codes

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

#ebc938 Text Font Color

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

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


#ebc938 Background Color

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

This div background color is #ebc938


#ebc938 Border Color

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

This div border color is #ebc938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc938


Comments

No comments written yet.

Please login to write comment.