Color Hex Logo

#ebc143 Color Hex

#EBC143
(235,193,67)
0 Favorites   0 Comments

Color spaces of #ebc143

RGB 23519367
HSL0.130.810.59
HSV45°71°92°
CMYK 0.000.180.71   0.08
XYZ54.344056.207313.2951
Yxy56.20730.43880.4538
Hunter Lab74.9715-1.812341.9659
CIE-Lab79.73172.356865.8328

#ebc143 color RGB value is (235,193,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01000011
Octal 353 301 103
Decimal 235 193 67
Hex EB C1 43

RGB Percentages of Color #ebc143

%47.47
%38.99
%13.54

CMYK Percentages of Color #ebc143

%0
%18
%71
%8

Triadic Colors of #ebc143

#ebc143 #43ebc1 #c143eb

Analogous Colors of #ebc143

#ebc143 #c1eb43 #eb6d43

Monochromatic Colors of #ebc143

#ebc143

Complementary Color

#ebc143 #436deb

#ebc143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc143 Color CSS Codes

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

#ebc143 Text Font Color

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

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


#ebc143 Background Color

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

This div background color is #ebc143


#ebc143 Border Color

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

This div border color is #ebc143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc143


Comments

No comments written yet.

Please login to write comment.